Skip to content

Commit c2d78af

Browse files
fpodschwadekclaude
andcommitted
revert: remove PHPStan GitHub Action
No version of saschaegerer/phpstan-typo3 bridges phpstan ^2 and TYPO3 ^12.4, making automated PHPStan analysis via GitHub Actions not feasible at this time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9270bf1 commit c2d78af

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"codeception/module-asserts": "*",
3030
"codeception/module-db": "^3.2",
3131
"codeception/verify": "^3.2",
32-
"phpstan/phpstan": "^2",
3332
"ssch/typo3-rector": "^3.8",
3433
"typo3/coding-standards": "^0.8.0",
3534
"a9f/typo3-fractor": "^0.5.0"
@@ -45,9 +44,6 @@
4544
}
4645
},
4746
"config": {
48-
"allow-plugins": true,
49-
"audit": {
50-
"ignore": ["PKSA-y2cr-5h3j-g3ys"]
51-
}
47+
"allow-plugins": true
5248
}
5349
}

0 commit comments

Comments
 (0)