Skip to content

Commit 92a401f

Browse files
author
Ratheepan
committed
composer.json updated
1 parent e02e387 commit 92a401f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **Amazon SQS Extended Client Library for PHP** enables you to manage Amazon
3030

3131
> We highly recommend you use a _private_ bucket when storing SQS payloads. Payloads can contain sensitive information and should never be shared publicly.
3232
33-
2. Run `composer require ratheeps/laravel-pub-sub-messaging "~1"` to install the queue driver.
33+
2. Run `composer require ratheeps/laravel-pub-sub-messaging` to install the queue driver.
3434

3535
3. Then, add the following queue settings to your `queue.php` file.
3636

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.0",
14+
"php": ">=7.0|>=8.0",
1515
"aws/aws-sdk-php": "^3.189.0",
1616
"league/flysystem": "^1.1",
17-
"illuminate/container": "^v8.0.0",
18-
"illuminate/contracts": "^v8.0.0",
19-
"illuminate/filesystem": "^v8.0.0",
20-
"illuminate/queue": "^v8.0.0",
21-
"illuminate/support": "^v8.0.0",
17+
"illuminate/container": "^v7.0.0|^v8.0.0",
18+
"illuminate/contracts": "^v7.0.0|^v8.0.0",
19+
"illuminate/filesystem": "^v7.0.0|^v8.0.0",
20+
"illuminate/queue": "^v7.0.0|^v8.0.0",
21+
"illuminate/support": "^v7.0.0|^v8.0.0",
2222
"ext-json": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)