composer.json 402 B

1234567891011121314
  1. {
  2. "name": "ik/check-sintax-bundle",
  3. "description": "Flowdat 3 Device Bundle",
  4. "keywords": ["Admin Generator", "admin", "validators", "bundle"],
  5. "autoload": {
  6. "psr-4": { "CheckSintaxBundle\\": "" }
  7. },
  8. "repositories": [
  9. {
  10. "type": "vcs",
  11. "url": "ssh://git@infra.flowdat.com:222/VendorSoftwareFlowdat3/CheckSintaxBundle.git"
  12. }
  13. ]
  14. }