Skip to content

Commit

Permalink
Compatible with Symfony3
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Shark committed Dec 10, 2015
1 parent ead5be0 commit e365c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ matrix:
fast_finish: true
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION="~3.0.0"
- env: SYMFONY_VERSION="dev-master"
exclude:
# Symfony 3.x requires PHP 5.5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "william.durand1@gmail.com"
}],
"require": {
"symfony/symfony": "~2.5",
"symfony/symfony": "~2.5||~3.0",
"propel/propel": "2.*@dev"
},
"require-dev": {
Expand Down

0 comments on commit e365c74

Please sign in to comment.