Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Allow Symfony3 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Dec 2, 2015
1 parent 4eec4e5 commit 2c348a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"require": {
"php": ">=5.3.2",
"stephpy/timeline": "*",
"symfony/framework-bundle": "2.*",
"symfony/options-resolver": "2.*"
"symfony/framework-bundle": "~2.0|~3.0",
"symfony/options-resolver": "~2.0|~3.0"
},
"require-dev": {
"atoum/atoum": "1.*",
"doctrine/orm": "2.*",
"symfony/console": "2.*",
"symfony/twig-bundle": "2.*"
"symfony/console": "~2.0|~3.0",
"symfony/twig-bundle": "~2.0|~3.0"
},
"suggest": {
"symfony/console": "List spreads and deploy timelines via a command",
Expand Down

0 comments on commit 2c348a9

Please sign in to comment.