Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit e47844d

Browse files
authored
Update composer.json
update versions and remove support dependency
1 parent da3acb6 commit e47844d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "barryvdh/laravel-async-queue",
33
"description": "Async Queue Driver for Laravel (Push to background)",
4-
"keywords": ["laravel", "queue", "async", "background"],
4+
"keywords": [
5+
"laravel",
6+
"queue",
7+
"async",
8+
"background"
9+
],
510
"license": "MIT",
611
"authors": [
712
{
@@ -11,9 +16,8 @@
1116
],
1217
"require": {
1318
"php": ">=7",
14-
"illuminate/support": "^6|^7|^8|^9",
15-
"illuminate/console": "^6|^7|^8|^9",
16-
"symfony/process": "^4|^5|^6"
19+
"illuminate/console": "^6|^7|^8|^9|^10.0|^11.0",
20+
"symfony/process": "^4|^5|^6|^7.0"
1721
},
1822
"autoload": {
1923
"psr-4": {

0 commit comments

Comments
 (0)