Skip to content

Commit

Permalink
Merge pull request #10 from Toilal/php-support
Browse files Browse the repository at this point in the history
Add PHP 7.3/7.4 to TravisCI build
  • Loading branch information
goetas authored Aug 23, 2020
2 parents 55059a2 + d9ee256 commit 6d5e9a5
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 @@ -4,6 +4,8 @@ sudo: false
php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
include:
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 @@
}],
"require": {
"php": "^7.1",
"goetas-webservices/xsd-reader": "^0.3@dev",
"goetas-webservices/xsd-reader": "^0.3",
"symfony/event-dispatcher": "^2.4||^3.0||^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 6d5e9a5

Please sign in to comment.