Skip to content

Commit

Permalink
Drop support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 5, 2019
1 parent 13bc654 commit ccbc9e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "~4.1 || ~5.0 || ^6.0",
"nategood/httpful": "~0.2",
"symfony/console": "~3.0 || ~4.0",
Expand Down

0 comments on commit ccbc9e0

Please sign in to comment.