Spaces:
No application file
No application file
{ | |
"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" | |
} | |
} | |