Commit 641c60cb authored by Christophe Coevoet's avatar Christophe Coevoet Committed by Fabien Potencier

Remove usage of the deprecated target-dir feature

parent ebe7e78f
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment