mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
minor #11507 Synchronise packages composer.json files with the main one + normalize them (pamil)
This PR was merged into the 1.8-dev branch.
Discussion
----------
Related to #11500. Used https://github.com/ergebnis/composer-normalize to normalize composer.json files.
Commits
-------
86fdef2b89 Synchronise packages composer.json files with the main one + normalize them
This commit is contained in:
commit
11672f575e
66 changed files with 1080 additions and 701 deletions
|
|
@ -111,6 +111,7 @@
|
|||
"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",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/addressing-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Addressing and zone management for Symfony applications.",
|
||||
"keywords": ["shop", "ecommerce", "address", "addressing", "zones"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"address",
|
||||
"addressing",
|
||||
"zones"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,49 +27,52 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/addressing": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0|^3.0"
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\AddressingBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AddressingBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AddressingBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
"name": "sylius/admin-api-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "APIs management for Symfony projects.",
|
||||
"keywords": ["api", "rest"],
|
||||
"keywords": [
|
||||
"api",
|
||||
"rest"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,7 +24,6 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"friendsofsymfony/oauth-server-bundle": "^1.6",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"symfony/form": "^4.4",
|
||||
|
|
@ -29,33 +31,37 @@
|
|||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"twig/twig": "^2.0"
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\AdminApiBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AdminApiBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Bundle\\AdminApiBundle\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AdminApiBundle\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,17 @@
|
|||
"name": "sylius/admin-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Sylius eCommerce administration panel component.",
|
||||
"keywords": ["shop", "ecommerce", "store", "webshop", "sylius", "ui", "admin interface", "admin", "backend"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"store",
|
||||
"webshop",
|
||||
"sylius",
|
||||
"ui",
|
||||
"admin interface",
|
||||
"admin",
|
||||
"backend"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,7 +31,6 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
|
|
@ -30,26 +39,28 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\AdminBundle\\": "" }
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AdminBundle\\": ""
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
"name": "sylius/api-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "APIs management for Symfony projects.",
|
||||
"keywords": ["api", "rest"],
|
||||
"keywords": [
|
||||
"api",
|
||||
"rest"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,15 +24,19 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"api-platform/core": "^2.5",
|
||||
"symfony/messenger": "^4.4",
|
||||
"sylius/core-bundle": "^1.7"
|
||||
"sylius/core-bundle": "^1.7",
|
||||
"symfony/messenger": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ApiBundle\\": ""
|
||||
|
|
@ -45,17 +52,12 @@
|
|||
"Sylius\\Bundle\\ApiBundle\\Tests\\": "Tests/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/attribute-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Managing object attributes for Symfony applications.",
|
||||
"keywords": ["shop", "ecommerce", "products", "product", "assortment"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"products",
|
||||
"product",
|
||||
"assortment"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,44 +27,47 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"ramsey/uuid": "^3.7",
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"ramsey/uuid": "^3.9",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4"
|
||||
"symfony/form": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\AttributeBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AttributeBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\AttributeBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/channel-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Currencies and channel formatting engine bundle for Symfony.",
|
||||
"keywords": ["cash", "currency", "channel", "currencies"],
|
||||
"keywords": [
|
||||
"cash",
|
||||
"currency",
|
||||
"channel",
|
||||
"currencies"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,45 +26,48 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/channel": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\ChannelBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ChannelBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ChannelBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/core-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.",
|
||||
"keywords": ["shop", "ecommerce", "store", "webshop", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"store",
|
||||
"webshop",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,19 +27,20 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"egulias/email-validator": "~2.0",
|
||||
"fzaninotto/faker": "^1.6",
|
||||
"jms/serializer-bundle": "^2.0",
|
||||
"egulias/email-validator": "^2.1",
|
||||
"fzaninotto/faker": "^1.9",
|
||||
"jms/serializer-bundle": "^2.4",
|
||||
"knplabs/gaufrette": "^0.8",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7",
|
||||
"swiftmailer/swiftmailer": "^6.0",
|
||||
"liip/imagine-bundle": "^2.3",
|
||||
"swiftmailer/swiftmailer": "^6.2",
|
||||
"sylius-labs/association-hydrator": "^1.1",
|
||||
"sylius/addressing-bundle": "^1.6",
|
||||
"sylius/attribute-bundle": "^1.6",
|
||||
"sylius/core": "^1.6",
|
||||
"sylius/currency-bundle": "^1.6",
|
||||
"sylius/customer-bundle": "^1.6",
|
||||
"sylius/fixtures-bundle": "^1.4",
|
||||
"sylius/fixtures-bundle": "^1.6.1",
|
||||
"sylius/inventory-bundle": "^1.6",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"sylius/money-bundle": "^1.6",
|
||||
|
|
@ -49,40 +56,42 @@
|
|||
"sylius/taxonomy-bundle": "^1.6",
|
||||
"sylius/theme-bundle": "^1.5",
|
||||
"sylius/user-bundle": "^1.6",
|
||||
"sylius-labs/association-hydrator": "^1.1",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"winzou/state-machine-bundle": "^0.3",
|
||||
"liip/imagine-bundle": "^2.3"
|
||||
"winzou/state-machine-bundle": "^0.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"hwi/oauth-bundle": "^1.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"hwi/oauth-bundle": "^1.1",
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\CoreBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CoreBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Bundle\\CoreBundle\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CoreBundle\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/currency-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Currencies processing for Symfony.",
|
||||
"keywords": ["cash", "currency", "money", "currencies"],
|
||||
"keywords": [
|
||||
"cash",
|
||||
"currency",
|
||||
"money",
|
||||
"currencies"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,49 +26,52 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/currency": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\CurrencyBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CurrencyBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CurrencyBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
"name": "sylius/customer-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Customers management for Symfony projects.",
|
||||
"keywords": ["customer", "groups"],
|
||||
"keywords": [
|
||||
"customer",
|
||||
"groups"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -33,48 +36,51 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/orm": "^2.5",
|
||||
"egulias/email-validator": "~2.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"egulias/email-validator": "^2.1",
|
||||
"sylius/customer": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"webmozart/assert": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\CustomerBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CustomerBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\CustomerBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/inventory-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Flexible inventory management for Symfony applications.",
|
||||
"keywords": ["shop", "ecommerce", "stock", "inventory", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"stock",
|
||||
"inventory",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,48 +27,51 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/inventory": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\InventoryBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\InventoryBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\InventoryBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/locale-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Locales management for Symfony projects.",
|
||||
"keywords": ["language", "localization", "locale", "i18n", "internationalization"],
|
||||
"keywords": [
|
||||
"language",
|
||||
"localization",
|
||||
"locale",
|
||||
"i18n",
|
||||
"internationalization"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,48 +27,51 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/locale": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"ocramius/proxy-manager": "^2.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"ocramius/proxy-manager": "^2.2",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\LocaleBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\LocaleBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\LocaleBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/money-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Currencies and money formatting engine bundle for Symfony.",
|
||||
"keywords": ["cash", "currency", "money", "currencies"],
|
||||
"keywords": [
|
||||
"cash",
|
||||
"currency",
|
||||
"money",
|
||||
"currencies"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,50 +26,53 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"webmozart/assert": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"sylius/currency-bundle": "^1.6",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/currency-bundle": "^1.6",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\MoneyBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\MoneyBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\MoneyBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,14 @@
|
|||
"name": "sylius/order-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Sales order management for Symfony applications.",
|
||||
"keywords": ["shop", "ecommerce", "sales", "orders", "order", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"sales",
|
||||
"orders",
|
||||
"order",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,49 +28,52 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/money-bundle": "^1.6",
|
||||
"sylius/order": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0|^3.0"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\OrderBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\OrderBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\OrderBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/payment-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Flexible payments system for Symfony e-commerce applications.",
|
||||
"keywords": ["payments", "payment", "shop", "webshop", "ecommerce"],
|
||||
"keywords": [
|
||||
"payments",
|
||||
"payment",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,47 +27,50 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/payment": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\PaymentBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PaymentBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PaymentBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
"name": "sylius/payum-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Payum integration for Symfony e-commerce applications.",
|
||||
"keywords": ["payments", "payment", "payum"],
|
||||
"keywords": [
|
||||
"payments",
|
||||
"payment",
|
||||
"payum"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -25,9 +29,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"payum/payum": "^1.4",
|
||||
"payum/payum-bundle": "^2.2",
|
||||
"payum/payum": "^1.6",
|
||||
"payum/payum-bundle": "^2.4",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"sylius/core": "^1.6",
|
||||
"sylius/currency": "^1.6",
|
||||
|
|
@ -42,23 +45,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\PayumBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PayumBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Bundle\\PayumBundle\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PayumBundle\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/product-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Product catalog for your Symfony applications.",
|
||||
"keywords": ["shop", "ecommerce", "products", "product", "assortment"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"products",
|
||||
"product",
|
||||
"assortment"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,19 +27,18 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute-bundle": "^1.6",
|
||||
"sylius/product": "^1.6",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"sylius/product": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"mockery/mockery": "^1.3",
|
||||
"doctrine/orm": "^2.7",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
|
|
@ -42,26 +47,30 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\ProductBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ProductBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ProductBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,14 @@
|
|||
"name": "sylius/promotion-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Manage ecommerce promotions system in your Symfony application.",
|
||||
"keywords": ["shop", "ecommerce", "promotions", "coupons", "discounts", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"promotions",
|
||||
"coupons",
|
||||
"discounts",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,52 +28,55 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/money-bundle": "^1.6",
|
||||
"sylius/promotion": "^1.6",
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\PromotionBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PromotionBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\PromotionBundle\\spec\\": "spec/",
|
||||
"AppBundle\\": "test/src/AppBundle/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/review-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Review system for Symfony ecommerce applications.",
|
||||
"keywords": ["review", "shop", "webshop", "ecommerce", "sylius"],
|
||||
"keywords": [
|
||||
"review",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -33,51 +39,54 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/mailer-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"sylius/review": "^1.6",
|
||||
"sylius/user-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/swiftmailer-bundle": "^3.1",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/swiftmailer-bundle": "^3.1",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\ReviewBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ReviewBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ReviewBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/shipping-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Flexible shipping system for Symfony ecommerce applications.",
|
||||
"keywords": ["shipping", "delivery", "shipments", "shop", "webshop", "ecommerce", "sylius"],
|
||||
"keywords": [
|
||||
"shipping",
|
||||
"delivery",
|
||||
"shipments",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,47 +29,50 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/money-bundle": "^1.6",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"sylius/shipping": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"doctrine/orm": "^2.5",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\ShippingBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ShippingBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
|
|
@ -36,32 +35,32 @@
|
|||
"twig/twig": "^2.12"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"mockery/mockery": "^1.3",
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\ShopBundle\\": ""
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,14 @@
|
|||
"name": "sylius/taxation-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Flexible taxation system for Symfony ecommerce applications.",
|
||||
"keywords": ["tax", "taxes", "taxation", "shop", "webshop", "ecommerce"],
|
||||
"keywords": [
|
||||
"tax",
|
||||
"taxes",
|
||||
"taxation",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,49 +28,52 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"sylius/registry": "^1.4",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"sylius/taxation": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\TaxationBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\TaxationBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\TaxationBundle\\spec\\": "spec/"
|
||||
},
|
||||
"classmap": ["test/app/AppKernel.php"]
|
||||
"classmap": [
|
||||
"test/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/taxonomy-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Flexible categorization system for Symfony.",
|
||||
"keywords": ["shop", "ecommerce", "taxonomies", "taxonomy", "category", "categorization", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"taxonomies",
|
||||
"taxonomy",
|
||||
"category",
|
||||
"categorization",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,43 +29,52 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"stof/doctrine-extensions-bundle": "^1.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"sylius/taxonomy": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/dependency-injection": "3.4.22",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\TaxonomyBundle\\": "" },
|
||||
"exclude-from-classmap": ["/Tests/"]
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\TaxonomyBundle\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\TaxonomyBundle\\Tests\\": "tests/"
|
||||
},
|
||||
"files": ["Tests/Functional/app/AppKernel.php"]
|
||||
"files": [
|
||||
"Tests/Functional/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"test": [
|
||||
"@composer validate --strict",
|
||||
|
|
@ -67,10 +84,5 @@
|
|||
"bin/phpunit --colors=always",
|
||||
"bin/phpspec run --ansi --no-interaction"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/ui-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Generic UI bundle for Sylius eCommerce components.",
|
||||
"keywords": ["shop", "ecommerce", "store", "webshop", "sylius", "ui", "user interface"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"store",
|
||||
"webshop",
|
||||
"sylius",
|
||||
"ui",
|
||||
"user interface"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,8 +29,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/collections": "^1.3",
|
||||
"doctrine/collections": "^1.6",
|
||||
"knplabs/knp-menu": "^3.1",
|
||||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sonata-project/block-bundle": "^4.0",
|
||||
|
|
@ -31,44 +38,46 @@
|
|||
"symfony/security": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"twig/twig": "^2.0"
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\UiBundle\\": "" }
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\UiBundle\\": ""
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"test": [
|
||||
"@composer validate --strict",
|
||||
"bin/phpunit --colors=always",
|
||||
"bin/phpspec run --ansi --no-interaction"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/user-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Users management for Symfony projects.",
|
||||
"keywords": ["user", "registration", "login", "groups"],
|
||||
"keywords": [
|
||||
"user",
|
||||
"registration",
|
||||
"login",
|
||||
"groups"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -33,52 +38,62 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/orm": "^2.5",
|
||||
"egulias/email-validator": "~2.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"egulias/email-validator": "^2.1",
|
||||
"sylius/mailer-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.6",
|
||||
"sylius/user": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"webmozart/assert": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"hwi/oauth-bundle": "^1.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/swiftmailer-bundle": "^3.1"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"hwi/oauth-bundle": "^1.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"phpspec/phpspec": "^6.1",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/swiftmailer-bundle": "^3.1"
|
||||
},
|
||||
"suggest": {
|
||||
"hwi/oauth-bundle": "For OAuth integration"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Bundle\\UserBundle\\": "" },
|
||||
"exclude-from-classmap": ["/Tests/"]
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\UserBundle\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\UserBundle\\Tests\\": "tests/"
|
||||
},
|
||||
"files": ["Tests/Functional/app/AppKernel.php"]
|
||||
"files": [
|
||||
"Tests/Functional/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"test": [
|
||||
"@composer validate --strict",
|
||||
|
|
@ -88,10 +103,5 @@
|
|||
"bin/phpunit --colors=always",
|
||||
"bin/phpspec run --ansi --no-interaction"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/addressing",
|
||||
"type": "library",
|
||||
"description": "Addressing and zone management for PHP applications.",
|
||||
"keywords": ["shop", "ecommerce", "address", "addressing", "zones"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"address",
|
||||
"addressing",
|
||||
"zones"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,8 +27,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/intl": "^4.4"
|
||||
},
|
||||
|
|
@ -32,23 +37,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Addressing\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Addressing\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Addressing\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Addressing\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/attribute",
|
||||
"type": "library",
|
||||
"description": "Component for handling object attributes in PHP projects.",
|
||||
"keywords": ["shop", "ecommerce", "attribute", "feature"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"attribute",
|
||||
"feature"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +26,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/collections": "^1.3",
|
||||
"sylius/registry": "^1.4",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/validator": "^4.4"
|
||||
},
|
||||
|
|
@ -33,23 +37,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Attribute\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Attribute\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Attribute\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Attribute\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,14 @@
|
|||
"name": "sylius/channel",
|
||||
"type": "library",
|
||||
"description": "E-Commerce PHP component for managing different sales channels.",
|
||||
"keywords": ["channel", "multichannel", "multistore", "stores", "ecommerce", "sylius"],
|
||||
"keywords": [
|
||||
"channel",
|
||||
"multichannel",
|
||||
"multistore",
|
||||
"stores",
|
||||
"ecommerce",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,11 +28,10 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/http-foundation": "^4.4",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"pamil/prophecy-common": "^0.1",
|
||||
|
|
@ -34,23 +40,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Channel\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Channel\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Channel\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Channel\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/core",
|
||||
"type": "library",
|
||||
"description": "Sylius e-commerce core. It integrates all components.",
|
||||
"keywords": ["shop", "ecommerce", "core", "store", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"core",
|
||||
"store",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +27,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"knplabs/gaufrette": "^0.8",
|
||||
"payum/payum": "^1.3",
|
||||
"payum/payum": "^1.6",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"sylius/addressing": "^1.6",
|
||||
"sylius/attribute": "^1.6",
|
||||
|
|
@ -36,7 +41,7 @@
|
|||
"sylius/payment": "^1.6",
|
||||
"sylius/product": "^1.6",
|
||||
"sylius/promotion": "^1.6",
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6",
|
||||
"sylius/review": "^1.6",
|
||||
"sylius/shipping": "^1.6",
|
||||
|
|
@ -44,8 +49,8 @@
|
|||
"sylius/taxonomy": "^1.6",
|
||||
"sylius/user": "^1.6",
|
||||
"symfony/http-foundation": "^4.4",
|
||||
"webmozart/assert": "^1.0",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
"webmozart/assert": "^1.8",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1",
|
||||
|
|
@ -54,23 +59,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Core\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Core\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Core\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Core\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/currency",
|
||||
"type": "library",
|
||||
"description": "Currency handling for PHP applications.",
|
||||
"keywords": ["cash", "currency", "money", "currencies"],
|
||||
"keywords": [
|
||||
"cash",
|
||||
"currency",
|
||||
"money",
|
||||
"currencies"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,10 +26,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/intl": "^4.4",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -32,23 +36,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Currency\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Currency\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Currency\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Currency\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
"name": "sylius/customer",
|
||||
"type": "library",
|
||||
"description": "Customer handling for PHP applications.",
|
||||
"keywords": ["customer", "groups"],
|
||||
"keywords": [
|
||||
"customer",
|
||||
"groups"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -29,8 +32,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/collections": "^1.3",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -39,23 +41,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Customer\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Customer\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Customer\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Customer\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/inventory",
|
||||
"type": "library",
|
||||
"description": "Flexible inventory management for PHP applications.",
|
||||
"keywords": ["shop", "ecommerce", "stock", "inventory", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"stock",
|
||||
"inventory",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +27,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource": "^1.6",
|
||||
"webmozart/assert": "^1.0"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -31,23 +36,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Inventory\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Inventory\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Inventory\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Inventory\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/locale",
|
||||
"type": "library",
|
||||
"description": "Locale handling for PHP applications.",
|
||||
"keywords": ["language", "localization", "locale", "i18n", "internationalization"],
|
||||
"keywords": [
|
||||
"language",
|
||||
"localization",
|
||||
"locale",
|
||||
"i18n",
|
||||
"internationalization"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,10 +27,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/intl": "^4.4",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -32,23 +37,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Locale\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Locale\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Locale\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Locale\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/order",
|
||||
"type": "library",
|
||||
"description": "Orders management library for PHP.",
|
||||
"keywords": ["order", "sales", "shop", "webshop", "ecommerce"],
|
||||
"keywords": [
|
||||
"order",
|
||||
"sales",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,10 +27,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"webmozart/assert": "^1.1",
|
||||
"sylius/resource": "^1.6",
|
||||
"zendframework/zend-stdlib": "^3.1"
|
||||
"webmozart/assert": "^1.8",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -32,23 +37,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Order\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Order\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Order\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Order\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/payment",
|
||||
"type": "library",
|
||||
"description": "Flexible payments system for PHP e-commerce applications.",
|
||||
"keywords": ["payments", "payment", "shop", "webshop", "ecommerce"],
|
||||
"keywords": [
|
||||
"payments",
|
||||
"payment",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +27,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/resource": "^1.0"
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -31,23 +36,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Payment\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Payment\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Payment\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Payment\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/product",
|
||||
"type": "library",
|
||||
"description": "Product catalog system with support for product options and variants.",
|
||||
"keywords": ["shop", "ecommerce", "products", "product", "assortment", "options", "variants"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"products",
|
||||
"product",
|
||||
"assortment",
|
||||
"options",
|
||||
"variants"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,12 +29,11 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"behat/transliterator": "^1.1",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/polyfill-iconv": "^1.6",
|
||||
"webmozart/assert": "^1.0"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -37,23 +44,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Product\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Product\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Product\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Product\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/promotion",
|
||||
"type": "library",
|
||||
"description": "Flexible promotion management for PHP applications.",
|
||||
"keywords": ["shop", "ecommerce", "promotion", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"promotion",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,10 +26,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/orm": "^2.5",
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/resource": "^1.0"
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -32,23 +36,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Promotion\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Promotion\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Promotion\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Promotion\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/review",
|
||||
"type": "library",
|
||||
"description": "Review system, for commenting and rating shop components.",
|
||||
"keywords": ["shop", "ecommerce", "review", "rating"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"review",
|
||||
"rating"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -33,9 +38,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/resource": "^1.6",
|
||||
"doctrine/collections": "^1.3"
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -43,23 +47,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Review\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Review\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Review\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Review\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/shipping",
|
||||
"type": "library",
|
||||
"description": "Flexible shipping component for PHP e-commerce projects.",
|
||||
"keywords": ["shipping", "delivery", "shipments", "shop", "webshop", "ecommerce", "sylius"],
|
||||
"keywords": [
|
||||
"shipping",
|
||||
"delivery",
|
||||
"shipments",
|
||||
"shop",
|
||||
"webshop",
|
||||
"ecommerce",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +29,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6",
|
||||
"sylius/registry": "^1.4",
|
||||
"symfony/options-resolver": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -32,23 +39,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Shipping\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Shipping\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Shipping\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Shipping\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,15 @@
|
|||
"name": "sylius/taxation",
|
||||
"type": "library",
|
||||
"description": "Flexible taxation system for PHP ecommerce applications.",
|
||||
"keywords": ["shop", "ecommerce", "tax", "taxes", "taxation", "vat", "sylius"],
|
||||
"keywords": [
|
||||
"shop",
|
||||
"ecommerce",
|
||||
"tax",
|
||||
"taxes",
|
||||
"taxation",
|
||||
"vat",
|
||||
"sylius"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,9 +29,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"sylius/registry": "^1.4",
|
||||
"sylius/resource": "^1.0"
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -31,23 +38,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Taxation\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Taxation\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Taxation\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Taxation\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
"name": "sylius/taxonomy",
|
||||
"type": "library",
|
||||
"description": "Taxonomies - categorization of domain models in PHP projects.",
|
||||
"keywords": ["taxonomy", "ecommerce", "categorization", "taxon", "classification"],
|
||||
"keywords": [
|
||||
"taxonomy",
|
||||
"ecommerce",
|
||||
"categorization",
|
||||
"taxon",
|
||||
"classification"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -21,10 +27,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"behat/transliterator": "^1.1",
|
||||
"behat/transliterator": "^1.3",
|
||||
"sylius/resource": "^1.6",
|
||||
"webmozart/assert": "^1.0"
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^6.1"
|
||||
|
|
@ -32,23 +37,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\Taxonomy\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Taxonomy\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\Taxonomy\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\Taxonomy\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
"name": "sylius/user",
|
||||
"type": "library",
|
||||
"description": "User handling for PHP applications.",
|
||||
"keywords": ["user", "registration", "login", "groups"],
|
||||
"keywords": [
|
||||
"user",
|
||||
"registration",
|
||||
"login",
|
||||
"groups"
|
||||
],
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -29,10 +34,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
|
||||
"doctrine/collections": "^1.1",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.6",
|
||||
"symfony/polyfill-mbstring": "^1.6",
|
||||
"symfony/polyfill-mbstring": "^1.17",
|
||||
"symfony/security": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -44,23 +48,27 @@
|
|||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Sylius\\Component\\User\\": "" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\User\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Sylius\\Component\\User\\spec\\": "spec/" }
|
||||
"psr-4": {
|
||||
"Sylius\\Component\\User\\spec\\": "spec/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
}
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
29
symfony.lock
29
symfony.lock
|
|
@ -19,9 +19,21 @@
|
|||
"dmore/chrome-mink-driver": {
|
||||
"version": "2.7.0"
|
||||
},
|
||||
"ergebnis/composer-normalize": {
|
||||
"version": "2.5.1"
|
||||
},
|
||||
"ergebnis/json-normalizer": {
|
||||
"version": "0.12.0"
|
||||
},
|
||||
"ergebnis/json-printer": {
|
||||
"version": "3.0.2"
|
||||
},
|
||||
"fig/link-util": {
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"justinrainbow/json-schema": {
|
||||
"version": "5.2.10"
|
||||
},
|
||||
"lcobucci/jwt": {
|
||||
"version": "3.3.1"
|
||||
},
|
||||
|
|
@ -37,6 +49,9 @@
|
|||
"config/packages/lexik_jwt_authentication.yaml"
|
||||
]
|
||||
},
|
||||
"localheinz/diff": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"namshi/jose": {
|
||||
"version": "7.2.3"
|
||||
},
|
||||
|
|
@ -47,7 +62,7 @@
|
|||
"version": "2.2.3"
|
||||
},
|
||||
"php": {
|
||||
"version": "7.3"
|
||||
"version": "7.4"
|
||||
},
|
||||
"php-cs-fixer/diff": {
|
||||
"version": "v1.3.0"
|
||||
|
|
@ -310,6 +325,9 @@
|
|||
"symfony/dependency-injection": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/deprecation-contracts": {
|
||||
"version": "v2.1.2"
|
||||
},
|
||||
"symfony/doctrine-bridge": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
|
|
@ -397,9 +415,15 @@
|
|||
"symfony/polyfill-iconv": {
|
||||
"version": "v1.9.0"
|
||||
},
|
||||
"symfony/polyfill-intl-grapheme": {
|
||||
"version": "v1.17.0"
|
||||
},
|
||||
"symfony/polyfill-intl-icu": {
|
||||
"version": "v1.9.0"
|
||||
},
|
||||
"symfony/polyfill-intl-normalizer": {
|
||||
"version": "v1.17.0"
|
||||
},
|
||||
"symfony/polyfill-mbstring": {
|
||||
"version": "v1.9.0"
|
||||
},
|
||||
|
|
@ -421,6 +445,9 @@
|
|||
"symfony/serializer": {
|
||||
"version": "v5.0.7"
|
||||
},
|
||||
"symfony/string": {
|
||||
"version": "v5.1.0"
|
||||
},
|
||||
"symfony/web-link": {
|
||||
"version": "v5.0.7"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue