diff options
Diffstat (limited to 'Acl')
-rw-r--r-- | Acl/composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Acl/composer.json b/Acl/composer.json index feb666a..256671c 100644 --- a/Acl/composer.json +++ b/Acl/composer.json @@ -31,9 +31,8 @@ "doctrine/dbal": "For using the built-in ACL implementation" }, "autoload": { - "psr-0": { "Symfony\\Component\\Security\\Acl\\": "" } + "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" } }, - "target-dir": "Symfony/Component/Security/Acl", "minimum-stability": "dev", "extra": { "branch-alias": { |