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

Install slevomat/coding-standard as dev dependency

This commit is contained in:
Oliver Vogel 2024-01-29 19:31:35 +01:00
parent 19dad523fb
commit 0884461b4c
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -27,7 +27,8 @@
"phpunit/phpunit": "^9",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"squizlabs/php_codesniffer": "^3.8"
"squizlabs/php_codesniffer": "^3.8",
"slevomat/coding-standard": "~8.0"
},
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
@ -41,5 +42,10 @@
"psr-4": {
"Intervention\\Image\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}