We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e3baa commit c83981bCopy full SHA for c83981b
.travis.yml
@@ -4,6 +4,8 @@ php:
4
- '5.6'
5
- '7.0'
6
- '7.1'
7
+ - '7.2'
8
+ - '7.3'
9
before_install:
10
- composer install --dev
11
addons:
composer.json
@@ -15,7 +15,7 @@
15
"lastguest/murmurhash": "1.3.0",
16
"guzzlehttp/guzzle": "~5.3|~6.2",
17
"monolog/monolog": "~1.21",
18
- "icecave/parity": "^1.0"
+ "icecave/parity": "^1.0 || ^2.0"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^4.8|^5.0",
0 commit comments