139 - Commit composer.lock and pin PHPStan below 2.2

This commit is contained in:
myrmidex 2026-08-14 20:57:20 +02:00
parent 2b87f1f3a7
commit 6485cabdae
3 changed files with 8955 additions and 2 deletions

1
.gitignore vendored
View file

@ -19,7 +19,6 @@ npm-debug.log
yarn-error.log yarn-error.log
/package-lock.json /package-lock.json
/auth.json /auth.json
/composer.lock
/.idea /.idea
/coverage-report* /coverage-report*
/coverage.xml /coverage.xml

View file

@ -28,7 +28,7 @@
"laravel/sail": "^1.43", "laravel/sail": "^1.43",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6", "nunomaduro/collision": "^8.6",
"phpstan/phpstan": "^2.1", "phpstan/phpstan": "^2.1.32 <2.2",
"phpstan/phpstan-mockery": "^2.0", "phpstan/phpstan-mockery": "^2.0",
"phpunit/phpunit": "^11.5.3" "phpunit/phpunit": "^11.5.3"
}, },

8954
composer.lock generated Normal file

File diff suppressed because it is too large Load diff