Skip to content

Commit cc0ea12

Browse files
authored
Supports Laravel 12
1 parent 01dd34f commit cc0ea12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"php": "^7.1.3|^8.0",
1313
"ext-pdo_sqlite": "*",
1414
"ext-sqlite3": "*",
15-
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
16-
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
15+
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
16+
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
1717
},
1818
"require-dev": {
1919
"doctrine/dbal": "^2.9 || ^3.1.4",
20-
"orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
21-
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0 || ^10.0"
20+
"orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
21+
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0 || ^10.0, ^11.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)