Skip to content

Commit df1555a

Browse files
committed
Update deps
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent dbe1475 commit df1555a

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- pecl install -f ast
1515

1616
install:
17-
- rm -f composer.lock # temporary fix for PHPUnit 8
17+
- rm -f composer.lock # workaround for testing among different PHP versions
1818
- composer install --prefer-dist --no-progress
1919

2020
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"friendsofphp/php-cs-fixer": "^2.16",
4141
"phan/phan": "^2.5",
42-
"phpunit/phpunit": "^7.5 || ^8 || ^9",
42+
"phpunit/phpunit": ">=7 <10",
4343
"squizlabs/php_codesniffer": "^3.5"
4444
},
4545
"config": {

composer.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)