From a6a2653c68c1a28346b283bf7650e522a34f3fdf Mon Sep 17 00:00:00 2001 From: "Bueno, Feliphe" Date: Fri, 30 Dec 2016 19:14:59 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20na=20vers=C3=A3o=20do?= =?UTF-8?q?=20PHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bueno, Feliphe --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e229706..fc53111 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Ferramenta para dinamizar e padronizar a construção das Aplicações clientes das APIs", "type": "library", "require": { - "php": "^5.6.* || ^7.0", + "php": "5.6.* || ^7.0", "guzzlehttp/guzzle": "^6.1", "twig/twig": "1.29.0" },