mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Install PHPstan rules again.
This commit is contained in:
@@ -24,10 +24,10 @@
|
|||||||
#composer install --no-scripts --no-ansi
|
#composer install --no-scripts --no-ansi
|
||||||
|
|
||||||
# enable test .env file.
|
# enable test .env file.
|
||||||
cp .ci/.env.ci .env
|
# cp .ci/.env.ci .env
|
||||||
|
|
||||||
# Do static code analysis.
|
# Do static code analysis.
|
||||||
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
|
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
|
||||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
|
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@@ -110,10 +110,16 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-ide-helper": "2.*",
|
"barryvdh/laravel-ide-helper": "2.*",
|
||||||
"filp/whoops": "2.*",
|
"ergebnis/phpstan-rules": "^1.0",
|
||||||
"fakerphp/faker": "1.*",
|
"fakerphp/faker": "1.*",
|
||||||
|
"filp/whoops": "2.*",
|
||||||
"mockery/mockery": "1.*",
|
"mockery/mockery": "1.*",
|
||||||
"phpunit/phpunit": "^9.5"
|
"nunomaduro/larastan": "^2.0",
|
||||||
|
"phpstan/phpstan": "^1.8",
|
||||||
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||||
|
"phpstan/phpstan-strict-rules": "^1.4",
|
||||||
|
"phpunit/phpunit": "^9.5",
|
||||||
|
"thecodingmachine/phpstan-strict-rules": "^1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
},
|
},
|
||||||
|
705
composer.lock
generated
705
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user