Sylius/composer.json
Kamil Kokot 4d8dae96bc
Merge branch '1.7'
* 1.7:
  Remove inheritdoc directives
  Apply coding standard fixes
  Upgrade yarn.lock
  [Docs] fix sylius plus deployment
  Update github PR template
  Sylius 1.4 end of security support
  [Fix] Less strict symfony form conflict
  [Translations] Updated translations from Crowdin
  Changed descriptions and added italic font
  change lorem ipsum description and fix carousel header
2020-06-24 14:16:07 +02:00

283 lines
12 KiB
JSON

{
"name": "sylius/sylius",
"type": "project",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"license": "MIT",
"homepage": "https://sylius.com",
"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": "^7.3",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"api-platform/core": "^2.5",
"behat/transliterator": "^1.3",
"doctrine/collections": "^1.6",
"doctrine/doctrine-bundle": "^1.12",
"doctrine/doctrine-cache-bundle": "^1.4",
"doctrine/doctrine-migrations-bundle": "^2.1",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"friendsofsymfony/oauth-server-bundle": "^1.6",
"friendsofsymfony/rest-bundle": "^2.7",
"fzaninotto/faker": "^1.9",
"gedmo/doctrine-extensions": "^2.4.12",
"jms/serializer-bundle": "^2.4",
"knplabs/gaufrette": "^0.8",
"knplabs/knp-gaufrette-bundle": "^0.7",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
"lexik/jwt-authentication-bundle": "^2.6",
"liip/imagine-bundle": "^2.3",
"ocramius/proxy-manager": "^2.2",
"payum/payum": "^1.6",
"payum/payum-bundle": "^2.4",
"php-http/guzzle6-adapter": "^2.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"ramsey/uuid": "^3.9",
"sonata-project/block-bundle": "^4.2",
"stof/doctrine-extensions-bundle": "^1.4",
"swiftmailer/swiftmailer": "^6.2",
"sylius-labs/association-hydrator": "^1.1",
"sylius/fixtures-bundle": "^1.6.1",
"sylius/grid": "^1.7.5",
"sylius/grid-bundle": "^1.7.5",
"sylius/mailer": "^1.5",
"sylius/mailer-bundle": "^1.5",
"sylius/registry": "^1.5",
"sylius/resource": "^1.6",
"sylius/resource-bundle": "^1.6",
"sylius/theme-bundle": "^1.5",
"symfony/asset": "^4.4",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/doctrine-bridge": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/expression-language": "^4.4",
"symfony/filesystem": "^4.4",
"symfony/finder": "^4.4",
"symfony/form": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.4",
"symfony/messenger": "^4.4",
"symfony/monolog-bundle": "^3.5",
"symfony/options-resolver": "^4.4",
"symfony/polyfill-iconv": "^1.17",
"symfony/polyfill-intl-icu": "^1.17",
"symfony/polyfill-mbstring": "^1.17",
"symfony/polyfill-php80": "^1.17",
"symfony/process": "^4.4",
"symfony/property-access": "^4.4",
"symfony/proxy-manager-bridge": "^4.4",
"symfony/routing": "^4.4",
"symfony/security": "^4.4",
"symfony/security-bundle": "^4.4",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/templating": "^4.4",
"symfony/thanks": "^1.2",
"symfony/translation": "^4.4",
"symfony/twig-bundle": "^4.4",
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4",
"twig/intl-extra": "^2.12",
"twig/twig": "^2.12",
"webmozart/assert": "^1.9",
"white-october/pagerfanta-bundle": "^1.3",
"willdurand/hateoas": "^2.12",
"willdurand/hateoas-bundle": "^1.4",
"winzou/state-machine-bundle": "^0.3",
"zendframework/zend-hydrator": "^2.4",
"zendframework/zend-stdlib": "^3.2"
},
"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",
"doctrine/data-fixtures": "^1.4",
"ergebnis/composer-normalize": "^2.5",
"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/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"hwi/oauth-bundle": "^1.1",
"lakion/mink-debug-extension": "^1.2.3",
"lchrusciel/api-test-case": "^5.0",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.4",
"pamil/prophecy-common": "^0.1",
"phpspec/phpspec": "^6.1",
"phpstan/phpstan": "0.12.29",
"phpstan/phpstan-doctrine": "0.12.16",
"phpunit/phpunit": "^8.5",
"psalm/plugin-mockery": "^0.3",
"psr/event-dispatcher": "^1.0",
"sspooky13/yaml-standards": "^5.1",
"stripe/stripe-php": "^6.43",
"sylius-labs/coding-standard": "^3.1",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.7",
"symfony/web-profiler-bundle": "^4.4",
"vimeo/psalm": "3.11.6"
},
"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/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"
},
"conflict": {
"api-platform/core": "^2.5.5",
"doctrine/inflector": "^1.4",
"sylius/grid-bundle": "1.7.4",
"symfony/form": "4.4.9|4.4.10",
"symfony/symfony": "3.4.7",
"twig/twig": "2.6.1"
},
"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"
},
"autoload": {
"psr-4": {
"Sylius\\Behat\\": "src/Sylius/Behat/",
"Sylius\\Bundle\\": "src/Sylius/Bundle/",
"Sylius\\Component\\": "src/Sylius/Component/"
},
"exclude-from-classmap": [
"src/Sylius/*/*/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"Sylius\\Tests\\": "tests/",
"spec\\Sylius\\Behat\\": "src/Sylius/Behat/spec/",
"spec\\Sylius\\Component\\Addressing\\": "src/Sylius/Component/Addressing/spec/",
"spec\\Sylius\\Component\\Attribute\\": "src/Sylius/Component/Attribute/spec/",
"spec\\Sylius\\Component\\Channel\\": "src/Sylius/Component/Channel/spec/",
"spec\\Sylius\\Component\\Core\\": "src/Sylius/Component/Core/spec/",
"spec\\Sylius\\Component\\Currency\\": "src/Sylius/Component/Currency/spec/",
"spec\\Sylius\\Component\\Customer\\": "src/Sylius/Component/Customer/spec/",
"spec\\Sylius\\Component\\Inventory\\": "src/Sylius/Component/Inventory/spec/",
"spec\\Sylius\\Component\\Locale\\": "src/Sylius/Component/Locale/spec/",
"spec\\Sylius\\Component\\Order\\": "src/Sylius/Component/Order/spec/",
"spec\\Sylius\\Component\\Payment\\": "src/Sylius/Component/Payment/spec/",
"spec\\Sylius\\Component\\Product\\": "src/Sylius/Component/Product/spec/",
"spec\\Sylius\\Component\\Promotion\\": "src/Sylius/Component/Promotion/spec/",
"spec\\Sylius\\Component\\Review\\": "src/Sylius/Component/Review/spec/",
"spec\\Sylius\\Component\\Shipping\\": "src/Sylius/Component/Shipping/spec/",
"spec\\Sylius\\Component\\Taxation\\": "src/Sylius/Component/Taxation/spec/",
"spec\\Sylius\\Component\\Taxonomy\\": "src/Sylius/Component/Taxonomy/spec/",
"spec\\Sylius\\Component\\User\\": "src/Sylius/Component/User/spec/",
"spec\\Sylius\\Bundle\\AddressingBundle\\": "src/Sylius/Bundle/AddressingBundle/spec/",
"spec\\Sylius\\Bundle\\AdminApiBundle\\": "src/Sylius/Bundle/AdminApiBundle/spec/",
"spec\\Sylius\\Bundle\\AdminBundle\\": "src/Sylius/Bundle/AdminBundle/spec/",
"spec\\Sylius\\Bundle\\ApiBundle\\": "src/Sylius/Bundle/ApiBundle/spec/",
"spec\\Sylius\\Bundle\\AttributeBundle\\": "src/Sylius/Bundle/AttributeBundle/spec/",
"spec\\Sylius\\Bundle\\ChannelBundle\\": "src/Sylius/Bundle/ChannelBundle/spec/",
"spec\\Sylius\\Bundle\\CoreBundle\\": "src/Sylius/Bundle/CoreBundle/spec/",
"spec\\Sylius\\Bundle\\CurrencyBundle\\": "src/Sylius/Bundle/CurrencyBundle/spec/",
"spec\\Sylius\\Bundle\\CustomerBundle\\": "src/Sylius/Bundle/CustomerBundle/spec/",
"spec\\Sylius\\Bundle\\InventoryBundle\\": "src/Sylius/Bundle/InventoryBundle/spec/",
"spec\\Sylius\\Bundle\\LocaleBundle\\": "src/Sylius/Bundle/LocaleBundle/spec/",
"spec\\Sylius\\Bundle\\MoneyBundle\\": "src/Sylius/Bundle/MoneyBundle/spec/",
"spec\\Sylius\\Bundle\\OrderBundle\\": "src/Sylius/Bundle/OrderBundle/spec/",
"spec\\Sylius\\Bundle\\PaymentBundle\\": "src/Sylius/Bundle/PaymentBundle/spec/",
"spec\\Sylius\\Bundle\\PayumBundle\\": "src/Sylius/Bundle/PayumBundle/spec/",
"spec\\Sylius\\Bundle\\ProductBundle\\": "src/Sylius/Bundle/ProductBundle/spec/",
"spec\\Sylius\\Bundle\\PromotionBundle\\": "src/Sylius/Bundle/PromotionBundle/spec/",
"spec\\Sylius\\Bundle\\ReviewBundle\\": "src/Sylius/Bundle/ReviewBundle/spec/",
"spec\\Sylius\\Bundle\\ShopBundle\\": "src/Sylius/Bundle/ShopBundle/spec/",
"spec\\Sylius\\Bundle\\TaxationBundle\\": "src/Sylius/Bundle/TaxationBundle/spec/",
"spec\\Sylius\\Bundle\\TaxonomyBundle\\": "src/Sylius/Bundle/TaxonomyBundle/spec/",
"spec\\Sylius\\Bundle\\UiBundle\\": "src/Sylius/Bundle/UiBundle/spec/",
"spec\\Sylius\\Bundle\\UserBundle\\": "src/Sylius/Bundle/UserBundle/spec/"
},
"classmap": ["src/Kernel.php"]
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"extra": {
"symfony": {
"allow-contrib": false
},
"branch-alias": {
"dev-master": "1.8-dev"
}
}
}