Skip to content

Commit

Permalink
Merge pull request #35 from JackieDo/version-2.x
Browse files Browse the repository at this point in the history
Add support to Laravel 8.0
  • Loading branch information
JackieDo authored Sep 13, 2020
2 parents 8782d83 + bf8cb6f commit 01faa9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 38 deletions.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"illuminate/cache": "^7.0|^6.0|5.*",
"illuminate/config": "^7.0|^6.0|5.*",
"illuminate/console": "^7.0|^6.0|5.*",
"illuminate/http": "^7.0|^6.0|5.*",
"illuminate/pagination": "^7.0|^6.0|5.*",
"illuminate/support": "^7.0|^6.0|5.*",
"illuminate/cache": "^8.0|^7.0|^6.0|5.*",
"illuminate/config": "^8.0|^7.0|^6.0|5.*",
"illuminate/console": "^8.0|^7.0|^6.0|5.*",
"illuminate/http": "^8.0|^7.0|^6.0|5.*",
"illuminate/pagination": "^8.0|^7.0|^6.0|5.*",
"illuminate/support": "^8.0|^7.0|^6.0|5.*",
"nesbot/carbon": "^2.0|~1.20"
},
"autoload": {
Expand Down
17 changes: 0 additions & 17 deletions phpunit.xml

This file was deleted.

Empty file removed tests/.gitkeep
Empty file.

0 comments on commit 01faa9d

Please sign in to comment.