We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 814b05c + 99875dc commit a916ca9Copy full SHA for a916ca9
1 file changed
composer.json
@@ -8,12 +8,18 @@
8
},
9
"require": {
10
"php": ">=7.1",
11
- "apache/thrift": "@stable",
+ "apache/thrift": "0.11.*",
12
"psr/log": "~1.0.2"
13
14
"require-dev": {
15
"phpunit/phpunit": "@stable"
16
17
+ "repositories": [
18
+ {
19
+ "type": "vcs",
20
+ "url": "git@github.com:apache/thrift.git"
21
+ }
22
+ ],
23
"minimum-stability": "dev",
24
"prefer-stable": true
25
}
0 commit comments