composer.json 523 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Thurdata/cwp7",
  3. "description": "cwp7 Provisioing Module",
  4. "version": "2.0.0",
  5. "type": "project",
  6. "license": "EULA",
  7. "homepage": "http://www.thurdata.ch",
  8. "support":
  9. {
  10. "email": "info@thurdata.ch",
  11. "issues": "http://support.thurdata.ch",
  12. "forum": "http://forum.thurdata.ch"
  13. },
  14. "authors": [
  15. {
  16. "name": "Andre Genrich"
  17. }
  18. ],
  19. "require":
  20. {
  21. "php": ">=7.1.0"
  22. }
  23. }