Skip to content

Commit e4c8479

Browse files
committed
Update the recommended phan version
1 parent cb3c9bc commit e4c8479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818

1919
# Install phan separately because the tolerant-php-parser version may be behind.
2020
script:
21-
- composer create-project phan/phan=1.0.7 ~/phan-install; ~/phan-install/phan
21+
- composer create-project phan/phan=1.1.0 ~/phan-install; ~/phan-install/phan
2222
- ./test
2323

2424
branches:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"phpunit/phpunit": "^6.4"
2525
},
2626
"suggest": {
27-
"ext-ast": "~0.1.5",
28-
"phan/phan": "^1.0.7"
27+
"ext-ast": "~0.1.5||~1.0.0",
28+
"phan/phan": "^1.1.0"
2929
},
3030
"autoload": {
3131
"psr-4": {"TolerantASTConverter\\": "src/TolerantASTConverter"}

0 commit comments

Comments
 (0)