Skip to content

Commit

Permalink
Merge pull request #9 from bomshteyn/master
Browse files Browse the repository at this point in the history
drop support for php 7.1
  • Loading branch information
bomshteyn committed May 3, 2020
2 parents 3636560 + b1a7563 commit 5b28ec7
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

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*",
"illuminate/config": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
Expand Down

0 comments on commit 5b28ec7

Please sign in to comment.