8000 🔧 Add Support Laravel 9 · al-one/laravel-queue-replaceable@66ea9e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66ea9e0

Browse files
authored
🔧 Add Support Laravel 9
1 parent d4e9760 commit 66ea9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2.5",
13-
"illuminate/queue": "^7.0 || ^8.0",
14-
"illuminate/support": "^7.0 || ^8.0"
12+
"php": "^7.2.5|^8.0",
13+
"illuminate/queue": "^7.0|^8.0|^9.0",
14+
"illuminate/support": "^7.0|^8.0|^9.0"
1515
},
1616
"suggest": {
1717
"al-one/laravel-queue-file": "Required to use replaceable_file driver."

0 commit comments

Comments
 (0)
0