Skip to content

Commit

Permalink
Removed 2.1 version that does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Coureau committed Aug 1, 2014
1 parent 3fa6019 commit 69f3d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ php:
- hhvm

env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"symfony/security-bundle": "~2.1",
"symfony/framework-bundle": "~2.2",
"symfony/security-bundle": "~2.2",
"symfony/monolog-bundle": "~2.2",
"doctrine/doctrine-bundle": "~1.0",
"doctrine/orm": "~2.2"
Expand Down

0 comments on commit 69f3d08

Please sign in to comment.