pimcore / pimcore4-compatibility-bridge
This package is abandoned and no longer maintained.
No replacement package was suggested.
v1.2.1
2017-09-29 06:49 UTC
Requires
README
!UNMAINTAINED! Use at your own risk!
This package contains the Pimcore 4 compatibilty bridge, which adds the ZF1 dependency and some classes to provide a fallback/bridge onto the ZF environment in Pimcore 5 projects. By using this package, you can gradually migrate your Pimcore 4 projects (Zend Framework) to Pimcore 5 (Symfony).
Installation
Install the compatibility bridge package:
$ composer require pimcore/pimcore4-compatibility-bridge --no-scripts
$ composer update
Follow the Installation docs for further steps.