|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "1b7895e47b834768c79f1a78d46b7cfd", |
|
|
|
"content-hash": "ee4470e36bbcde4db830219247a7f62c", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "adbario/php-dot-notation", |
|
|
|
@ -824,6 +824,90 @@ |
|
|
|
], |
|
|
|
"time": "2023-08-03T15:06:02+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "intervention/image", |
|
|
|
"version": "2.7.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Intervention/image.git", |
|
|
|
"reference": "04be355f8d6734c826045d02a1079ad658322dad" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", |
|
|
|
"reference": "04be355f8d6734c826045d02a1079ad658322dad", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-fileinfo": "*", |
|
|
|
"guzzlehttp/psr7": "~1.1 || ^2.0", |
|
|
|
"php": ">=5.4.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"mockery/mockery": "~0.9.2", |
|
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-gd": "to use GD library based image processing.", |
|
|
|
"ext-imagick": "to use Imagick based image processing.", |
|
|
|
"intervention/imagecache": "Caching extension for the Intervention Image library" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.4-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Intervention\\Image\\ImageServiceProvider" |
|
|
|
], |
|
|
|
"aliases": { |
|
|
|
"Image": "Intervention\\Image\\Facades\\Image" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Intervention\\Image\\": "src/Intervention/Image" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Oliver Vogel", |
|
|
|
"email": "oliver@intervention.io", |
|
|
|
"homepage": "https://intervention.io/" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Image handling and manipulation library with support for Laravel integration", |
|
|
|
"homepage": "http://image.intervention.io/", |
|
|
|
"keywords": [ |
|
|
|
"gd", |
|
|
|
"image", |
|
|
|
"imagick", |
|
|
|
"laravel", |
|
|
|
"thumbnail", |
|
|
|
"watermark" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/Intervention/image/issues", |
|
|
|
"source": "https://github.com/Intervention/image/tree/2.7.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://paypal.me/interventionio", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/Intervention", |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-05-21T17:30:32+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/flysystem", |
|
|
|
"version": "2.5.0", |
|
|
|
|