Skip to content

Commit

Permalink
Remove PHP 7.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMY3 committed Feb 3, 2020
1 parent 3059990 commit 5b765dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"lib-pcre": ">=8.38",
"ext-ctype": "*"
},
Expand Down

0 comments on commit 5b765dd

Please sign in to comment.