Skip to content

Commit 41ddaa3

Browse files
committed
Add support for Laravel 12
1 parent ab0d0d8 commit 41ddaa3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs
44
vendor
55
coverage
66
SCRATCH.md
7+
.phpunit.result.cache

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.3",
24-
"illuminate/http": "^7.0|^8.0",
25-
"illuminate/support": "^7.0|^8.0"
23+
"php": "^8.0",
24+
"illuminate/http": "^11.0|^12.0",
25+
"illuminate/support": "^11.0|^12.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
28+
"phpunit/phpunit": "^11.0",
2929
"larapack/dd": "^1.0",
30-
"orchestra/testbench": "^5.0|^6.0"
30+
"orchestra/testbench": "^9.0|^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)