Skip to content

Commit

Permalink
Merge pull request #62 from pamil/php-8-support
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
winzou authored Mar 21, 2021
2 parents c9522d5 + 256c792 commit c712ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

env:
- SYMFONY_VERSION=~4.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"winzou/state-machine": "~0.4",
"symfony/framework-bundle": "^4.3|^5.0"
},
"require-dev": {
"phpspec/phpspec": "^5.0|^6.0"
"phpspec/phpspec": "^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": { "winzou\\Bundle\\StateMachineBundle\\": "" }
Expand Down

0 comments on commit c712ddd

Please sign in to comment.