We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea522b7 + b17e3fb commit 6bcb75dCopy full SHA for 6bcb75d
1 file changed
composer.json
@@ -16,12 +16,12 @@
16
],
17
"require": {
18
"php": "^8.1",
19
- "illuminate/cache": "~10.0",
20
- "illuminate/container": "~10.0",
21
- "illuminate/contracts": "~10.0",
22
- "illuminate/support": "~10.0",
23
- "illuminate/routing": "~10.0",
24
- "illuminate/view": "~10.0"
+ "illuminate/cache": "~10.0|~11.0",
+ "illuminate/container": "~10.0|~11.0",
+ "illuminate/contracts": "~10.0|~11.0",
+ "illuminate/support": "~10.0|~11.0",
+ "illuminate/routing": "~10.0|~11.0",
+ "illuminate/view": "~10.0|~11.0"
25
},
26
"require-dev": {
27
"mockery/mockery": "^1.6",
@@ -50,5 +50,6 @@
50
"scripts": {
51
"test": "vendor/bin/phpunit",
52
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
53
- }
+ },
54
+ "minimum-stability": "dev",
55
}
0 commit comments