From 2c1a249ba7fba6915c0a44810aeb11c55b6c0bde Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Wed, 23 Sep 2015 12:12:09 -0300 Subject: [PATCH] Add `php` and `ext-gd` as composer requirements | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 036b378..0fe9fa4 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,10 @@ "name": "JpGraph team" } ], - "require": {}, + "require": { + "php": "~5.1", + "ext-gd": "*" + }, "autoload": { "psr-0" : { "JpGraph" : "lib/"