heptacom / heptaconnect-polyfill-shopware-core
Polyfill for shopware/core to be used by HEPTAconnect
Package info
github.com/HEPTACOM/heptaconnect-polyfill-shopware-core
pkg:composer/heptacom/heptaconnect-polyfill-shopware-core
Requires
- php: ^8.2
- composer-runtime-api: ^2.0
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-gd: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- ext-pdo_mysql: *
- ext-session: *
- ext-simplexml: *
- ext-sodium: *
- ext-xml: *
- ext-zip: *
- ext-zlib: *
- composer/composer: ^2.2.17
- composer/semver: ^3.2
- doctrine/annotations: ^1.13.1
- doctrine/dbal: ^2.13.8
- enqueue/dbal: ^0.10.15
- enqueue/redis: ^0.10.9
- ezyang/htmlpurifier: ^4.13.0
- guzzlehttp/psr7: ^1.8.0
- league/flysystem: ^1.1.4
- monolog/monolog: ^2.8.0
- nyholm/psr7: ^1.8.0
- psr/cache: ^1.0.1
- psr/event-dispatcher: ^1.0.0
- psr/log: ^1.1.2
- sensio/framework-extra-bundle: ^6.2.1
- shopware/conflicts: *
- squirrelphp/twig-php-syntax: ^1.7.0
- sroze/messenger-enqueue-transport: ^0.4.0
- symfony/cache: ^5.4.0
- symfony/cache-contracts: ^2.5.2
- symfony/config: ^5.4.0
- symfony/console: ^5.4.1
- symfony/dependency-injection: ^5.4.1
- symfony/deprecation-contracts: ^2.2.0
- symfony/dotenv: ^5.4.5
- symfony/error-handler: ^5.4.1
- symfony/event-dispatcher: ^5.4.0
- symfony/event-dispatcher-contracts: ^2.2.0
- symfony/filesystem: ^5.4.0
- symfony/finder: ^5.4.0
- symfony/framework-bundle: ^5.4.1
- symfony/http-foundation: ^5.4.1
- symfony/http-kernel: ^5.4.2
- symfony/messenger: ^5.4.0
- symfony/mime: ^5.4.0
- symfony/monolog-bridge: ^5.4.0
- symfony/monolog-bundle: ^3.6.0
- symfony/options-resolver: ^5.4.0
- symfony/process: ^5.4.0
- symfony/property-info: ^5.4.0
- symfony/routing: ^5.4.0
- symfony/serializer: ^5.4.0
- symfony/service-contracts: ^2.2.0
- symfony/translation-contracts: ^2.3.0
- symfony/twig-bridge: ^5.4.0
- symfony/twig-bundle: ^5.4.0
- symfony/validator: ^5.4.1
- symfony/var-exporter: ^5.4.0
- symfony/yaml: ^5.4.0
- twig/intl-extra: ^3.3.5
- twig/string-extra: ^3.3.5
- twig/twig: ^3.11.2
Replaces
This package is auto-updated.
Last update: 2026-03-27 18:26:52 UTC
README
This package is a fork of shopware/core:6.4.20.2.
Most of the code is removed.
What remains is a barebones package, containing only code that is used by a heptacom/heptaconnect-* package.
Composer dependencies are raised, removed or loosened in order to allow upgrading transitive dependencies.
This is necessary, because the original shopware/core package has strict constraints that don't allow upgrades.
Over time, some transitive dependencies have accured security vulnerabilities, so upgrading them is essential.
In addition, this allows for a smaller vendor directory. It also allows for removal of obsolete services and database tables.
DO NOT INSTALL THIS IN A SHOPWARE PROJECT!