composer.json 316 B

12345678910111213
  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. "version": "1.0",
  12. "minimum-stability": "stable"
  13. }