PHPStan added

This commit is contained in:
Alex Wulf 2022-07-05 16:24:25 +02:00
parent 689e3b75fe
commit 843a47c973
3 changed files with 8 additions and 2 deletions

@ -8,7 +8,8 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"rector/rector": "^0.13.7"
"rector/rector": "^0.13.7",
"phpstan/phpstan": "^1.8"
},
"autoload": {
"psr-4": {

2
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "73eba85f9a7262ebc53f6fad1fe3c7d8",
"content-hash": "6b092682644fef66d759ad40475e1f2e",
"packages": [
{
"name": "laravel/pint",

5
phpstan.neon Normal file

@ -0,0 +1,5 @@
parameters:
level: 6
paths:
- src
- tests