makaira / oxid-connect-compat
Make makaira/connect compatible with oxid < 6.2
Installs: 2 242
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- doctrine/dbal: ^2.5
- symfony/config: ^2.8|^3.1
- symfony/console: ^2.8|^3.1
- symfony/dependency-injection: ^2.8|^3.1
- symfony/event-dispatcher: ^2.8|^3.1
- symfony/expression-language: ^2.8|^3.4
- symfony/finder: ^2|^3
- symfony/yaml: ^2.8|^3.1|^4.0
Conflicts
- oxid-esales/oxideshop-metapackage-ce: >=6.2.0
This package is auto-updated.
Last update: 2024-10-08 13:33:12 UTC
README
- this library adds backward compatibility for
makaira/connect
module for Oxid versions older then 6.2 - makes symfony dependency injection through
services.yaml
in module directories available - makes console commands callable through
./vendor/bin/makaira-connect
- for oxid < 6.0 please install Oxid connect first and add the following lines to your project composer.json to let composer copy the connect module to the modules directory
"scripts": { "post-update-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate", "post-install-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate" },
add also the following line beforerequire_once OX_BASE_PATH . 'modules/functions.php';
to your oxid bootstrap.php filerequire_once __DIR__ . '/../vendor/autoload.php';