![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/plugins/GrapesJsBuilderBundle/ |
{ "name": "mautic/grapes-js-builder-bundle", "description": "GrapesJS Builder with MJML support for Mautic", "type": "mautic-plugin", "keywords": [ "mautic", "plugin", "integration" ], "extra": { "install-directory-name": "GrapesJsBuilderBundle" }, "require-dev": { "phpstan/phpstan": "^0.11.12", "symplify/easy-coding-standard": "^6.0" }, "scripts": { "test": [ "@phpunit", "@fixcs", "@phpstan" ], "quicktest": [ "@unit" ], "phpunit": "../../bin/phpunit -d memory_limit=2048M --bootstrap ../../vendor/autoload.php --configuration phpunit.xml --fail-on-warning --testsuite=all", "unit": "../../bin/phpunit -d memory_limit=2048M --bootstrap ../../vendor/autoload.php --configuration phpunit.xml --fail-on-warning --testsuite=unit", "coverage": "../../bin/phpunit -d memory_limit=2048M --bootstrap ../../vendor/autoload.php --configuration phpunit.xml --fail-on-warning --testsuite=all --coverage-text --coverage-html=Tests/Coverage", "phpstan": "vendor/bin/phpstan analyse --autoload-file=../../vendor/autoload.php --level=max Config Connection Entity Form Integration Migrations Sync Tests", "csfixer": "vendor/bin/ecs check .", "fixcs": "vendor/bin/ecs check . --fix" }, "minimum-stability": "dev", "require": { "mautic/core-lib": "^5.0" } }