composer.json 278 B

1234567891011121314
  1. {
  2. "name": "thinkcmf/plugins-demo",
  3. "description": "ThinkCMF demo plugin",
  4. "type": "cmf-plugin",
  5. "license": "apache2.0",
  6. "authors": [
  7. {
  8. "name": "catman",
  9. "email": "catman@thinkcmf.com"
  10. }
  11. ],
  12. "require": {
  13. }
  14. }