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

Commit

Permalink
Merge pull request #209 from tibineogen/symfony-4-support
Browse files Browse the repository at this point in the history
update to support symfony 4
  • Loading branch information
stephpy authored Nov 20, 2017
2 parents a1f8dd7 + 90677c1 commit 874e124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.4
- 5.5
- 7.1

install: composer install -n

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"php": ">=5.3.2",
"stephpy/timeline": "*",
"symfony/framework-bundle": "~2.0|~3.0",
"symfony/options-resolver": "~2.0|~3.0"
"symfony/framework-bundle": "~2.0|~3.0|~4.0",
"symfony/options-resolver": "~2.0|~3.0|~4.0"
},
"require-dev": {
"atoum/atoum": "1.*",
"atoum/atoum": "1.*|3.*",
"doctrine/orm": "2.*",
"symfony/console": "~2.0|~3.0",
"symfony/twig-bundle": "~2.0|~3.0",
"symfony/expression-language": "~2.0|~3.0"
"symfony/console": "~2.0|~3.0|~4.0",
"symfony/twig-bundle": "~2.0|~3.0|~4.0",
"symfony/expression-language": "~2.0|~3.0|~4.0"
},
"suggest": {
"symfony/console": "List spreads and deploy timelines via a command",
Expand Down

0 comments on commit 874e124

Please sign in to comment.