mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
87 lines
3.2 KiB
JSON
87 lines
3.2 KiB
JSON
{
|
|
"name": "bitbag/elasticsearch-plugin",
|
|
"type": "sylius-plugin",
|
|
"description": "BitBag Elasticsearch plugin for Sylius.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^8.0",
|
|
"sylius/sylius": "~1.11.0 || ~1.12.0",
|
|
"friendsofsymfony/elastica-bundle": "^6.0",
|
|
"symfony/property-access": "^5.4 || ^6.0",
|
|
"symfony/webpack-encore-bundle": "^1.16",
|
|
"symfony/proxy-manager-bridge": "^5.4 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.7",
|
|
"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-debug-extension": "^2.0.0",
|
|
"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",
|
|
"phpspec/phpspec": "^7.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "0.12.82",
|
|
"phpstan/phpstan-doctrine": "0.12.33",
|
|
"phpstan/phpstan-strict-rules": "^0.12.0",
|
|
"phpstan/phpstan-webmozart-assert": "0.12.12",
|
|
"phpunit/phpunit": "^9.5",
|
|
"sylius-labs/coding-standard": "^4.0",
|
|
"symfony/browser-kit": "^5.4 || ^6.0",
|
|
"symfony/debug-bundle": "^5.4 || ^6.0",
|
|
"symfony/dotenv": "^5.4 || ^6.0",
|
|
"symfony/intl": "^5.4 || ^6.0",
|
|
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
|
|
"vimeo/psalm": "4.27.0",
|
|
"bitbag/coding-standard": "^1.0.1",
|
|
"league/flysystem-bundle": "2.4.0",
|
|
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
|
"lchrusciel/api-test-case": "^5.2",
|
|
"symfony/mailer": "^5.4 || ^6.0",
|
|
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
|
|
"twig/extra-bundle": "^3.4"
|
|
},
|
|
"conflict": {
|
|
"symfony/form": "4.4.11 || 4.4.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBag\\SyliusElasticsearchPlugin\\": "src/",
|
|
"Tests\\BitBag\\SyliusElasticsearchPlugin\\Application\\": "tests/Application",
|
|
"Tests\\BitBag\\SyliusElasticsearchPlugin\\Integration\\": "tests/PHPUnit/Integration"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\BitBag\\SyliusElasticsearchPlugin\\Behat\\": "tests/Behat",
|
|
"spec\\BitBag\\SyliusElasticsearchPlugin\\": "spec/"
|
|
},
|
|
"classmap": ["tests/Application/Kernel.php"]
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"symfony/thanks": true,
|
|
"composer/package-versions-deprecated": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|