summaryrefslogtreecommitdiffstats
path: root/Guard
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2015-09-26 12:45:06 +0200
committerChristophe Coevoet <stof@notk.org>2015-09-26 12:58:17 +0200
commit1e2b64278942bd318519cac7ec1af58b0fc711bb (patch)
tree05480c43af9fe4db93fee11e94efa52eab59a63d /Guard
parent18a3795e8062878c5a1d908e257624790598e82f (diff)
downloadsymfony-security-1e2b64278942bd318519cac7ec1af58b0fc711bb.zip
symfony-security-1e2b64278942bd318519cac7ec1af58b0fc711bb.tar.gz
symfony-security-1e2b64278942bd318519cac7ec1af58b0fc711bb.tar.bz2
Update the branch alias for new components in their 3.0 branch
Diffstat (limited to 'Guard')
-rw-r--r--Guard/composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/Guard/composer.json b/Guard/composer.json
index 1e0dc8c..ebb3546 100644
--- a/Guard/composer.json
+++ b/Guard/composer.json
@@ -17,11 +17,11 @@
],
"require": {
"php": ">=5.3.9",
- "symfony/security-core": "~2.8|~3.0.0",
- "symfony/security-http": "~2.8|~3.0.0"
+ "symfony/security-core": "~2.8|~3.0",
+ "symfony/security-http": "~2.8|~3.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "~2.8|~3.0.0",
+ "symfony/phpunit-bridge": "~2.8|~3.0",
"psr/log": "~1.0"
},
"autoload": {
@@ -30,7 +30,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "2.8-dev"
+ "dev-master": "3.0-dev"
}
}
}