Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update PSR-4 configuration to fix Symfony Flex auto-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 2, 2018
1 parent 5e3fa01 commit 3dbb085
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,10 @@
"phpunit/phpunit": "~3.7|~4.0|^5.0"
},
"autoload": {
"classmap": [
"WhiteOctoberPagerfantaBundle.php"
],
"psr-4": {
"WhiteOctober\\PagerfantaBundle\\DependencyInjection\\": "DependencyInjection",
"WhiteOctober\\PagerfantaBundle\\EventListener\\": "EventListener",
"WhiteOctober\\PagerfantaBundle\\Twig\\": "Twig",
"WhiteOctober\\PagerfantaBundle\\View\\": "View"
}
},
"autoload-dev": {
"psr-4": {
"WhiteOctober\\PagerfantaBundle\\Tests\\": "Tests/"
}
"WhiteOctober\\PagerfantaBundle\\": ""
},
"exclude-from-classmap": ["Tests/", "TestsProject/"]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 3dbb085

Please sign in to comment.