Skip to content

Commit 23c5a05

Browse files
committed
:octocat: phan 6 (finally)
1 parent c5492c6 commit 23c5a05

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"ext-curl": "*",
4040
"ext-json": "*",
4141
"ext-sodium": "*",
42-
"phan/phan": "6.0.0-beta",
42+
"phan/phan": "6.0.1",
4343
"phpmd/phpmd": "^2.15",
44-
"phpstan/phpstan": "^2.1.32",
45-
"phpstan/phpstan-deprecation-rules": "^2.0.3",
44+
"phpstan/phpstan": "^2.1.40",
45+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
4646
"phpunit/phpunit": "^11.2",
47-
"slevomat/coding-standard": "^8.23",
47+
"slevomat/coding-standard": "^8.28",
4848
"squizlabs/php_codesniffer": "^4.0"
4949
},
5050
"suggest": {

0 commit comments

Comments
 (0)