From 27474ad2eab3da0f507464ed9c292faeb692df6e Mon Sep 17 00:00:00 2001 From: thisfro Date: Wed, 12 Jan 2022 17:51:23 +0100 Subject: [PATCH] Install imagine --- composer.json | 1 + composer.lock | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0f24cd..669fc9f 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "doctrine/doctrine-migrations-bundle": "^3.1", "doctrine/orm": "^2.8", "easycorp/easyadmin-bundle": "^3", + "imagine/imagine": "^1.2", "mjaschen/phpgeo": "^3.2", "samayo/bulletproof": "4.0.1", "sensio/framework-extra-bundle": "^6.1", diff --git a/composer.lock b/composer.lock index c99aa2a..28f1860 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e1ce486585493c90d1f0113cac906912", + "content-hash": "ec2a4f1eba6f8f15d154da64a0495d08", "packages": [ { "name": "composer/package-versions-deprecated", @@ -1681,6 +1681,68 @@ ], "time": "2021-05-22T16:11:15+00:00" }, + { + "name": "imagine/imagine", + "version": "1.2.4", + "source": { + "type": "git", + "url": "https://github.com/php-imagine/Imagine.git", + "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.2", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" + }, + "suggest": { + "ext-gd": "to use the GD implementation", + "ext-gmagick": "to use the Gmagick implementation", + "ext-imagick": "to use the Imagick implementation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "0.7-dev" + } + }, + "autoload": { + "psr-4": { + "Imagine\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bulat Shakirzyanov", + "email": "mallluhuct@gmail.com", + "homepage": "http://avalanche123.com" + } + ], + "description": "Image processing for PHP 5.3", + "homepage": "http://imagine.readthedocs.org/", + "keywords": [ + "drawing", + "graphics", + "image manipulation", + "image processing" + ], + "support": { + "issues": "https://github.com/php-imagine/Imagine/issues", + "source": "https://github.com/php-imagine/Imagine/tree/1.2.4" + }, + "time": "2020-11-03T22:35:03+00:00" + }, { "name": "laminas/laminas-code", "version": "4.5.1",