소스 검색

Update composer.json

Guillermo Espinoza 8 년 전
부모
커밋
e633508c3e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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\\": "" }
     },