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 40b22bb commit 7b66282Copy full SHA for 7b66282
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: shivammathur/setup-php@v2
46
with:
47
php-version: ${{ matrix.php-version }}
48
- extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
+ extensions: ast, var_representation, ${{ env.PHP_EXTENSIONS }}
49
ini-values: ${{ env.PHP_INI_VALUES }}
50
coverage: none
51
composer.json
@@ -54,7 +54,7 @@
54
"require-dev": {
55
"ext-fileinfo": "*",
56
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
57
- "phan/phan": "^5.5.1 || 6.0.0-beta",
+ "phan/phan": "^5.5.2",
58
"phpcompatibility/php-compatibility": "10.x-dev",
59
"phpunit/phpunit": "^9.6",
60
"phpmd/phpmd": "^2.15",
0 commit comments