Skip to content

Commit 2264383

Browse files
committed
chore: Laravel 12 support
1 parent 3f4b837 commit 2264383

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
@@ -12,11 +12,11 @@
1212
"php": ">=7.3|>=8.0",
1313
"grafite/mission-control": "^3.3",
1414
"matthiasmullie/minify": "^1.3",
15-
"illuminate/support": "^10.0|^11.0"
15+
"illuminate/support": "^10.0|^11.0|^12.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.3",
19-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
19+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
2020
"phpunit/phpunit": "^9.0"
2121
},
2222
"bin": [

0 commit comments

Comments
 (0)