Skip to content

Commit

Permalink
Merge 9e572de into 03ca15b
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed May 18, 2020
2 parents 03ca15b + 9e572de commit 7a45f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ sudo: required
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"amphp/amp": "^2",
"amphp/socket": "^0.10",
"amphp/socket": "^1.0",
"amphp/uri": "^0.1",
"symfony/yaml": "^3.3"
},
Expand All @@ -26,7 +26,7 @@
},
"config": {
"platform": {
"php": "7.0.0"
"php": "7.1.0"
}
}
}

0 comments on commit 7a45f78

Please sign in to comment.