composer.json 230 B

12345678
  1. {
  2. "name": "ik/migrations-bundle",
  3. "description": "Flowdat 3 Migrations Bundle",
  4. "keywords": ["Admin Generator", "admin", "migrations", "bundle"],
  5. "autoload": {
  6. "psr-4": { "MigrationsBundle\\": "" }
  7. }
  8. }