2014-05-10 20:28:08 +02:00
|
|
|
{
|
2024-02-28 16:16:23 +01:00
|
|
|
"name": "intervention/image",
|
|
|
|
"description": "PHP image manipulation",
|
|
|
|
"homepage": "https://image.intervention.io/",
|
|
|
|
"keywords": [
|
|
|
|
"image",
|
|
|
|
"gd",
|
|
|
|
"imagick",
|
|
|
|
"watermark",
|
|
|
|
"thumbnail",
|
|
|
|
"resize"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oliver Vogel",
|
|
|
|
"email": "oliver@intervention.io",
|
|
|
|
"homepage": "https://intervention.io/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": "^8.1",
|
|
|
|
"ext-mbstring": "*",
|
2024-10-06 11:36:17 +02:00
|
|
|
"intervention/gif": "^4.2"
|
2024-02-28 16:16:23 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-10-27 21:06:46 +05:30
|
|
|
"phpunit/phpunit": "^10.0 || ^11.0",
|
2024-02-28 16:16:23 +01:00
|
|
|
"mockery/mockery": "^1.6",
|
2025-01-05 10:43:14 +01:00
|
|
|
"phpstan/phpstan": "^2.1",
|
2024-02-28 16:16:23 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3.8",
|
|
|
|
"slevomat/coding-standard": "~8.0"
|
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|
2023-12-01 16:30:10 +01:00
|
|
|
}
|
2014-05-10 20:28:08 +02:00
|
|
|
}
|