1234567891011121314151617181920 |
- {
- "repositories": [
- {
- "type": "composer",
- "url": "http://packagist.cn",
- "url": "https://packagist.phpcomposer.com"
- },
- {
- "packagist": false
- }
- ],
-
- "require": {
- "apache/thrift": "0.10.0"
- },
- "config": {
- "secure-http": false
- }
- }
|