diff options
Diffstat (limited to 'Core/composer.json')
-rw-r--r-- | Core/composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Core/composer.json b/Core/composer.json index 7bc1bf0..38054df 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.3" + "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7", @@ -36,13 +36,12 @@ "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": { - "dev-master": "2.6-dev" + "dev-master": "2.7-dev" } } } |