shopware / deployment-helper
Shopware deployment tools
0.1.2
2026-06-30 02:49 UTC
Requires
- php: >=8.2
- ext-dom: *
- ext-pdo: *
- digilist/dependency-graph: >=0.4.1
- doctrine/dbal: ^3.0 || ^4.0
- symfony/config: ^7.0 || ^6.0
- symfony/console: ^7.0 || ^6.0
- symfony/dependency-injection: ^7.0 || ^6.0
- symfony/dotenv: ^7.0 || ^6.0
- symfony/event-dispatcher: ^7.0 || ^6.0
- symfony/filesystem: ^7.0 || ^6.0
- symfony/finder: ^7.0 || ^6.0
- symfony/http-client: ^7.0 || ^6.0
- symfony/process: ^7.0 || ^6.0
- symfony/yaml: ^7.0 || ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: v3.94.2
- phpstan/extension-installer: 1.4.3
- phpstan/phpstan: 2.1.40
- phpstan/phpstan-deprecation-rules: 2.0.4
- phpstan/phpstan-phpunit: 2.0.16
- phpstan/phpstan-strict-rules: 2.0.10
- phpstan/phpstan-symfony: 2.0.15
- phpunit/phpunit: ~11.3
- symfony/var-dumper: ^7.0 || ^6.0
- zalas/phpunit-globals: ^3.3
This package is auto-updated.
Last update: 2026-08-20 09:07:59 UTC
README
This is a helper script to install or update Shopware on the target system. It's independent of the Shopware version and can be used for all versions 6.5 or newer.
Installation
composer require shopware/deployment-helper
Architecture
Curious about how this tool works? See docs/architecture.md for an overview of the design and core concepts.
Releasing
See RELEASING.md for release process and versioning.
Telemetry
The Shopware Deployment Helper collects anonymous usage data to help us improve the tool. See TELEMETRY.md for more information and how to disable it.
Contributing
See CONTRIBUTING.md for guidelines on contributing to this project.