Skip to content

Commit

Permalink
Merge pull request #64 from Zales0123/allow-symfony-6
Browse files Browse the repository at this point in the history
Add Symfony 6 support
  • Loading branch information
winzou authored Dec 21, 2021
2 parents 1de8df5 + 6ff066c commit 1a897e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ php:
env:
- SYMFONY_VERSION=~4.0
- SYMFONY_VERSION=~5.0
- SYMFONY_VERSION=~6.0

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.1.3|^8.0",
"winzou/state-machine": "~0.4",
"symfony/framework-bundle": "^4.3|^5.0"
"symfony/framework-bundle": "^4.3|^5.0|^6.0"
},
"require-dev": {
"phpspec/phpspec": "^5.0|^6.0|^7.0"
Expand Down

0 comments on commit 1a897e7

Please sign in to comment.