Skip to content

Commit

Permalink
Merge pull request #46 from notpron/composer-fix
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
tersmitten authored May 10, 2021
2 parents 589a832 + 594d3be commit d8c827e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
},
"autoload": {
"psr-4": {
"Queue\\": "src/",
"Queue\\Test\\Fixture\\": "tests/Fixture/"
"Queue\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Queue\\Test\\": "tests/",
"Queue\\Test\\": "tests",
"Queue\\Test\\Fixture\\": "tests/Fixture",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
}
},
"extra": {
"installer-name": "Queue"
}
}

0 comments on commit d8c827e

Please sign in to comment.