Files
SyliusGDPRPlugin/composer.json
2021-05-21 14:21:04 +02:00

91 lines
2.9 KiB
JSON

{
"name": "synolia/sylius-gdpr-plugin",
"type": "sylius-plugin",
"description": "Synolia sylius GDPR plugin.",
"keywords": [
"sylius",
"sylius-plugin",
"gdpr",
"synolia"
],
"license": "MIT",
"require": {
"php": "^7.3",
"sylius/sylius": "~1.8.0 || ~1.9.0"
},
"conflict": {
"api-platform/core": "^2.6"
},
"require-dev": {
"behat/behat": "^3.6.1",
"behat/mink-selenium2-driver": "^1.4",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/page-object-extension": "^0.3",
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"j13k/yaml-lint": "^1.1",
"lakion/mink-debug-extension": "^2.0.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpmd/phpmd": "^2.8",
"phpro/grumphp": "^1.1.0",
"phpspec/phpspec": "^7.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.74",
"phpstan/phpstan-doctrine": "0.12.31",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-webmozart-assert": "0.12.12",
"phpunit/phpunit": "^9.5",
"povils/phpmnd": "^2.2",
"seld/jsonlint": "^1.7",
"sylius-labs/coding-standard": "^v4.0",
"symplify/easy-coding-standard": "^8.3.48",
"symfony/browser-kit": "^4.4 || ^5.2",
"symfony/debug-bundle": "^4.4 || ^5.2",
"symfony/dotenv": "^4.4 || ^5.2",
"symfony/intl": "^4.4 || ^5.2",
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
"thecodingmachine/phpstan-strict-rules": "^0.12.0",
"vimeo/psalm": "4.4.1"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
},
"symfony": {
"require": "^4.3 || ^5.1"
}
},
"autoload": {
"psr-4": {
"Synolia\\SyliusGDPRPlugin\\": "src/",
"Tests\\Synolia\\SyliusGDPRPlugin\\": "tests/"
}
},
"autoload-dev": {
"classmap": [
"tests/Application/Kernel.php"
]
},
"scripts": {
"fix-ecs": "ecs check src tests/PHPUnit --config=dev/ruleset/ecs.php --no-progress-bar --ansi --fix",
"post-install-cmd": [
"php bin/create_node_symlink.php"
],
"post-update-cmd": [
"php bin/create_node_symlink.php"
],
"post-create-project-cmd": [
"php bin/create_node_symlink.php"
]
}
}