mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 04:08:14 +01:00
Install slevomat/coding-standard as dev dependency
This commit is contained in:
parent
19dad523fb
commit
0884461b4c
@ -27,7 +27,8 @@
|
|||||||
"phpunit/phpunit": "^9",
|
"phpunit/phpunit": "^9",
|
||||||
"mockery/mockery": "^1.6",
|
"mockery/mockery": "^1.6",
|
||||||
"phpstan/phpstan": "^1",
|
"phpstan/phpstan": "^1",
|
||||||
"squizlabs/php_codesniffer": "^3.8"
|
"squizlabs/php_codesniffer": "^3.8",
|
||||||
|
"slevomat/coding-standard": "~8.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-exif": "Recommended to be able to read EXIF data properly."
|
"ext-exif": "Recommended to be able to read EXIF data properly."
|
||||||
@ -41,5 +42,10 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Intervention\\Image\\Tests\\": "tests"
|
"Intervention\\Image\\Tests\\": "tests"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user