Skip to content

Commit 2d89b11

Browse files
authored
Support Laravel 12 (#3)
1 parent 0b22f45 commit 2d89b11

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ composer.lock
33
docs
44
vendor
55
coverage
6-
.phpunit.cache
6+
.phpunit.cache

.phpunit.cache/test-results

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/support": "^11.0"
20+
"illuminate/support": "^11.0|^12.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^9.0",
23+
"orchestra/testbench": "^9.0|^10.0",
2424
"phpunit/phpunit": "^11.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)