Skip to content

Commit

Permalink
Cleanup composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Dec 28, 2023
1 parent 372dd25 commit bf80458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"psr/log": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.0",
"friendsofphp/php-cs-fixer": "^3.8",
"phpunit/phpunit": "^9.0|^10.0",
"phpstan/phpstan": "^1.9",
"phpmd/phpmd": "^2.13"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Apix\\Log\\": "src/"
"Apix\\Log\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Apix\\Log\\tests\\": "tests/"
"Apix\\Log\\tests\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit bf80458

Please sign in to comment.