Skip to content

Commit

Permalink
Add two more components to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and Tobion committed Apr 11, 2015
1 parent 17f61af commit cc17234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Symfony/Bundle/DebugBundle/composer.json
Expand Up @@ -31,9 +31,8 @@
"symfony/dependency-injection": "For using as a service from the container"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\DebugBundle\\": "" }
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" }
},
"target-dir": "Symfony/Bundle/DebugBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down
3 changes: 1 addition & 2 deletions src/Symfony/Component/VarDumper/composer.json
Expand Up @@ -26,9 +26,8 @@
},
"autoload": {
"files": [ "Resources/functions/dump.php" ],
"psr-0": { "Symfony\\Component\\VarDumper\\": "" }
"psr-4": { "Symfony\\Component\\VarDumper\\": "" }
},
"target-dir": "Symfony/Component/VarDumper",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down

0 comments on commit cc17234

Please sign in to comment.