Skip to content

Commit

Permalink
Move phpstan to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-nuwber committed Apr 24, 2024
1 parent 5d1426b commit 1328f61
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 @@ -17,8 +17,7 @@
"illuminate/support": "9.0 - 11.0",
"illuminate/events": "9.0 - 11.0",
"illuminate/console": "9.0 - 11.0",
"illuminate/container": "9.0 - 11.0",
"phpstan/phpstan": "^1.10"
"illuminate/container": "9.0 - 11.0"
},
"replace": {
"rabbitevents/foundation": "self.version",
Expand All @@ -28,7 +27,8 @@
"require-dev": {
"mockery/mockery": "^1.6.0",
"phpunit/phpunit": "^10.5|^11.0",
"vlucas/phpdotenv": "^v5.4.1"
"vlucas/phpdotenv": "^v5.4.1",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1328f61

Please sign in to comment.