Skip to content

Commit

Permalink
add symfony 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
benji07 committed Jun 26, 2018
1 parent 8a6769d commit b5a00c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.5.9",
"symfony/framework-bundle": "~3.0",
"symfony/form": "~3.0"
"symfony/framework-bundle": "~3.0|~4.0",
"symfony/form": "~3.0|~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b5a00c6

Please sign in to comment.