Skip to content

Commit 4978992

Browse files
committed
remove phan from composer.json
1 parent 1e17832 commit 4978992

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
- name: Run psalm
9191
if: ${{ matrix.os != 'windows-latest' }}
9292
run: vendor/bin/psalm
93-
- name: Run phan
94-
if: ${{ matrix.os != 'windows-latest' }}
95-
run: vendor/bin/phan
96-
# AST 1.1 binary for Windows seems to be missing on PECL
97-
- name: Run phan with polyfill
98-
if: ${{ matrix.os == 'windows-latest' }}
99-
run: vendor/bin/phan --allow-polyfill-parser
93+
# - name: Run phan
94+
# if: ${{ matrix.os != 'windows-latest' }}
95+
# run: vendor/bin/phan
96+
# # AST 1.1 binary for Windows seems to be missing on PECL
97+
# - name: Run phan with polyfill
98+
# if: ${{ matrix.os == 'windows-latest' }}
99+
# run: vendor/bin/phan --allow-polyfill-parser
100100
- name: Run tests with coverage
101101
if: ${{ matrix.os != 'windows-latest' && matrix.php_version == '8.1' && matrix.dependencies_level != '--prefer-lowest' }}
102102
run: php vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-cobertura=cobertura.xml --log-junit=junit.xml

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"require-dev": {
3333
"ergebnis/composer-normalize": "^2.45",
3434
"nikic/php-parser": "< 5.0.1",
35-
"phan/phan": "^5.4.5",
3635
"phpstan/phpstan": "^2.0",
3736
"phpstan/phpstan-strict-rules": "^2.0",
3837
"phpunit/phpunit": "^9.6.15",

0 commit comments

Comments
 (0)