Skip to content

Commit

Permalink
Merge pull request #176 from tommygnr/symfony2.3
Browse files Browse the repository at this point in the history
Allow symfony 2.3 and greater
  • Loading branch information
lsmith77 committed May 3, 2013
2 parents 8df043c + 2f07f42 commit 905e8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
env:
- SYMFONY_VERSION=2.0.*
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=dev-master

before_script:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"require": {
"php": ">=5.3.2",
"imagine/Imagine": "0.4.*",
"symfony/finder": ">=2.0.16,<2.3-dev",
"symfony/filesystem": ">=2.0.16,<2.3-dev",
"symfony/framework-bundle": ">=2.0.16,<2.3-dev"
"symfony/finder": ">=2.0.16,~2.0",
"symfony/filesystem": ">=2.0.16,~2.0",
"symfony/framework-bundle": ">=2.0.16,~2.0"
},

"require-dev": {
"twig/twig": ">=1.0,<2.0-dev",
"symfony/yaml": ">=2.0.16,<2.3-dev"
"symfony/yaml": ">=2.0.16,~2.0"
},

"suggest": {
Expand Down

0 comments on commit 905e8e7

Please sign in to comment.