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.
2 parents f05a65b + 7ca7abb commit 6aff7d1Copy full SHA for 6aff7d1
composer.json
@@ -22,14 +22,14 @@
22
],
23
"require": {
24
"php": ">=7.1.3",
25
- "illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0",
26
- "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
27
"aws/aws-sdk-php": "^3.62"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^8",
+ "phpunit/phpunit": "^8|^9",
31
"squizlabs/php_codesniffer": "^3",
32
- "orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0"
+ "orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0"
33
34
"autoload": {
35
"psr-4": {
0 commit comments