Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit dcb8b73

Browse files
committed
Fixed the composer.json constraints
1 parent 8e67f3d commit dcb8b73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ php:
55
- 5.4
66

77
env:
8-
- SYMFONY_VERSION=v2.0.7
8+
- SYMFONY_VERSION=v2.0.12
99
- SYMFONY_VERSION=origin/2.0
1010
- SYMFONY_VERSION=origin/master
1111

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.2",
16-
"symfony/security-bundle": ">=2.0"
16+
"symfony/framework-bundle": ">=2.0,<2.2",
17+
"symfony/security-bundle": ">=2.0,<2.2"
1718
},
1819
"autoload": {
1920
"psr-0": { "FOS\\AdvancedEncoderBundle": "" }

0 commit comments

Comments
 (0)