We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b792c32 + 597867c commit 5f24d15Copy full SHA for 5f24d15
composer.json
@@ -15,11 +15,11 @@
15
],
16
"require": {
17
"php": "^8.1",
18
- "illuminate/contracts": "~9.0|~10.0|~11.0",
19
- "illuminate/database": "~9.0|~10.0|~11.0",
20
- "illuminate/events": "~9.0|~10.0|~11.0",
21
- "illuminate/support": "~9.0|~10.0|~11.0",
22
- "illuminate/validation": "~9.0|~10.0|~11.0"
+ "illuminate/contracts": "~9.0|~10.0|~11.0|~12.0",
+ "illuminate/database": "~9.0|~10.0|~11.0|~12.0",
+ "illuminate/events": "~9.0|~10.0|~11.0|~12.0",
+ "illuminate/support": "~9.0|~10.0|~11.0|~12.0",
+ "illuminate/validation": "~9.0|~10.0|~11.0|~12.0"
23
},
24
"require-dev": {
25
"mockery/mockery": "^1.4.4",
0 commit comments