Skip to content

Commit bcbecd5

Browse files
authored
Merge pull request #25 from olssonm/laravel-11
Add support for Laravel 11
2 parents e03d391 + 9334d75 commit bcbecd5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16+
- php: 8.3
17+
illuminate: ^11.0
18+
- php: 8.2
19+
illuminate: ^11.0
1620
- php: 8.2
1721
illuminate: ^10.0
1822
- php: 8.1

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
],
2222
"require": {
2323
"php": "^7.4|^8.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
24+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
2525
"bjeavons/zxcvbn-php": "^1.2"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^8.0|^9.0",
2928
"orchestra/testbench": ">=4.0",
30-
"pestphp/pest": "^1.22",
29+
"pestphp/pest": "^1.22|^2.0",
3130
"squizlabs/php_codesniffer": "^3.7"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)