shopwell / deployment-helper
Shopwell deployment tools
0.1.9
2026-09-26 12:36 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.4
- 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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-26 19:41:55 UTC
README
This is a helper script to install or update Shopwell on the target system. It's independent of the Shopwell version and can be used for all versions 6.5.8 or newer.
Installation
composer require shopwell/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 Shopwell 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.