Skip to content

Commit c1077dc

Browse files
peter279kTysonAndre
authored andcommitted
Upgrade cached dependencies and PHP version
Original source: https://github.com/TysonAndre/tolerant-php-parser-to-php-ast/pull/16/files
1 parent deade02 commit c1077dc

File tree

3 files changed

+424
-292
lines changed

3 files changed

+424
-292
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
88

99
dist: xenial
1010

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
}
1818
},
1919
"require": {
20-
"php": ">=7.0",
20+
"php": ">=7.1",
2121
"microsoft/tolerant-php-parser": "0.0.18"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^6.4",
24+
"phpunit/phpunit": "^7.5",
2525
"phan/phan": "^2.3.0"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)