Files
taome/modules/gamification/composer.json
2020-10-07 10:37:15 +02:00

36 lines
917 B
JSON

{
"name": "prestashop/gamification",
"description": "PrestaShop module gamification",
"homepage": "https://github.com/PrestaShop/gamification",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.6",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"phpunit/phpunit": "~5.7",
"mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^3.4",
"symfony/debug": "^3.4"
},
"config": {
"platform": {
"php": "5.6.0"
},
"preferred-install": "dist"
},
"scripts": {
"cs-fix": "@php ./vendor/bin/php-cs-fixer fix .",
"cs-fix-test": "@php ./vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --show-progress=dot .",
"test": "SYMFONY_PHPUNIT_VERSION=5.7 php ./vendor/bin/simple-phpunit"
},
"type": "prestashop-module"
}