Skip to content

Commit

Permalink
drop PHP version requirement, as it is enforced by illuminate/databas…
Browse files Browse the repository at this point in the history
…e package
  • Loading branch information
yurii-github committed Nov 15, 2020
1 parent 1997a86 commit c6bc098
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- 7.0
- 7.2
- 7.3
- 7.4
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}
],
"require": {
"php": ">=7.1",
"illuminate/database": ">=5.6 <9.0"
},
"require-dev": {
Expand Down

0 comments on commit c6bc098

Please sign in to comment.