From 2df364d93cbd44b20ee3c6201577176d9c726a6b Mon Sep 17 00:00:00 2001 From: marabesi Date: Wed, 8 Feb 2017 11:47:04 -0200 Subject: [PATCH] =?UTF-8?q?removida=20vers=C3=A3o=205.5=20do=20PHP,=20a=20?= =?UTF-8?q?vers=C3=A3o=203.2.*=20da=20zend-stdlib=20requer=205.6=20+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 - README.md | 1 - composer.json | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba899c9..6009b6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.5 - 5.6 - hhvm - 7.0 diff --git a/README.md b/README.md index 01430f8..ac9e18e 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Dessa forma podemos manter a API atualizada e ajudar a todos que utlizam a GNRE Versões suportadas ================= -- PHP 5.5 - PHP 5.6 - HHVM - PHP 7.0 diff --git a/composer.json b/composer.json index 48a3809..d5d6e98 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "minimum-stability": "dev", "require": { - "php": ">=5.3.0", + "php": ">=5.6.0", "mikey179/vfsStream": "1.*", "dompdf/dompdf": "0.6.*", "phenx/php-font-lib": "0.2.*",