Install PHPstan rules again.

This commit is contained in:
James Cole 2022-10-30 12:02:56 +01:00
parent d28326cc89
commit 6b64a39182
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
3 changed files with 592 additions and 127 deletions

View File

@ -24,10 +24,10 @@
#composer install --no-scripts --no-ansi
# enable test .env file.
cp .ci/.env.ci .env
# cp .ci/.env.ci .env
# Do static code analysis.
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
exit 0
exit 0

View File

@ -110,10 +110,16 @@
},
"require-dev": {
"barryvdh/laravel-ide-helper": "2.*",
"filp/whoops": "2.*",
"ergebnis/phpstan-rules": "^1.0",
"fakerphp/faker": "1.*",
"filp/whoops": "2.*",
"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": {
},

705
composer.lock generated

File diff suppressed because it is too large Load Diff