Skip to content

Commit b504eb0

Browse files
committed
Laravel 10 support
1 parent b9742ed commit b504eb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9+
- 8.0
10+
- 8.1
11+
- 8.2
912

1013
env:
1114
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"minimum-stability": "stable",
3434
"require": {
35-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
36-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
3737
"php": "^7.0|^8.0"
3838
},
3939
"require-dev": {

0 commit comments

Comments
 (0)