Skip to content

Commit

Permalink
Merge pull request #9 from parth391/master
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
ssx authored Jan 25, 2023
2 parents b9742ed + b504eb0 commit 1a70456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 1a70456

Please sign in to comment.