We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb26fc + 45122a4 commit 3d4c1d8Copy full SHA for 3d4c1d8
composer.json
@@ -22,14 +22,14 @@
22
],
23
"require": {
24
"php": ">=5.5.0",
25
- "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
26
- "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
27
- "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
28
"aws/aws-sdk-php": "~3.0",
29
- "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
+ "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
30
},
31
"require-dev": {
32
- "phpunit/phpunit": "3.7.*|^9.5.10",
+ "phpunit/phpunit": "3.7.*|^9.5.10|^10.5",
33
"codeclimate/php-test-reporter": "dev-master"
34
35
"autoload": {
0 commit comments