Skip to content

Commit 04e5753

Browse files
committed
BitrixFormBundle
1 parent 92f79f9 commit 04e5753

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
"proklung/collection-extender-bundle": "^1.0",
102102
"proklung/bitrix-custom-properties-bundle": "^1.0",
103103
"proklung/api-exception-bundle": "^1.0",
104-
"proklung/bitrix-webform-bundle": "^1.0"
104+
"proklung/bitrix-webform-bundle": "^1.0",
105+
"proklung/bitrix-webform-bundle-kantecom": "^1.0"
105106
},
106107
"require-dev": {
107108
"squizlabs/php_codesniffer": "2.*",

local/configs/standalone_bundles.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
Prokl\StaticPageMakerBundle\StaticPageMakerBundle::class => ['all' => true],
1313
Local\Bundles\ModelBundle\ModelBundle::class => ['all' => true],
1414
Prokl\BitrixWebformBundle\BitrixWebformBundle::class => ['all' => true],
15+
Prokl\BitrixFormBundle\BitrixFormBundle::class => ['all' => true],
1516
Prokl\ApiExceptionBundle\M6WebApiExceptionBundle::class => ['all' => true],
1617
Local\Bundles\BitrixIblockElementValidatorBundle\BitrixIblockElementValidatorBundle::class => ['all' => true],
1718
Local\Bundles\UrlSignedBundle\UrlSignedBundle::class => ['all' => true],

0 commit comments

Comments
 (0)