Skip to content

Commit

Permalink
Базовый Твиг вынесен в отдельный бандл
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 15, 2021
1 parent 366691b commit 71a1408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"type": "git",
"url": "https://github.com/proklung/core.framework.extension.bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/bitrix.twig.bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/core.argument.resolvers.bundle"
Expand Down Expand Up @@ -57,6 +61,7 @@
"proklung/core-framework-extension-bundle": "^1.7",
"proklung/core-argument-resolvers-bundle": "^1.1",
"proklung/bitrixsymfonyrouterbundle": "^1.3",
"proklung/bitrix-twig-bundle": "^1.0",
"arrilot/bitrix-migrations": "dev-master",
"arrilot/bitrix-models": "dev-master",
"maximaster/tools.twig": "dev-master",
Expand All @@ -74,8 +79,7 @@
"proklung/db-command": "^1.0",
"proklung/bitrix-iblock-element-validator-bundle": "^1.0",
"proklung/framework-tools-bundle": "^1.5",
"proklung/twig-extensions-bundle": "^1.6",
"proklung/bitrix-tools-pack-bundle": "^1.6"
"proklung/twig-extensions-bundle": "^1.6"
},
"require-dev": {
"proklung/phpunit-testing-tools": "^1.5",
Expand Down
2 changes: 2 additions & 0 deletions local/configs/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ framework:

cache: false
cache_dir: '%kernel.project_dir%/bitrix/cache/twig'
globals:
secret_key: 'xxxx'

validation:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions local/configs/standalone_bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
return [
Prokl\CustomFrameworkExtensionsBundle\CustomFrameworkExtensionsBundle::class => ['all' => true],
Prokl\CustomArgumentResolverBundle\CustomArgumentResolverBundle::class => ['all' => true],
Prokl\BitrixTwigBundle\BitrixTwigBundle::class => ['all' => true],
Prokl\FrameworkExtensionBundle\FrameworkExtensionBundle::class => ['all' => true],
Prokl\BitrixSymfonyRouterBundle\SymfonyRouterBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['all' => true],
Prokl\BitrixIblockElementValidatorBundle\BitrixIblockElementValidatorBundle::class => ['all' => true],
Prokl\FrameworkExtensionBundle\FrameworkExtensionBundle::class => ['all' => true],
Prokl\StaticPageMakerBundle\StaticPageMakerBundle::class => ['all' => true],
Prokl\BitrixWebformBundle\BitrixWebformBundle::class => ['all' => true],
Prokl\FacadeBundle\FacadeBundle::class => ['all' => true],
Prokl\TwigExtensionsPackBundle\TwigExtensionsPackBundle::class => ['all' => true],
Prokl\BitrixOrdinaryToolsBundle\BitrixOrdinaryToolsBundle::class => ['all' => true],
Prokl\BundleMakerBundle\BundleMakerBundle::class => ['dev' => true],
];

0 comments on commit 71a1408

Please sign in to comment.