Skip to content

Commit 0af96e3

Browse files
committed
feat: migration PHPStan niveau 8 - workflows et corrections compiler
- Mise à jour tous les workflows quality.yaml et phpstan-*.yaml vers level: 8 - Corrections PHPStan compiler: SFTP/FTP Server, Api/HttpHook Runtime (ClosureUse) - Plugin Filtering Drop/Reject: refactor buildExclusions avec array_slice - Deferred::resolve(null), asStmt() pour builder->getNode() - Plugin FTP Loader: returnType Identifier au lieu de ConstFetch - Ignores phpstan.neon pour Cloud API types Made-with: Cursor
1 parent d90d402 commit 0af96e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,
2222
"require": {
23-
"php": "^8.0",
23+
"php": "^8.4",
2424
"psr/simple-cache": "^3.0",
2525
"psr/log": "^1.0",
2626
"php-etl/pipeline-contracts": "^0.3.3",

0 commit comments

Comments
 (0)