Skip to content

Commit

Permalink
Normalize Composer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and theodorejb committed Oct 6, 2024
1 parent d3c56a4 commit 7183df7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@
"require": {
"php": ">=7.4"
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.19",
"ramsey/uuid": "^4.2.3",
"vimeo/psalm": "^5.26"
},
"autoload": {
"psr-4": {"PeachySQL\\": "lib/"}
"psr-4": {
"PeachySQL\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {"PeachySQL\\Test\\": "test/"}
"psr-4": {
"PeachySQL\\Test\\": "test/"
}
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 7183df7

Please sign in to comment.