Last active
May 26, 2025 08:35
-
-
Save steffen-wirth/408a698ac4278adcb5d319ca59269aed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#composer requirements | |
"require-dev": { | |
"captainhook/captainhook": "^5.25", | |
"deployer/deployer": "^7.5", | |
"friendsofphp/php-cs-fixer": "^3.75", | |
"frosh/shopware-rector": "^0.5.5", | |
"phpstan/extension-installer": "^1.4", | |
"phpstan/phpstan-symfony": "^2.0", | |
"rector/rector": "^2.0", | |
"shopware/dev-tools": "^1.5", | |
"squizlabs/php_codesniffer": "^3.13" | |
} | |
composer require --dev captainhook/captainhook friendsofphp/php-cs-fixer frosh/shopware-rector rector/rector shopware/dev-tools squizlabs/php_codesniffer phpstan/phpstan-symfony phpstan/extension-installer | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment