1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 04:08:14 +01:00

revert(deps): PHPCS-Plugin installer package removed

This commit is contained in:
Sibin Grasic 2024-01-18 12:50:42 +01:00
parent 598981d743
commit b2b8581880
No known key found for this signature in database
GPG Key ID: 50E9E60C329EC8C1

View File

@ -2,7 +2,14 @@
"name": "intervention/image", "name": "intervention/image",
"description": "PHP image manipulation", "description": "PHP image manipulation",
"homepage": "https://image.intervention.io/", "homepage": "https://image.intervention.io/",
"keywords": ["image", "gd", "imagick", "watermark", "thumbnail", "resize"], "keywords": [
"image",
"gd",
"imagick",
"watermark",
"thumbnail",
"resize"
],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@ -20,12 +27,10 @@
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"phpstan/phpstan": "^1", "phpstan/phpstan": "^1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"squizlabs/php_codesniffer": "^3.8" "squizlabs/php_codesniffer": "^3.8"
}, },
"suggest": { "suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly." "ext-exif": "Recommended to be able to read EXIF data properly."
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -36,10 +41,5 @@
"psr-4": { "psr-4": {
"Intervention\\Image\\Tests\\": "tests" "Intervention\\Image\\Tests\\": "tests"
} }
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
} }
} }