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 f5ddeb7 commit 4815b82Copy full SHA for 4815b82
composer.json
@@ -21,12 +21,12 @@
21
],
22
"require": {
23
"php": ">=7.2.5",
24
- "illuminate/support": "^8|^9",
25
- "illuminate/config": "^8|^9",
26
- "symfony/finder": "^5",
27
- "symfony/console": "^5",
+ "illuminate/support": "^8|^9|^10",
+ "illuminate/config": "^8|^9|^10",
+ "symfony/finder": "^5|^6",
+ "symfony/console": "^5|^6",
28
"aws/aws-sdk-php": "~3.2",
29
- "laravel/framework": "^8|^9"
+ "laravel/framework": "^8|^9|^10"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "^9.0",
0 commit comments