Sfoglia il codice sorgente

Update composer.json

Guillermo Espinoza 8 anni fa
parent
commit
e633508c3e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -2,6 +2,9 @@
     "name": "ik/audit-bundle",
     "description": "The Flowdat3 Audit Bundle",
     "keywords": ["audit", "bundle"],
+    "require": {
+        "simplethings/entity-audit-bundle": "^1.0"
+    },
     "autoload": {
         "psr-4": { "AuditBundle\\": "" }
     },