Skip to content

Commit 7a2b328

Browse files
committed
Bump the symfony and phpunit dependencies
1 parent e47743c commit 7a2b328

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.1.3
4+
- 7.2.5
55

66
before_install:
77
- composer self-update

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1.3",
20+
"php": "^7.2.5",
2121
"ext-mbstring": "*",
22-
"symfony/console": "^4.0|^5.0",
23-
"symfony/yaml": "^4.2|^5.0"
22+
"symfony/console": "^4.4|^5.0",
23+
"symfony/yaml": "^4.4|^5.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^7.0.1",
26+
"phpunit/phpunit": "^8.0.0",
2727
"mikey179/vfsstream": "^1.6",
2828
"php-coveralls/php-coveralls" : "v2.0.0"
2929
},

0 commit comments

Comments
 (0)