Skip to content

Commit a916ca9

Browse files
committed
Merge branch '2.0.x'
2 parents 814b05c + 99875dc commit a916ca9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
},
99
"require": {
1010
"php": ">=7.1",
11-
"apache/thrift": "@stable",
11+
"apache/thrift": "0.11.*",
1212
"psr/log": "~1.0.2"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "@stable"
1616
},
17+
"repositories": [
18+
{
19+
"type": "vcs",
20+
"url": "git@github.com:apache/thrift.git"
21+
}
22+
],
1723
"minimum-stability": "dev",
1824
"prefer-stable": true
1925
}

0 commit comments

Comments
 (0)