Skip to content

Commit 2970606

Browse files
committed
phpstan is dev dep
1 parent 576b558 commit 2970606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"name": "utilitte/console",
33
"require": {
44
"php": ">= 8.1",
5-
"phpstan/phpstan": "^1.5",
65
"nette/utils": "^3.2",
76
"utilitte/asserts": "^1.2"
87
},
8+
"require-dev": {
9+
"phpstan/phpstan": "^1.5"
10+
},
911
"autoload": {
1012
"psr-4": {
1113
"Utilitte\\Console\\": "src"

0 commit comments

Comments
 (0)