86 lines
2.8 KiB
JSON
86 lines
2.8 KiB
JSON
{
|
|
"name": "bitbag/open-marketplace",
|
|
"type": "project",
|
|
"description": "BitBag Multi-Vendor Marketplace Universe",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"bitbag/cms-plugin": "^3.2",
|
|
"bitbag/wishlist-plugin": "^3.0",
|
|
"doctrine/annotations": "^1.14",
|
|
"php-http/message-factory": "^1.1",
|
|
"ramsey/uuid-doctrine": "^1.8",
|
|
"sylius/sylius": "^1.11.12",
|
|
"symfony/dotenv": "^4.4 || ^5.2",
|
|
"symfony/flex": "^1.11",
|
|
"symfony/webpack-encore-bundle": "^1.15"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.6.1",
|
|
"behat/mink-selenium2-driver": "^1.4",
|
|
"bitbag/coding-standard": "^v2.0.0",
|
|
"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",
|
|
"lchrusciel/api-test-case": "^5.2",
|
|
"nelmio/alice": "^3.10",
|
|
"phpspec/phpspec": "^7.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
|
"symfony/browser-kit": "^4.4 || ^5.2",
|
|
"symfony/debug-bundle": "^4.4 || ^5.2",
|
|
"symfony/intl": "^4.4 || ^5.2",
|
|
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"stripe/stripe-php": "^6.43",
|
|
"sylius-labs/coding-standard": "^4.0"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"symfony/thanks": false,
|
|
"dealerdirect/phpcodesniffer-composer-installer": false,
|
|
"phpstan/extension-installer": false,
|
|
"symfony/flex": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBag\\OpenMarketplace\\": "src/",
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\BitBag\\OpenMarketplace\\": ["tests/"],
|
|
"Sylius\\Tests\\Api\\": ["vendor/sylius/sylius/tests/Api/"]
|
|
},
|
|
"classmap": [
|
|
"src/Kernel.php"
|
|
]
|
|
},
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
}
|
|
}
|
|
}
|