Skip to content

Commit 55025c9

Browse files
authored
Add Laravel 12 compatibility (#47)
1 parent e404654 commit 55025c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"require": {
2222
"php": "^8.1",
23-
"illuminate/support": "^9.0|^10.0|^11.0"
23+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^7.6|^8.0|^9.0",
27-
"phpunit/phpunit": "^9.0|^10.5",
27+
"phpunit/phpunit": "^9.0|^10.5|^11.0",
2828
"friendsofphp/php-cs-fixer": "^3.6"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)