Skip to content

Commit

Permalink
Allow Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Jul 17, 2020
1 parent 29807df commit 4a3334f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.4
- hhvm

cache:
Expand All @@ -25,4 +26,4 @@ script:
- vendor/bin/phpunit --coverage-clover=clover.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"require": {
"php": ">=5.5",
"symfony/config": "^2.8|^3.0|^4.0",
"symfony/http-kernel": "^2.8|^3.0|^4.0",
"symfony/dependency-injection": "^2.8|^3.0|^4.0",
"symfony/config": "^2.8|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^2.8|^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^2.8|^3.0|^4.0|^5.0",
"bornfree/tactician-doctrine-domain-events": "^0.4.0"
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 4a3334f

Please sign in to comment.