Skip to content

Commit 3b76897

Browse files
authored
Merge pull request #13 from survik1/Move-phpstan-to-dev-req
Move phpstan to dev requirements
2 parents 9e3bbbb + f630286 commit 3b76897

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor/
22
composer.lock
33
phpunit.xml
44
.phpunit.result.cache
5+
.idea/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"phpstan": "vendor/bin/phpstan analyze src --level=3"
2222
},
2323
"require" : {
24-
"php": ">=7.4",
25-
"phpstan/phpstan": "^1.5"
24+
"php": ">=7.4"
2625
},
2726
"require-dev": {
2827
"friendsofphp/php-cs-fixer": "^3.0",
28+
"phpstan/phpstan": "^1.5",
2929
"phpunit/phpunit": "^9"
3030
},
3131
"autoload" : {

0 commit comments

Comments
 (0)