Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 2a6a11a

Browse files
Bump dependencies for Laravel 10 (#100)
1 parent 1b40f11 commit 2a6a11a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
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,8 +16,8 @@
1116
],
1217
"require": {
1318
"php": ">=7",
14-
"illuminate/support": "^6|^7|^8|^9",
15-
"illuminate/console": "^6|^7|^8|^9",
19+
"illuminate/support": "^6|^7|^8|^9|^10.0",
20+
"illuminate/console": "^6|^7|^8|^9|^10.0",
1621
"symfony/process": "^4|^5|^6"
1722
},
1823
"autoload": {

0 commit comments

Comments
 (0)