1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-23 22:12:51 +02:00

Add phpstan to dev-dependencies

This commit is contained in:
Oliver Vogel
2022-05-21 20:04:33 +02:00
parent fe280df779
commit 1cfbdf8d24

View File

@@ -18,7 +18,8 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"mockery/mockery": "^1.4" "mockery/mockery": "^1.4",
"phpstan/phpstan": "^1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {