Skip to content

Commit

Permalink
chore!: laravel 8 compatibility (#16)
Browse files Browse the repository at this point in the history
* support laravel 8

* remove php 7.2
  • Loading branch information
danielstgt authored Sep 11, 2020
1 parent 3422a64 commit d28079f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.2
- 7.3

env:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "^5.0|^6.0|^7.0"
"php": "^7.3",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0",
Expand Down

0 comments on commit d28079f

Please sign in to comment.