We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47743c commit 7a2b328Copy full SHA for 7a2b328
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
php:
4
- - 7.1.3
+ - 7.2.5
5
6
before_install:
7
- composer self-update
composer.json
@@ -17,13 +17,13 @@
17
}
18
],
19
"require": {
20
- "php": "^7.1.3",
+ "php": "^7.2.5",
21
"ext-mbstring": "*",
22
- "symfony/console": "^4.0|^5.0",
23
- "symfony/yaml": "^4.2|^5.0"
+ "symfony/console": "^4.4|^5.0",
+ "symfony/yaml": "^4.4|^5.0"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^7.0.1",
+ "phpunit/phpunit": "^8.0.0",
27
"mikey179/vfsstream": "^1.6",
28
"php-coveralls/php-coveralls" : "v2.0.0"
29
0 commit comments