Add support and tests for Laravel 10 (#22)
This commit is contained in:
parent
aed777b741
commit
e03d3915c5
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- php: 8.2
|
||||
illuminate: ^10.0
|
||||
- php: 8.1
|
||||
illuminate: ^10.0
|
||||
- php: 8.1
|
||||
illuminate: ^9.0
|
||||
- php: 8.1
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"illuminate/support": "^7.0|^8.0|^9.0",
|
||||
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
|
||||
"bjeavons/zxcvbn-php": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue