Skip to content

Commit

Permalink
Upgrade to Sonata Block Bundle ^4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 23, 2019
1 parent 05c9e8f commit 430eec0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 47 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"php-http/guzzle6-adapter": "^1.1",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"ramsey/uuid": "^3.7",
"sonata-project/block-bundle": "^3.3",
"sonata-project/block-bundle": "^4.0",
"stof/doctrine-extensions-bundle": "^1.2",
"swiftmailer/swiftmailer": "^6.0",
"sylius-labs/association-hydrator": "^1.1",
Expand Down
12 changes: 0 additions & 12 deletions config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Expand Down Expand Up @@ -42,7 +31,6 @@
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true],
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
Expand Down
4 changes: 0 additions & 4 deletions config/packages/sonata_core.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions src/Sylius/Bundle/CoreBundle/Resources/config/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,3 @@ sonata_block:
resources: ~
statistics: ~
taxon: ~

sonata_core:
form:
mapping:
enabled: false # https://github.com/sonata-project/SonataCoreBundle/pull/462
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doctrine/collections": "^1.3",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
"sonata-project/block-bundle": "^3.3",
"sonata-project/block-bundle": "^4.0",
"sylius/grid-bundle": "^1.2",
"symfony/framework-bundle": "^4.3",
"symfony/security": "^4.3",
Expand Down
30 changes: 6 additions & 24 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"clue/stream-filter": {
"version": "v1.4.0"
},
"cocur/slugify": {
"version": "v3.1"
},
"coduo/php-matcher": {
"version": "3.1.0"
},
Expand Down Expand Up @@ -503,21 +500,15 @@
"sonata-project/cache": {
"version": "2.0.1"
},
"sonata-project/core-bundle": {
"version": "3.9",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"version": "3.9",
"ref": "2f69bd1995730b73a5211a9707622fb25a925df7"
}
},
"sonata-project/datagrid-bundle": {
"version": "2.3.1"
},
"sonata-project/doctrine-extensions": {
"version": "1.3.1"
},
"sonata-project/form-extensions": {
"version": "1.0.0"
},
"sonata-project/twig-extensions": {
"version": "1.1.0"
},
"squizlabs/php_codesniffer": {
"version": "3.3.1"
},
Expand Down Expand Up @@ -842,15 +833,6 @@
"theseer/tokenizer": {
"version": "1.1.0"
},
"twig/extensions": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "ddb2e0a77773b7fd75d8d649545f174e664500ab"
}
},
"twig/intl-extra": {
"version": "v2.12.2"
},
Expand Down

0 comments on commit 430eec0

Please sign in to comment.