Skip to content

Commit

Permalink
Merge pull request #98 from samuelwilliams/dropPHP71
Browse files Browse the repository at this point in the history
Drop php71
  • Loading branch information
samuelwilliams authored Mar 7, 2020
2 parents 7b65b03 + 05b1be2 commit f922c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

before_script:
- composer install
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"require": {
"react/socket": "~1.2",
"react/datagram": "^1.4",
"php": "~7.1",
"ext-json": "~1.0",
"ext-simplexml": "*",
"php": "~7.2",
"ext-json": "*",
"ext-SimpleXML": "*",
"symfony/event-dispatcher": "~4.0",
"psr/log": "^1.0",
"symfony/filesystem": "^4.3",
Expand Down

0 comments on commit f922c78

Please sign in to comment.