Browse Source

updating composer to fix travis build and missing dep

cjohnson 11 năm trước cách đây
mục cha
commit
a10333dffc
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -26,7 +26,8 @@
         "symfony/config": ">=2.1",
         "symfony/http-kernel": ">=2.1",
         "symfony/dependency-injection": ">=2.1",
-        "doctrine/doctrine-cache-bundle": "1.0.0"
+        "doctrine/doctrine-cache-bundle": "1.0.0",
+        "symfony/finder": "2.3.12"
     },
     "require-dev": {
         "phpunit/phpunit": "3.7.*"