You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
529 B

  1. {
  2. "name": "phalapi/phalapi",
  3. "description": "A light-weight framework focus on how to develop API faster and simple.",
  4. "keywords": ["api"],
  5. "homepage": "http://www.phalapi.net",
  6. "license" : "GPL",
  7. "authors": [
  8. {
  9. "name": "Dogstar Huang",
  10. "email": "chanzonghuang@gmail.com",
  11. "homepage" : "http://my.oschina.net/dogstar",
  12. "role": "Developer"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.3.3",
  17. "another-vendor/package": "1.2.0"
  18. }
  19. }