Browse Source

Merge pull request #3487 from WouterJ/patch-6

Move Security ACL dependency to required again
Thomas 9 years ago
parent
commit
8aabc50a24
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -21,10 +21,12 @@
         "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",
         "symfony/twig-bridge": "~2.3",
+        "symfony/twig-bundle": "~2.3",
         "symfony/class-loader":"~2.3",
         "symfony/expression-language": "~2.4",
         "symfony/property-access": "~2.3",
@@ -42,14 +44,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\\": "" }