Skip to content

Commit

Permalink
Bump up the supported php version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAsEnd committed Apr 9, 2020
1 parent c9a6492 commit ea729e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

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

install: travis_retry composer install --no-interaction --prefer-source

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=7.1",
"ext-calendar": "*",
"ext-mbstring": "*",
"geezify/geezify-php": "^1.2"
Expand Down

0 comments on commit ea729e3

Please sign in to comment.