Skip to content

Commit

Permalink
Remove support for PHP 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Oct 26, 2020
1 parent af3df0b commit 7ede421
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/landrok/language-detector",
"license": "MIT",
"require": {
"php": ">=7.0",
"php": ">=7.2",
"ext-mbstring": "*",
"webmozart/assert": "^1.2"
},
Expand Down

0 comments on commit 7ede421

Please sign in to comment.