diff options
Diffstat (limited to 'Http')
-rw-r--r-- | Http/composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Http/composer.json b/Http/composer.json index 4fa4f76..eb6aeda 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -33,9 +33,8 @@ "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs" }, "autoload": { - "psr-0": { "Symfony\\Component\\Security\\Http\\": "" } + "psr-4": { "Symfony\\Component\\Security\\Http\\": "" } }, - "target-dir": "Symfony/Component/Security/Http", "minimum-stability": "dev", "extra": { "branch-alias": { |