mirror of
https://github.com/jbcr/SyliusGDPRPlugin.git
synced 2026-03-24 00:42:13 +01:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "synolia/sylius-gdpr-plugin",
|
|
"type": "sylius-plugin",
|
|
"description": "Synolia sylius GDPR plugin.",
|
|
"keywords": [
|
|
"sylius",
|
|
"sylius-plugin",
|
|
"gdpr",
|
|
"rgpd",
|
|
"synolia"
|
|
],
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"php-http/message-factory": "^1.1",
|
|
"phpdocumentor/reflection-docblock": "^5.3",
|
|
"sylius/sylius": "^1.12",
|
|
"symfony/property-info": "^6.4"
|
|
},
|
|
"require-dev": {
|
|
"j13k/yaml-lint": "^1.1",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4",
|
|
"phpmd/phpmd": "^2.15.0",
|
|
"phpro/grumphp": "^2.9",
|
|
"phpstan/extension-installer": "^1.3",
|
|
"phpstan/phpstan": "^2.0",
|
|
"phpstan/phpstan-doctrine": "^2.0",
|
|
"phpstan/phpstan-strict-rules": "^2.0",
|
|
"phpstan/phpstan-webmozart-assert": "^2.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"povils/phpmnd": "^3.0",
|
|
"rector/rector": "^2.0",
|
|
"seld/jsonlint": "^1.11",
|
|
"squizlabs/php_codesniffer": "^3.11",
|
|
"sylius-labs/coding-standard": "^4.3",
|
|
"symfony/browser-kit": "^6.4",
|
|
"symfony/debug-bundle": "^6.4",
|
|
"symfony/dotenv": "^6.4",
|
|
"symfony/intl": "^6.4",
|
|
"symfony/web-profiler-bundle": "^6.4"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"symfony/thanks": true,
|
|
"phpro/grumphp": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Synolia\\SyliusGDPRPlugin\\": "src/",
|
|
"Tests\\Synolia\\SyliusGDPRPlugin\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"fix-ecs": "ecs check -c ruleset/ecs.php --fix --ansi --clear-cache .",
|
|
"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"
|
|
]
|
|
}
|
|
}
|