Skip to content

Commit f8d84f2

Browse files
committed
Bump PHP version
1 parent a608de1 commit f8d84f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- 7.1
3+
- 7.2
44

55
install:
66
- composer install

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.2",
1414
"symfony/process": "^2.3|^3.0|^4.0|^5.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)