Skip to content

Commit

Permalink
Support for PHP 5.6 - 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guliano committed Apr 20, 2021
1 parent 2ca1a93 commit a06d837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ env:
- XDEBUG_MODE=coverage

php:
# - 5.6
# - 7.0
# - 7.1
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mail"
],
"require": {
"php": "^5.3|^7.0",
"php": "^5.3|^7.0,<7.4",
"zendframework/zend-modulemanager": "~2.4",
"zendframework/zend-mail": "~2.4",
"zendframework/zend-view": "~2.4",
Expand Down

0 comments on commit a06d837

Please sign in to comment.