Skip to content

Commit

Permalink
phpstan is dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Mar 27, 2022
1 parent 576b558 commit 2970606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"name": "utilitte/console",
"require": {
"php": ">= 8.1",
"phpstan/phpstan": "^1.5",
"nette/utils": "^3.2",
"utilitte/asserts": "^1.2"
},
"require-dev": {
"phpstan/phpstan": "^1.5"
},
"autoload": {
"psr-4": {
"Utilitte\\Console\\": "src"
Expand Down

0 comments on commit 2970606

Please sign in to comment.