Skip to content

Commit

Permalink
Use PSR-4 everywhere instead of PSR-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Apr 11, 2015
1 parent 30ab7e6 commit 215bb8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
"symfony/css-selector": ""
},
"autoload": {
"psr-0": { "Symfony\\Component\\DomCrawler\\": "" }
"psr-4": { "Symfony\\Component\\DomCrawler\\": "" }
},
"target-dir": "Symfony/Component/DomCrawler",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 215bb8f

Please sign in to comment.