Skip to content

Commit de9f94d

Browse files
committed
remove phpstan
1 parent 99cdc86 commit de9f94d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@
1919
"license": "MIT",
2020
"require": {
2121
"php" : "^7.2",
22-
"illuminate/config": "~5.5.28| ^6.0| ^7.0",
23-
"illuminate/console": "~5.5.28| ^6.0| ^7.0",
24-
"illuminate/log": "~5.5.28| ^6.0| ^7.0",
25-
"illuminate/support": "~5.5.28| ^6.0| ^7.0",
26-
"monolog/monolog": "~1.20|^2.0"
22+
"illuminate/config": "~5.5.28| ^6.0 | ^7.0",
23+
"illuminate/console": "~5.5.28| ^6.0 | ^7.0",
24+
"illuminate/log": "~5.5.28| ^6.0 | ^7.0",
25+
"illuminate/support": "~5.5.28| ^6.0 | ^7.0",
26+
"monolog/monolog": "~1.20 | ^2.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "^3.5 | ^4.0 | ^5.0",
30-
"phpunit/phpunit": "^6.0 | ^7.0 | ^8.0",
31-
"phpstan/phpstan": "^0.11.8"
30+
"phpunit/phpunit": "^6.0 | ^7.0 | ^8.0"
3231
},
3332
"autoload": {
3433
"psr-4": {
@@ -41,8 +40,7 @@
4140
}
4241
},
4342
"scripts": {
44-
"test": "vendor/bin/phpunit --colors=always",
45-
"stan": "vendor/bin/phpstan analyse src tests --no-progress -l 0"
43+
"test": "vendor/bin/phpunit --colors=always"
4644
},
4745
"extra": {
4846
"laravel": {

0 commit comments

Comments
 (0)