composer.json 338 B

1234567891011121314151617181920
  1. {
  2. "repositories": [
  3. {
  4. "type": "composer",
  5. "url": "http://packagist.cn",
  6. "url": "https://packagist.phpcomposer.com"
  7. },
  8. {
  9. "packagist": false
  10. }
  11. ],
  12. "require": {
  13. "apache/thrift": "0.10.0"
  14. },
  15. "config": {
  16. "secure-http": false
  17. }
  18. }