Skip to content

Commit 33e9199

Browse files
authored
support php8 (munir131#8)
1 parent ab53277 commit 33e9199

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,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.4",
21+
"php": "^7.4|^8.0",
2222
"google/cloud-pubsub": "^1.1",
2323
"illuminate/queue": "8.*",
2424
"laravel/helpers": "^1.3"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8.5"
27+
"phpunit/phpunit": "9.5.10"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)