mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
309 lines
12 KiB
JSON
309 lines
12 KiB
JSON
{
|
|
"name": "sylius/sylius",
|
|
"type": "library",
|
|
"version": "v2.2.7-dev",
|
|
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
|
"homepage": "https://sylius.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"homepage": "https://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Sylius project",
|
|
"homepage": "https://sylius.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/Sylius/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-dom": "*",
|
|
"ext-exif": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-filter": "*",
|
|
"ext-gd": "*",
|
|
"ext-hash": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sodium": "*",
|
|
"api-platform/doctrine-orm": "^4.2.1",
|
|
"api-platform/state": "^4.2.1",
|
|
"api-platform/symfony": "^4.2.1",
|
|
"babdev/pagerfanta-bundle": "^4.6",
|
|
"behat/transliterator": "^1.5",
|
|
"doctrine/collections": "^2.2",
|
|
"doctrine/common": "^3.2",
|
|
"doctrine/dbal": "^3.9 || ^4.0",
|
|
"doctrine/doctrine-bundle": "^2.13 || ^3.0",
|
|
"doctrine/doctrine-migrations-bundle": "^3.3",
|
|
"doctrine/event-manager": "^2.0",
|
|
"doctrine/inflector": "^2.0",
|
|
"doctrine/migrations": "^3.8",
|
|
"doctrine/orm": "^2.18 || ^3.5",
|
|
"doctrine/persistence": "^3.3 || ^4.0",
|
|
"egulias/email-validator": "^4.0",
|
|
"fakerphp/faker": "^1.23",
|
|
"gedmo/doctrine-extensions": "^3.20",
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"guzzlehttp/psr7": "^2.5",
|
|
"knplabs/knp-menu": "^3.5",
|
|
"knplabs/knp-menu-bundle": "^3.4",
|
|
"laminas/laminas-stdlib": "^3.19",
|
|
"league/flysystem-bundle": "^3.3",
|
|
"lexik/jwt-authentication-bundle": "^3.1",
|
|
"liip/imagine-bundle": "^2.15",
|
|
"pagerfanta/pagerfanta": "^4.0",
|
|
"paragonie/halite": "^5.0",
|
|
"payum/offline": "^1.7.5",
|
|
"payum/payum-bundle": "^2.6",
|
|
"php-http/discovery": "^1.20",
|
|
"php-http/guzzle7-adapter": "^1.0",
|
|
"php-http/httplug": "^2.4",
|
|
"php-http/message-factory": "^1.1",
|
|
"psr/cache": "^3.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^1.0 || ^2.0",
|
|
"psr/log": "^3.0",
|
|
"ramsey/uuid": "^4.7",
|
|
"stof/doctrine-extensions-bundle": "^1.12",
|
|
"sylius-labs/association-hydrator": "^1.2",
|
|
"sylius-labs/doctrine-migrations-extra-bundle": "^0.2 || ^0.3",
|
|
"sylius/fixtures-bundle": "^1.9",
|
|
"sylius/grid": "^1.13",
|
|
"sylius/grid-bundle": "^1.13",
|
|
"sylius/mailer": "^2.1",
|
|
"sylius/mailer-bundle": "^2.1",
|
|
"sylius/registry": "^1.6",
|
|
"sylius/resource": "^1.12",
|
|
"sylius/resource-bundle": "^1.12",
|
|
"sylius/theme-bundle": "^2.4",
|
|
"sylius/twig-extra": "^0.9",
|
|
"sylius/twig-hooks": "^0.9",
|
|
"symfony/asset": "^6.4 || ^7.4",
|
|
"symfony/cache-contracts": "^3.5",
|
|
"symfony/clock": "^6.4 || ^7.4",
|
|
"symfony/config": "^6.4 || ^7.4",
|
|
"symfony/console": "^6.4.1 || ^7.4",
|
|
"symfony/dependency-injection": "^6.4.1 || ^7.4",
|
|
"symfony/deprecation-contracts": "^3.5",
|
|
"symfony/doctrine-bridge": "^6.4 || ^7.4",
|
|
"symfony/doctrine-messenger": "^6.4.1 || ^7.4",
|
|
"symfony/event-dispatcher": "^6.4 || ^7.4",
|
|
"symfony/expression-language": "^6.4 || ^7.4",
|
|
"symfony/filesystem": "^6.4 || ^7.4",
|
|
"symfony/finder": "^6.4 || ^7.4",
|
|
"symfony/form": "^6.4.1 || ^7.4",
|
|
"symfony/framework-bundle": "^6.4.1 || ^7.4",
|
|
"symfony/http-client": "^6.4 || ^7.4",
|
|
"symfony/http-foundation": "^6.4 || ^7.4",
|
|
"symfony/http-kernel": "^6.4.1 || ^7.4",
|
|
"symfony/intl": "^6.4 || ^7.4",
|
|
"symfony/mailer": "^6.4 || ^7.4",
|
|
"symfony/messenger": "^6.4 || ^7.4",
|
|
"symfony/monolog-bundle": "^3.8 || ^4.0",
|
|
"symfony/options-resolver": "^6.4 || ^7.4",
|
|
"symfony/password-hasher": "^6.4 || ^7.4",
|
|
"symfony/polyfill-iconv": "^1.31",
|
|
"symfony/polyfill-intl-icu": "^1.31",
|
|
"symfony/polyfill-mbstring": "^1.31",
|
|
"symfony/process": "^6.4 || ^7.4",
|
|
"symfony/property-access": "^6.4 || ^7.4",
|
|
"symfony/property-info": "^6.4 || ^7.4",
|
|
"symfony/routing": "^6.4.1 || ^7.4",
|
|
"symfony/security-bundle": "^6.4 || ^7.4",
|
|
"symfony/security-core": "^6.4 || ^7.4",
|
|
"symfony/security-csrf": "^6.4 || ^7.4",
|
|
"symfony/security-http": "^6.4 || ^7.4",
|
|
"symfony/serializer": "^6.4 || ^7.4",
|
|
"symfony/service-contracts": "^3.5",
|
|
"symfony/stimulus-bundle": "^2.25",
|
|
"symfony/string": "^6.4 || ^7.4",
|
|
"symfony/translation": "^6.4 || ^7.4",
|
|
"symfony/translation-contracts": "^3.3",
|
|
"symfony/twig-bundle": "^6.4 || ^7.4",
|
|
"symfony/uid": "^6.4 || ^7.4",
|
|
"symfony/ux-autocomplete": "^2.25",
|
|
"symfony/ux-icons": "^2.25",
|
|
"symfony/ux-live-component": "^2.25",
|
|
"symfony/ux-twig-component": "^2.25",
|
|
"symfony/validator": "^6.4 || ^7.4",
|
|
"symfony/webpack-encore-bundle": "^2.2",
|
|
"symfony/workflow": "^6.4 || ^7.4",
|
|
"symfony/yaml": "^6.4 || ^7.4",
|
|
"symfonycasts/dynamic-forms": "^0.2",
|
|
"twig/extra-bundle": "^3.16",
|
|
"twig/intl-extra": "^3.16",
|
|
"twig/string-extra": "^3.16",
|
|
"twig/twig": "^3.16",
|
|
"webmozart/assert": "^1.11"
|
|
},
|
|
"replace": {
|
|
"sylius/addressing": "self.version",
|
|
"sylius/addressing-bundle": "self.version",
|
|
"sylius/admin-bundle": "self.version",
|
|
"sylius/api-bundle": "self.version",
|
|
"sylius/attribute": "self.version",
|
|
"sylius/attribute-bundle": "self.version",
|
|
"sylius/channel": "self.version",
|
|
"sylius/channel-bundle": "self.version",
|
|
"sylius/core": "self.version",
|
|
"sylius/core-bundle": "self.version",
|
|
"sylius/currency": "self.version",
|
|
"sylius/currency-bundle": "self.version",
|
|
"sylius/customer": "self.version",
|
|
"sylius/customer-bundle": "self.version",
|
|
"sylius/inventory": "self.version",
|
|
"sylius/inventory-bundle": "self.version",
|
|
"sylius/locale": "self.version",
|
|
"sylius/locale-bundle": "self.version",
|
|
"sylius/money-bundle": "self.version",
|
|
"sylius/order": "self.version",
|
|
"sylius/order-bundle": "self.version",
|
|
"sylius/payment": "self.version",
|
|
"sylius/payment-bundle": "self.version",
|
|
"sylius/payum-bundle": "self.version",
|
|
"sylius/product": "self.version",
|
|
"sylius/product-bundle": "self.version",
|
|
"sylius/promotion": "self.version",
|
|
"sylius/promotion-bundle": "self.version",
|
|
"sylius/review": "self.version",
|
|
"sylius/review-bundle": "self.version",
|
|
"sylius/shipping": "self.version",
|
|
"sylius/shipping-bundle": "self.version",
|
|
"sylius/shop-bundle": "self.version",
|
|
"sylius/state-machine-abstraction": "self.version",
|
|
"sylius/taxation": "self.version",
|
|
"sylius/taxation-bundle": "self.version",
|
|
"sylius/taxonomy": "self.version",
|
|
"sylius/taxonomy-bundle": "self.version",
|
|
"sylius/ui-bundle": "self.version",
|
|
"sylius/user": "self.version",
|
|
"sylius/user-bundle": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "4.x-dev as 3.30.0",
|
|
"behat/mink-selenium2-driver": "^1.7",
|
|
"dbrekelmans/bdi": "^1.3",
|
|
"dmore/behat-chrome-extension": "^1.4",
|
|
"dmore/chrome-mink-driver": "^2.9",
|
|
"doctrine/cache": "^2.2",
|
|
"doctrine/data-fixtures": "^1.7 || ^2.2",
|
|
"friends-of-behat/mink": "^1.11",
|
|
"friends-of-behat/mink-browserkit-driver": "^2.2",
|
|
"friends-of-behat/mink-debug-extension": "^2.1",
|
|
"friends-of-behat/mink-extension": "dev-symfony-8 as 2.7.5.1",
|
|
"friends-of-behat/page-object-extension": "^0.3",
|
|
"friends-of-behat/symfony-extension": "^2.6.2",
|
|
"friends-of-behat/variadic-extension": "^1.6",
|
|
"hwi/oauth-bundle": "^2.2",
|
|
"lchrusciel/api-test-case": "^5.3.5",
|
|
"matthiasnoback/symfony-config-test": "^6.0",
|
|
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
|
|
"nyholm/psr7": "^1.8",
|
|
"phparkitect/phparkitect": "^0.8",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpstan/phpstan": "^2.0",
|
|
"phpstan/phpstan-doctrine": "^2.0",
|
|
"phpstan/phpstan-symfony": "^2.0",
|
|
"phpstan/phpstan-webmozart-assert": "^2.0",
|
|
"phpunit/phpunit": "^11.5",
|
|
"psr/event-dispatcher": "^1.0",
|
|
"rector/rector": "^2.0",
|
|
"robertfausk/behat-panther-extension": "dev-symfony-8",
|
|
"sylius-labs/coding-standard": "^4.4",
|
|
"sylius-labs/suite-tags-extension": "~0.2",
|
|
"symfony/browser-kit": "^6.4 || ^7.4",
|
|
"symfony/debug-bundle": "^6.4 || ^7.4",
|
|
"symfony/dotenv": "^6.4 || ^7.4",
|
|
"symfony/flex": "^2.4",
|
|
"symfony/runtime": "^6.4 || ^7.4",
|
|
"symfony/web-profiler-bundle": "^6.4 || ^7.4",
|
|
"symplify/monorepo-builder": "^11.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "For better performance than using Symfony Polyfill Component",
|
|
"ext-intl": "For better performance than using Symfony Polyfill Component",
|
|
"ext-mbstring": "For better performance than using Symfony Polyfill Component",
|
|
"hwi/oauth-bundle": "If you want to use Facebook login (see https://docs.sylius.com/en/latest/cookbook/shop/facebook-login.html)",
|
|
"winzou/state-machine": "If you want to use Winzou State Machine (^0.4)",
|
|
"winzou/state-machine-bundle": "If you want to use Winzou State Machine (^0.6)"
|
|
},
|
|
"conflict": {
|
|
"api-platform/serializer": "4.2.17",
|
|
"doctrine/orm": "2.20.7 || 3.5.3",
|
|
"symfony/ux-live-component": "2.28.0 || 2.28.1"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/loic425/behat-panther-extension.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/loic425/MinkExtension.git"
|
|
}
|
|
],
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": false,
|
|
"php-http/discovery": false,
|
|
"symfony/flex": true,
|
|
"symfony/runtime": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "^7.4"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sylius\\Abstraction\\StateMachine\\": "src/Sylius/Abstraction/StateMachine/src",
|
|
"Sylius\\Behat\\": "src/Sylius/Behat/",
|
|
"Sylius\\Bundle\\": "src/Sylius/Bundle/",
|
|
"Sylius\\Component\\": "src/Sylius/Component/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"src/Sylius/*/*/Tests/",
|
|
"src/Sylius/Component/Core/Test/Tests/",
|
|
"src/Sylius/*/*/test/",
|
|
"src/Sylius/*/*/phparkitect.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Sylius\\Tests\\": "tests/",
|
|
"Tests\\Sylius\\Behat\\": "src/Sylius/Behat/tests/",
|
|
"Tests\\Sylius\\Abstraction\\StateMachine\\": "src/Sylius/Abstraction/StateMachine/tests"
|
|
},
|
|
"classmap": [
|
|
"src/Kernel.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
}
|
|
}
|
|
}
|