1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Update to phpstan v2

This commit is contained in:
Oliver Vogel
2024-11-11 10:44:37 +01:00
parent dce0cd41fe
commit f26e439d61

View File

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