Skip to content

Commit

Permalink
Merge pull request #9 from Elao/symfony-4
Browse files Browse the repository at this point in the history
add symfony 4 support
  • Loading branch information
benji07 authored Jun 27, 2018
2 parents 8a6769d + b5a00c6 commit e9f0979
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 e9f0979

Please sign in to comment.