require imagine/imagine

This commit is contained in:
Malte Hübner 2018-02-14 19:39:47 +01:00
parent 06876513e7
commit d5528fc8e9
2 changed files with 61 additions and 2 deletions

View File

@ -20,6 +20,7 @@
"minimum-stability": "stable",
"require": {
"emcconville/google-map-polyline-encoding-tool": "^1.3",
"curl/curl": "^1.6"
"curl/curl": "^1.6",
"imagine/imagine": "^0.7.1"
}
}

60
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "46b8df398deb4dcab6be119460287302",
"content-hash": "11486d8639a42e3b06c8b99e7ff5061a",
"packages": [
{
"name": "curl/curl",
@ -105,6 +105,64 @@
"maps"
],
"time": "2016-04-05T01:18:39+00:00"
},
{
"name": "imagine/imagine",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
"reference": "a9a702a946073cbca166718f1b02a1e72d742daa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa",
"reference": "a9a702a946073cbca166718f1b02a1e72d742daa",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"sami/sami": "^3.3",
"symfony/phpunit-bridge": "^3.2"
},
"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-0": {
"Imagine": "lib/"
}
},
"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"
],
"time": "2017-05-16T10:31:22+00:00"
}
],
"packages-dev": [],