Skip to content

Commit

Permalink
move phpstan to dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
neclimdul committed Jun 7, 2022
1 parent 5ad1567 commit fa2b5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"php": ">=8.0",
"ext-json": "*",
"ext-soap": "*",
"phpstan/phpstan": "^1.7",
"ryanwinchester/netsuite-php": "*"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.7",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit fa2b5c4

Please sign in to comment.