We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b71dad commit 129f381Copy full SHA for 129f381
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
- "8.1"
31
- "8.2"
32
- "8.3"
33
+ - "8.4"
34
35
env:
36
PHAN_ALLOW_XDEBUG: 0
composer.json
@@ -54,7 +54,7 @@
54
"ext-fileinfo": "*",
55
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
56
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
57
- "phan/phan": "^5.4",
+ "phan/phan": "^5.4.5",
58
"phpcompatibility/php-compatibility": "10.x-dev",
59
"phpunit/phpunit": "^9.6",
60
"phpmd/phpmd": "^2.15",
0 commit comments