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 7331de9 commit 48b3c5aCopy full SHA for 48b3c5a
composer.json
@@ -11,13 +11,13 @@
11
"php": "^8.0",
12
"aws/aws-sdk-php": "^3.222",
13
"bref/bref": "^1.5",
14
- "illuminate/container": "^8.0 || ^9.0",
15
- "illuminate/contracts": "^8.0 || ^9.0",
16
- "illuminate/http": "^8.0 || ^9.0",
17
- "illuminate/queue": "^8.0 || ^9.0",
18
- "illuminate/support": "^8.0 || ^9.0",
+ "illuminate/container": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/http": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/queue": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0",
19
"laravel/octane": "^1.2",
20
- "monolog/monolog": "^2.0",
+ "monolog/monolog": "^2.0 || ^3.0",
21
"riverline/multipart-parser": "^2.0"
22
},
23
"require-dev": {
0 commit comments