Skip to content

Commit 0c3130b

Browse files
mmollxalopp
authored andcommitted
Update versions for PHP 8 compatibility
1 parent 0487bed commit 0c3130b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache:
2222
before_script:
2323
- if [ "${DEPENDENCIES}" = "lowest" ]; then composer update --prefer-lowest --prefer-dist --no-interaction --no-progress; fi;
2424
- if [ "${DEPENDENCIES}" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress; fi;
25-
- if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.7; fi; # Install AST extension, as phan uses it
25+
- if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.10; fi; # Install AST extension, as phan uses it
2626
- export XMLLINT_INDENT=" "
2727

2828
script:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"require-dev": {
2525
"phan/phan": "^3.1.0",
26-
"phpstan/phpstan": "^0.12.33",
27-
"phpstan/phpstan-strict-rules": "^0.12",
26+
"phpstan/phpstan": "^0.12.58",
27+
"phpstan/phpstan-strict-rules": "^0.12.4",
2828
"phpunit/phpunit": "^7.0",
29-
"vimeo/psalm": "^3.8"
29+
"vimeo/psalm": "^4.0"
3030
},
3131
"require": {
3232
"php": "~7.2",

0 commit comments

Comments
 (0)