Skip to content

Commit 914dc02

Browse files
authored
Laravel 12.x Support (#54)
1 parent 04fc035 commit 914dc02

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
@@ -25,10 +25,10 @@
2525
},
2626
"require": {
2727
"php": "^8.2",
28-
"illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0|^11.0"
28+
"illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^10.0|^11.0",
31+
"phpunit/phpunit": "^10.0|^11.0|^12.0",
3232
"orchestra/testbench": "^8.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)