Browse Source

Move Security ACL dependency to required again

Wouter J 9 năm trước cách đây
mục cha
commit
092c8af9ac
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      composer.json

+ 2 - 3
composer.json

@@ -21,6 +21,7 @@
         "symfony/form": "~2.3",
         "symfony/validator": "~2.3",
         "symfony/security-bundle": "~2.3",
+        "symfony/security-acl": "~2.4",
         "symfony/routing": "~2.3",
         "symfony/config": "~2.3",
         "symfony/console": "~2.3",
@@ -42,14 +43,12 @@
     "require-dev": {
         "jms/translation-bundle": "~1.1",
         "symfony/yaml": "~2.3",
-        "symfony/security-acl": "~2.4",
         "sonata-project/intl-bundle": "~2.1",
         "symfony/phpunit-bridge": "~2.7|~3.0"
     },
     "suggest": {
         "jms/translation-bundle": "Extract message keys from Admins",
-        "sonata-project/intl-bundle": "Add localized date and number into the list",
-        "symfony/security-acl": "To make sonata working with Symfony >=2.8"
+        "sonata-project/intl-bundle": "Add localized date and number into the list"
     },
     "autoload": {
         "psr-4": { "Sonata\\AdminBundle\\": "" }