Skip to content

Commit

Permalink
removida versão 5.5 do PHP, a versão 3.2.* da zend-stdlib requer 5.6 +
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Feb 8, 2017
1 parent 6ca7499 commit 2df364d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- hhvm
- 7.0
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down

0 comments on commit 2df364d

Please sign in to comment.