Skip to content

Commit 2bb9a56

Browse files
committed
Fix: add laravel 12 support
1 parent b123590 commit 2bb9a56

File tree

2 files changed

+954
-828
lines changed

2 files changed

+954
-828
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"ext-openssl": "*",
3434
"guzzlehttp/guzzle": "^7.3",
3535
"guzzlehttp/promises": "^2.0",
36-
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
37-
"illuminate/support": "^7.0|8.0|^9.0|^10.0|^11.0",
36+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
37+
"illuminate/support": "^7.0|8.0|^9.0|^10.0|^11.0|^12.0",
3838
"spatie/laravel-package-tools": "^1.0"
3939
},
4040
"require-dev": {
41-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
42-
"pestphp/pest": "^1.0 |^2.0",
43-
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
41+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
42+
"pestphp/pest": "^1.0 |^2.0|^3.0",
43+
"pestphp/pest-plugin-laravel": "^1.0|^2.0|^3.0"
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)