composer.json 291 B

123456789101112
  1. {
  2. "name": "ik/audit-bundle",
  3. "description": "The Flowdat3 Audit Bundle",
  4. "keywords": ["audit", "bundle"],
  5. "require": {
  6. "simplethings/entity-audit-bundle": "^1.0"
  7. },
  8. "autoload": {
  9. "psr-4": { "AuditBundle\\": "" }
  10. },
  11. "minimum-stability": "dev"
  12. }