diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Core/composer.json b/Core/composer.json index 1b7e523..c16ff6b 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -36,9 +36,8 @@ "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5" }, "autoload": { - "psr-0": { "Symfony\\Component\\Security\\Core\\": "" } + "psr-4": { "Symfony\\Component\\Security\\Core\\": "" } }, - "target-dir": "Symfony/Component/Security/Core", "minimum-stability": "dev", "extra": { "branch-alias": { |