mirror of
https://github.com/Intervention/image.git
synced 2025-01-16 19:58:14 +01:00
revert(deps): PHPCS-Plugin installer package removed
This commit is contained in:
parent
598981d743
commit
b2b8581880
@ -1,45 +1,45 @@
|
|||||||
{
|
{
|
||||||
"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": [
|
||||||
"license": "MIT",
|
"image",
|
||||||
"authors": [
|
"gd",
|
||||||
{
|
"imagick",
|
||||||
"name": "Oliver Vogel",
|
"watermark",
|
||||||
"email": "oliver@intervention.io",
|
"thumbnail",
|
||||||
"homepage": "https://intervention.io/"
|
"resize"
|
||||||
}
|
],
|
||||||
],
|
"license": "MIT",
|
||||||
"require": {
|
"authors": [
|
||||||
"php": "^8.1",
|
{
|
||||||
"ext-mbstring": "*",
|
"name": "Oliver Vogel",
|
||||||
"intervention/gif": "^4"
|
"email": "oliver@intervention.io",
|
||||||
},
|
"homepage": "https://intervention.io/"
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "^9",
|
|
||||||
"mockery/mockery": "^1.6",
|
|
||||||
"phpstan/phpstan": "^1",
|
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
||||||
"squizlabs/php_codesniffer": "^3.8"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-exif": "Recommended to be able to read EXIF data properly."
|
|
||||||
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Intervention\\Image\\": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"Intervention\\Image\\Tests\\": "tests"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"allow-plugins": {
|
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": "^8.1",
|
||||||
|
"ext-mbstring": "*",
|
||||||
|
"intervention/gif": "^4"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^9",
|
||||||
|
"mockery/mockery": "^1.6",
|
||||||
|
"phpstan/phpstan": "^1",
|
||||||
|
"squizlabs/php_codesniffer": "^3.8"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-exif": "Recommended to be able to read EXIF data properly."
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Intervention\\Image\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Intervention\\Image\\Tests\\": "tests"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user