Skip to content

Commit 75825b9

Browse files
committed
Laravel 12 support
1 parent b64e679 commit 75825b9

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
@@ -8,12 +8,12 @@
88
],
99
"license": "GPL-3.0-or-later",
1010
"require": {
11-
"illuminate/support": "^11.0",
11+
"illuminate/support": "^11.0 || ^12.0",
1212
"friendsofphp/php-cs-fixer": "^3.0"
1313
},
1414
"require-dev": {
15-
"orchestra/testbench": "^9.11.0",
16-
"phpunit/phpunit": "^10.5.45",
15+
"orchestra/testbench": "^10.0.0",
16+
"phpunit/phpunit": "^11.5.10",
1717
"mockery/mockery": "^1.6.12",
1818
"php-coveralls/php-coveralls": "^2.7"
1919
},

0 commit comments

Comments
 (0)