1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Update to phpstan v2

This commit is contained in:
Oliver Vogel 2024-11-11 10:44:37 +01:00
parent 60f3840b67
commit 997ad32068
No known key found for this signature in database

View File

@ -26,7 +26,7 @@
"require-dev": {
"phpunit/phpunit": "^10.0 || ^11.0",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"phpstan/phpstan": "^2",
"squizlabs/php_codesniffer": "^3.8",
"slevomat/coding-standard": "~8.0"
},