1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 19:34:02 +00:00

Upgrade phpstan

This commit is contained in:
lukinovec 2023-02-15 14:16:38 +01:00
parent 032b07da53
commit a5bb8b0afa

View file

@ -31,7 +31,7 @@
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.9|^7.0|^8.0", "orchestra/testbench": "^6.9|^7.0|^8.0",
"pestphp/pest": "^1.10|^2.0", "pestphp/pest": "^1.10|^2.0",
"phpstan/phpstan": "^0.12.92", "phpstan/phpstan": "^1.9.8",
"pestphp/pest-plugin-laravel": "^1.1|^2.0", "pestphp/pest-plugin-laravel": "^1.1|^2.0",
"nunomaduro/larastan": "^1.0|^2.4" "nunomaduro/larastan": "^1.0|^2.4"
}, },