Skip to content

Commit

Permalink
move phpunit and phpstan to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shmax committed Sep 29, 2023
1 parent 1f9dbeb commit b319b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"version": "2.0.0-rc.4",
"require": {
"php": ">=8.1.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"ext-bcmath": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10",
"friendsofphp/php-cs-fixer": "^v3.23.0",
"monolog/monolog": "^3.4"
Expand Down

0 comments on commit b319b97

Please sign in to comment.