We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3224b9 commit a05d647Copy full SHA for a05d647
composer.json
@@ -32,14 +32,14 @@
32
],
33
"require": {
34
"php": "^8.1",
35
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
36
"loophp/phposinfo": "^1.8",
37
"opis/closure": "^4.0"
38
},
39
"require-dev": {
40
"phpunit/phpunit": "^10",
41
- "orchestra/testbench": "^8.0|^9.0",
42
- "laravel/laravel": "^11.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "laravel/laravel": "^11.0|^12.0"
43
44
"scripts": {
45
"test": "vendor/bin/phpunit tests"
0 commit comments