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

Commit

Permalink
Merge pull request #205 from emodric/patch-1
Browse files Browse the repository at this point in the history
Update PSR-4 configuration to fix Symfony Flex auto-registration
  • Loading branch information
Sam Partington authored Oct 2, 2018
2 parents 5e3fa01 + 3dbb085 commit 7aa8d79
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 7aa8d79

Please sign in to comment.