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

Commit

Permalink
fixed composer.json paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 29, 2014
1 parent a4b0b20 commit 0d10e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Silex/Api/composer.json
Expand Up @@ -24,8 +24,9 @@
"silex/silex": "For BootableProviderInterface and ControllerProviderInterface"
},
"autoload": {
"psr-0": { "Silex": "src/" }
"psr-0": { "Silex/Api": "" }
},
"target-dir": "Silex/Api",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down
3 changes: 2 additions & 1 deletion src/Silex/Provider/composer.json
Expand Up @@ -21,8 +21,9 @@
"silex/api": "*"
},
"autoload": {
"psr-0": { "Silex": "src/" }
"psr-0": { "Silex/Provider": "" }
},
"target-dir": "Silex/Provider",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down

0 comments on commit 0d10e89

Please sign in to comment.