139 - Commit composer.lock and pin PHPStan below 2.2
This commit is contained in:
parent
2b87f1f3a7
commit
6485cabdae
3 changed files with 8955 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
8954
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue