Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
fixes because of new maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsTaFFix committed Jul 5, 2016
1 parent c513d2d commit 7d7fb62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extjs-bundle

Use ExtJs with Symfony 2

![Build Status](https://travis-ci.org/jamesmoey/extjs-bundle.png?branch=2.3)
![Build Status](https://travis-ci.org/amstaffix/extjs-bundle.png?branch=2.3)

Packagist: https://packagist.org/packages/tpg/extjs-bundle

Expand Down
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tpg/extjs-bundle",
"name": "amstaffix/extjs-bundle",
"type": "symfony-bundle",
"description": "Use ExtJs with Symfony 2",
"keywords": ["extjs", "bundle", "symfony2"],
Expand All @@ -9,6 +9,14 @@
{
"name": "James Moey",
"email": "[email protected]"
},
{
"name": "Nikita Sapogov",
"email": "[email protected]"
},
{
"name": "Community",
"homepage": "https://github.com/AmsTaFFix/extjs-bundle/graphs/contributors"
}
],
"require": {
Expand Down Expand Up @@ -36,7 +44,9 @@
]
},
"autoload": {
"psr-0": { "Tpg\\ExtjsBundle": "" }
"psr-0": {
"Tpg\\ExtjsBundle": ""
}
},
"target-dir": "Tpg/ExtjsBundle",
"config": {
Expand Down

0 comments on commit 7d7fb62

Please sign in to comment.