Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 11, 2020
1 parent 2b811d7 commit d63c6c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"symfony/http-kernel": "^4.4|^5.0"
},
"autoload": {
"psr-0": {
"Qandidate\\Common\\Symfony\\HttpKernel\\EventListener": "src/"
"psr-4": {
"Qandidate\\Common\\Symfony\\HttpKernel\\EventListener\\": "src/"
}
},
"autoload-dev": {
"psr-0": {
"Qandidate\\Common\\Symfony\\HttpKernel\\EventListener": "test/"
"psr-4": {
"Qandidate\\Common\\Symfony\\HttpKernel\\EventListener\\": "test/"
}
},
"require-dev": {
Expand Down

0 comments on commit d63c6c7

Please # to comment.