composer.json 500 B

12345678910111213141516171819
  1. {
  2. "name": "ik/template-bundle",
  3. "description": "Flowdat 3 Template Bundle",
  4. "keywords": ["Admin Generator", "admin", "template", "bundle"],
  5. "autoload": {
  6. "psr-4": { "TemplateBundle\\": "" }
  7. },
  8. "repositories": [
  9. {
  10. "type": "vcs",
  11. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git"
  12. }
  13. ],
  14. "require": {
  15. "ik/base-admin-bundle": "*"
  16. },
  17. "version": "1.0",
  18. "minimum-stability": "stable"
  19. }