filejet / filejet-magento2-plugin
FileJet integration for Magento2
Package info
github.com/filejet/filejet-magento2-plugin
Language:CSS
Type:magento2-module
pkg:composer/filejet/filejet-magento2-plugin
v1.0.0
2019-06-12 15:34 UTC
Requires
- php: ^5.6
- filejet/filejet-external-php: ^1.0.0
This package is auto-updated.
Last update: 2026-03-13 07:51:23 UTC
README
We welcome your feedback and we accept pull-requests.
Installation
# build the image with PHP 5.6 and composer
docker build -t filejet-magento2-plugin - < Dockerfile
# install vendors
docker run -it --rm -v "$PWD":/magento -w /magento filejet-magento2-plugin composer install --no-dev --no-autoloader