Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active May 26, 2025 08:35
Show Gist options
  • Save steffen-wirth/408a698ac4278adcb5d319ca59269aed to your computer and use it in GitHub Desktop.
Save steffen-wirth/408a698ac4278adcb5d319ca59269aed to your computer and use it in GitHub Desktop.
#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