We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d2c83 + 34e6c19 commit e22ac41Copy full SHA for e22ac41
.travis.yml
@@ -16,6 +16,7 @@ matrix:
16
- php: 7.1
17
env: deps=high
18
- php: 7.2
19
+ env: deps=low
20
fast_finish: true
21
22
before_install:
src/Component/Healthcheck/composer.json
@@ -27,7 +27,7 @@
27
"psr/log": "^1.0"
28
},
29
"require-dev": {
30
- "atoum/atoum": "^3.0"
+ "atoum/atoum": "^3.1"
31
32
"config": {
33
"preferred-install": {
0 commit comments