Skip to content

Commit 3b709ca

Browse files
authored
Merge pull request #27 from hivesper/master
Add support for Laravel 12
2 parents bcbecd5 + 568413d commit 3b709ca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16+
- php: 8.4
17+
illuminate: ^12.0
1618
- php: 8.3
17-
illuminate: ^11.0
19+
illuminate: ^12.0
1820
- php: 8.2
1921
illuminate: ^11.0
2022
- php: 8.2

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
],
2222
"require": {
2323
"php": "^7.4|^8.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
24+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"bjeavons/zxcvbn-php": "^1.2"
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": ">=4.0",
29-
"pestphp/pest": "^1.22|^2.0",
29+
"pestphp/pest": "^1.22|^2.0|^3.0",
3030
"squizlabs/php_codesniffer": "^3.7"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)