summaryrefslogtreecommitdiffstats
path: root/Http/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'Http/composer.json')
-rw-r--r--Http/composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/Http/composer.json b/Http/composer.json
index ecf72f8..7b08d00 100644
--- a/Http/composer.json
+++ b/Http/composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": ">=5.3.3",
+ "php": ">=5.3.9",
"symfony/security-core": "~2.6",
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4",
@@ -33,13 +33,12 @@
"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": {
- "dev-master": "2.6-dev"
+ "dev-master": "2.7-dev"
}
}
}