PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
22 stars 8 forks source link

feat(build): add prestashop/php-dev-tools support #98

Closed jokesterfr closed 2 months ago

jokesterfr commented 2 months ago
Questions Answers
Description? PrestaShop php-dev-tools are handy to validate any modules. Shipping them in flashlight will fasten their use across multiple PrestaShop versions in the CI of your module project. See: https://github.com/PrestaShop/php-dev-tools/tree/master. Add openssh-client support.
Type? new feature
BC breaks? no
Deprecations? no
Fixed ticket? N/A
Sponsor company PrestaShop SA
How to test? setup your neon file to include this /var/opt/prestashop/php-dev-tools/phpstan/ps-module-extension.neon
jokesterfr commented 2 months ago

TODO: