Skip to content

Commit

Permalink
WIP: Sf4 Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Sep 23, 2020
1 parent 10f7f13 commit 7532b90
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function registerBundles()
$bundles[] = new Knp\Bundle\MenuBundle\KnpMenuBundle();
//==============================================================================
// SONATA BUNDLES
$bundles[] = new Sonata\CoreBundle\SonataCoreBundle();
// $bundles[] = new Sonata\CoreBundle\SonataCoreBundle();
$bundles[] = new Sonata\BlockBundle\SonataBlockBundle();

//==============================================================================
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

"require": {
"php": "~7.2",
"symfony/monolog-bundle": "^2.0",
"symfony/monolog-bundle": "^2.0|^3.0",

"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
Expand Down Expand Up @@ -78,7 +78,7 @@
"scripts": {
"auto-scripts": [
"php bin/console cache:clear",
"php bin/console assets:install --symlink"
"php bin/console assets:install web --relative"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
Expand Down
Loading

0 comments on commit 7532b90

Please sign in to comment.