Skip to content

Commit cb1194d

Browse files
authored
Merge pull request #14 from andrew-demb/latest-thrift
Allow installing `apache/thrift` up to 0.16
2 parents b7a7354 + 7d2b28c commit cb1194d

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
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": ">=7.4",
1111
"ext-sockets": "*",
12-
"apache/thrift": ">=0.11, <0.16"
12+
"apache/thrift": ">=0.11, <0.17"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "@stable"

0 commit comments

Comments
 (0)