1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Modernize to app min PHP version

This commit is contained in:
Yassine Guedidi 2025-04-05 14:15:38 +02:00
parent 9e2720cddc
commit 42a63be61a

View file

@ -23,5 +23,5 @@ return RectorConfig::configure()
__DIR__ . '/src/Entity/*',
],
])
->withPhpSets(php81: true)
->withPhpSets()
->withTypeCoverageLevel(0);