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

Commit

Permalink
Remove usage of the deprecated target-dir feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored and fabpot committed Jun 13, 2015
1 parent ebe7e78 commit 641c60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Silex/Api/composer.json
Expand Up @@ -24,9 +24,8 @@
"silex/silex": "For BootableProviderInterface and ControllerProviderInterface"
},
"autoload": {
"psr-0": { "Silex\\Api": "" }
"psr-4": { "Silex\\Api\\": "" }
},
"target-dir": "Silex/Api",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down
3 changes: 1 addition & 2 deletions src/Silex/Provider/composer.json
Expand Up @@ -21,9 +21,8 @@
"silex/api": "~2.0"
},
"autoload": {
"psr-0": { "Silex\\Provider": "" }
"psr-4": { "Silex\\Provider\\": "" }
},
"target-dir": "Silex/Provider",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down

0 comments on commit 641c60c

Please sign in to comment.