We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094d1d1 commit 45f5f2bCopy full SHA for 45f5f2b
composer.json
@@ -20,8 +20,8 @@
20
}
21
],
22
"require": {
23
- "illuminate/database": "^10.5|^11.33",
24
- "illuminate/support": "^10.5|^11.33"
+ "illuminate/database": "^10.5|^11.33|^12.0",
+ "illuminate/support": "^10.5|^11.33|^12.0"
25
},
26
"autoload": {
27
"psr-4": {
@@ -41,7 +41,7 @@
41
"laravel/legacy-factories": "^1.4",
42
"livewire/livewire": "dev-main",
43
"mockery/mockery": "^1.6",
44
- "orchestra/testbench": "^8.1.1|^9",
+ "orchestra/testbench": "^8.1.1|^9|^10.0",
45
"phpunit/phpunit": "^9.5.25|^10|^11"
46
47
"config": {
0 commit comments