mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-02-07 23:47:57 +00:00
feat!: upgrade min. php version to 8.4 (#86)
* feat: upgrade min php to 7.4, upgrade packages * chore: update ci/cd, docs, supporting config to php 8.4 * chore: update rest of the docs, supporting config to php 8.4
This commit is contained in:
@@ -57,7 +57,7 @@ return RectorConfig::configure()
|
||||
removeUnusedImports: true, // This is generally safe
|
||||
)
|
||||
// Conservative PHP version targeting
|
||||
->withPhpVersion(80200)
|
||||
->withPhpVersion(80400)
|
||||
// Don't use prepared sets - they're too aggressive
|
||||
->withPreparedSets(
|
||||
deadCode: false, // Disable dead code removal
|
||||
|
||||
Reference in New Issue
Block a user