Skip to content

Commit 1bc3837

Browse files
Added Laravel 12 support
1 parent 30e2e64 commit 1bc3837

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"php": "^8.0",
4141
"doctrine/dbal": "^3.3",
4242
"dragon-code/support": "^5.8 || ^6.0",
43-
"illuminate/contracts": "^8.37 || ^9.0 || ^10.0 || ^11.0",
44-
"illuminate/database": "^8.37 || ^9.0 || ^10.0 || ^11.0",
45-
"illuminate/http": "^8.37 || ^9.0 || ^10.0 || ^11.0",
46-
"illuminate/routing": "^8.37 || ^9.0 || ^10.0 || ^11.0",
47-
"illuminate/support": "^8.37 || ^9.0 || ^10.0 || ^11.0"
43+
"illuminate/contracts": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
44+
"illuminate/database": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
45+
"illuminate/http": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
46+
"illuminate/routing": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
47+
"illuminate/support": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
4848
},
4949
"require-dev": {
5050
"mockery/mockery": "^1.5",
51-
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
52-
"phpunit/phpunit": "^9.6 || ^10.0"
51+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
52+
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0"
5353
},
5454
"minimum-stability": "stable",
5555
"prefer-stable": true,
@@ -81,4 +81,4 @@
8181
]
8282
}
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)