spryker / container
Container module
1.4.6
2022-11-11 07:06 UTC
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- dev-master / 1.0.x-dev
- 1.0.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/spryker-mini-api-framework
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
- dev-proto/container-simplified
- dev-beta/fix-package-version-missmatch
This package is auto-updated.
Last update: 2024-11-04 21:33:30 UTC
README
Container module includes new service container class that is used instead of Pimple container in spryker/kernel
module.
Installation
composer require spryker/container
Conflicts
spryker/pimple
Please remove spryker/pimple it is no longer needed and not supported anymore. This module is a replacement for Pimple.pimple/pimple
Please remove pimple/pimple it is no longer supported. This module is a replacement for Pimple.silex/silex
Please remove silex/silex it is no longer supported. Please use spryker/silex in the latest version.
When those modules aren't defined dependencies in your composer.json run on console composer why vendor/package
to get information about which package requires those.
Please make sure that none of the mentioned modules exists in your project.