Skip to content

Commit

Permalink
works with php ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moolex committed Jul 26, 2019
1 parent a8240db commit 6594181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,7 +1,9 @@
language: php

php:
- '7.1'
- '7.2'
- '7.3'

dist: trusty
sudo: false
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -2,9 +2,8 @@
"name": "carno-php/net",
"license": "MIT",
"require": {
"php": "^7.2",
"ramsey/uuid": "~3.8",
"carno-php/coroutine": "^1.0"
"carno-php/coroutine": "^1.0",
"ramsey/uuid": "~3.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -11,7 +11,7 @@
</testsuites>

<logging>
<log type="coverage-clover" target="coverage-clover.xml"/>
<log type="coverage-clover" target="coverage.xml"/>
</logging>

<filter>
Expand Down

0 comments on commit 6594181

Please sign in to comment.