Skip to content

Commit da222f5

Browse files
committed
Add Laravel 9 and 12 support
1 parent 87a4e34 commit da222f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1",
21-
"illuminate/support": "^10.0|^11.0",
22-
"illuminate/database": "^10.0|^11.0"
20+
"php": "^8.2",
21+
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/database": "^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^8.0|^9.0",
25+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2626
"phpunit/phpunit": "^10.0"
2727
},
2828
"autoload": {
@@ -48,4 +48,4 @@
4848
"minimum-stability": "stable",
4949
"prefer-stable": true,
5050
"version": "1.0.0"
51-
}
51+
}

0 commit comments

Comments
 (0)