We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a56a37 + ff1251b commit 25943b1Copy full SHA for 25943b1
composer.json
@@ -22,11 +22,11 @@
22
],
23
"require": {
24
"php": ">=5.5.0",
25
- "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
26
- "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
27
- "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
28
"aws/aws-sdk-php": "~3.0",
29
- "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0"
+ "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "3.7.*|^9.5.10",
0 commit comments