composer.json 258 B

12345678910111213
  1. {
  2. "name": "thinkcmf/apis-demo",
  3. "description": "ThinkCMF demo api",
  4. "type": "cmf-api",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "catman",
  9. "email": "catman@thinkcmf.com"
  10. }
  11. ],
  12. "require": {}
  13. }