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

Revert PHPStan downgrade

This commit is contained in:
lukinovec 2023-02-15 17:06:11 +01:00
parent 0f4b845e93
commit ffa31f164e

View file

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