Skip to content

Commit 07a7cee

Browse files
Merge pull request #5 from metorikhq/main
Add support for Laravel 11
2 parents c171fd4 + 1be9605 commit 07a7cee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^10.0",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"laravel/pulse": "^1.0@beta",
2222
"spatie/laravel-package-tools": "^1.14.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^7.8",
26+
"nunomaduro/collision": "^7.8|^8.0",
2727
"larastan/larastan": "^2.0.1",
2828
"orchestra/testbench": "^8.8",
2929
"pestphp/pest": "^2.20",
@@ -95,4 +95,4 @@
9595
},
9696
"minimum-stability": "dev",
9797
"prefer-stable": true
98-
}
98+
}

0 commit comments

Comments
 (0)