mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Allow for DoctrineBundle ^2.0 and remove DoctrineCacheBundle
This commit is contained in:
parent
6fc5124425
commit
36e036b7d7
6 changed files with 11 additions and 14 deletions
|
|
@ -28,7 +28,6 @@
|
||||||
"behat/transliterator": "^1.3",
|
"behat/transliterator": "^1.3",
|
||||||
"doctrine/collections": "^1.6",
|
"doctrine/collections": "^1.6",
|
||||||
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||||
"doctrine/doctrine-cache-bundle": "^1.4",
|
|
||||||
"doctrine/doctrine-migrations-bundle": "^3.0",
|
"doctrine/doctrine-migrations-bundle": "^3.0",
|
||||||
"doctrine/inflector": "^1.4 || ^2.0",
|
"doctrine/inflector": "^1.4 || ^2.0",
|
||||||
"doctrine/migrations": "^3.0",
|
"doctrine/migrations": "^3.0",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ return [
|
||||||
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
||||||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
||||||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
||||||
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
|
|
||||||
Sylius\Bundle\OrderBundle\SyliusOrderBundle::class => ['all' => true],
|
Sylius\Bundle\OrderBundle\SyliusOrderBundle::class => ['all' => true],
|
||||||
Sylius\Bundle\MoneyBundle\SyliusMoneyBundle::class => ['all' => true],
|
Sylius\Bundle\MoneyBundle\SyliusMoneyBundle::class => ['all' => true],
|
||||||
Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle::class => ['all' => true],
|
Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle::class => ['all' => true],
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"symfony/validator": "^4.4"
|
"symfony/validator": "^4.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/doctrine-bundle": "^1.12",
|
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||||
"doctrine/orm": "^2.7",
|
"doctrine/orm": "^2.7",
|
||||||
"matthiasnoback/symfony-config-test": "^4.2",
|
"matthiasnoback/symfony-config-test": "^4.2",
|
||||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ namespace Sylius\Bundle\CoreBundle\Tests;
|
||||||
use BabDev\PagerfantaBundle\BabDevPagerfantaBundle;
|
use BabDev\PagerfantaBundle\BabDevPagerfantaBundle;
|
||||||
use Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle;
|
use Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle;
|
||||||
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
|
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
|
||||||
use Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle;
|
|
||||||
use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
|
use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
|
||||||
use FOS\RestBundle\FOSRestBundle;
|
use FOS\RestBundle\FOSRestBundle;
|
||||||
use JMS\SerializerBundle\JMSSerializerBundle;
|
use JMS\SerializerBundle\JMSSerializerBundle;
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3"
|
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/doctrine-bundle": "^1.12",
|
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||||
"hwi/oauth-bundle": "^1.1",
|
"hwi/oauth-bundle": "^1.1",
|
||||||
"matthiasnoback/symfony-config-test": "^4.2",
|
"matthiasnoback/symfony-config-test": "^4.2",
|
||||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||||
|
|
|
||||||
18
symfony.lock
18
symfony.lock
|
|
@ -103,9 +103,6 @@
|
||||||
"src/Repository/.gitignore"
|
"src/Repository/.gitignore"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"doctrine/doctrine-cache-bundle": {
|
|
||||||
"version": "1.4.0"
|
|
||||||
},
|
|
||||||
"doctrine/doctrine-migrations-bundle": {
|
"doctrine/doctrine-migrations-bundle": {
|
||||||
"version": "2.2",
|
"version": "2.2",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
|
|
@ -143,6 +140,9 @@
|
||||||
"doctrine/reflection": {
|
"doctrine/reflection": {
|
||||||
"version": "1.2.1"
|
"version": "1.2.1"
|
||||||
},
|
},
|
||||||
|
"doctrine/sql-formatter": {
|
||||||
|
"version": "1.1.1"
|
||||||
|
},
|
||||||
"egulias/email-validator": {
|
"egulias/email-validator": {
|
||||||
"version": "2.1.19"
|
"version": "2.1.19"
|
||||||
},
|
},
|
||||||
|
|
@ -197,9 +197,6 @@
|
||||||
".php_cs.dist"
|
".php_cs.dist"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"friendsofphp/proxy-manager-lts": {
|
|
||||||
"version": "v1.0.1"
|
|
||||||
},
|
|
||||||
"friendsofsymfony/oauth-server-bundle": {
|
"friendsofsymfony/oauth-server-bundle": {
|
||||||
"version": "1.6.2"
|
"version": "1.6.2"
|
||||||
},
|
},
|
||||||
|
|
@ -245,9 +242,6 @@
|
||||||
"instaclick/php-webdriver": {
|
"instaclick/php-webdriver": {
|
||||||
"version": "1.4.7"
|
"version": "1.4.7"
|
||||||
},
|
},
|
||||||
"jdorn/sql-formatter": {
|
|
||||||
"version": "v1.2.17"
|
|
||||||
},
|
|
||||||
"jean85/pretty-package-versions": {
|
"jean85/pretty-package-versions": {
|
||||||
"version": "1.5.0"
|
"version": "1.5.0"
|
||||||
},
|
},
|
||||||
|
|
@ -393,6 +387,9 @@
|
||||||
"nikic/php-parser": {
|
"nikic/php-parser": {
|
||||||
"version": "v4.6.0"
|
"version": "v4.6.0"
|
||||||
},
|
},
|
||||||
|
"ocramius/proxy-manager": {
|
||||||
|
"version": "2.10.1"
|
||||||
|
},
|
||||||
"openlss/lib-array2xml": {
|
"openlss/lib-array2xml": {
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
|
@ -1069,6 +1066,9 @@
|
||||||
"vimeo/psalm": {
|
"vimeo/psalm": {
|
||||||
"version": "3.11.6"
|
"version": "3.11.6"
|
||||||
},
|
},
|
||||||
|
"webimpress/safe-writer": {
|
||||||
|
"version": "2.1.0"
|
||||||
|
},
|
||||||
"webmozart/assert": {
|
"webmozart/assert": {
|
||||||
"version": "1.9.1"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue