Skip to content

Commit ab53277

Browse files
authored
upgrade for laravel 8 support (munir131#6)
1 parent 2f4b4f2 commit ab53277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.2.5",
21+
"php": "^7.4",
2222
"google/cloud-pubsub": "^1.1",
23-
"illuminate/queue": "7.*",
23+
"illuminate/queue": "8.*",
2424
"laravel/helpers": "^1.3"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)