Skip to content

Commit f35d7e2

Browse files
authored
adjust dependency for PHP8 (#38)
Thanks @nick-zh for the contributrion!
1 parent 9f2f188 commit f35d7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"beberlei/assert": "^2.9.9|~3.0",
2828
"flix-tech/confluent-schema-registry-api": "~7.1",
2929
"flix-tech/avro-php": "^4.0.0",
30-
"widmogrod/php-functional": "^4.2|^5.0"
30+
"widmogrod/php-functional": "^4.2|^5.0|^6.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "~7.0,<8.0",

0 commit comments

Comments
 (0)