Skip to content

Commit 7b66282

Browse files
committed
:octocat:
1 parent 40b22bb commit 7b66282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: shivammathur/setup-php@v2
4646
with:
4747
php-version: ${{ matrix.php-version }}
48-
extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
48+
extensions: ast, var_representation, ${{ env.PHP_EXTENSIONS }}
4949
ini-values: ${{ env.PHP_INI_VALUES }}
5050
coverage: none
5151

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"require-dev": {
5555
"ext-fileinfo": "*",
5656
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
57-
"phan/phan": "^5.5.1 || 6.0.0-beta",
57+
"phan/phan": "^5.5.2",
5858
"phpcompatibility/php-compatibility": "10.x-dev",
5959
"phpunit/phpunit": "^9.6",
6060
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)