Skip to content

Commit

Permalink
Merge pull request #11 from 22Alexandra/issue-9
Browse files Browse the repository at this point in the history
Issue #9: PHP8 Compatibility.
  • Loading branch information
nagyad authored Feb 15, 2022
2 parents db3417f + 8184f21 commit 895c5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

env:
- TEST_SUITE=Behat
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"behat/behat": "^3.4",
"behat/mink-extension": "^2.3",
"php": "~7.1",
"php": ">=7.1",
"symfony/dependency-injection": "^2.1|^3.0|^4.0",
"symfony/dom-crawler": "^2.8|^3.0|^4.0",
"symfony/event-dispatcher": "^2.0|^3.0|^4.0"
Expand Down

0 comments on commit 895c5c5

Please sign in to comment.