Skip to content

Commit

Permalink
BitrixFormBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Apr 26, 2021
1 parent 92f79f9 commit 04e5753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"proklung/collection-extender-bundle": "^1.0",
"proklung/bitrix-custom-properties-bundle": "^1.0",
"proklung/api-exception-bundle": "^1.0",
"proklung/bitrix-webform-bundle": "^1.0"
"proklung/bitrix-webform-bundle": "^1.0",
"proklung/bitrix-webform-bundle-kantecom": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
Expand Down
1 change: 1 addition & 0 deletions local/configs/standalone_bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Prokl\StaticPageMakerBundle\StaticPageMakerBundle::class => ['all' => true],
Local\Bundles\ModelBundle\ModelBundle::class => ['all' => true],
Prokl\BitrixWebformBundle\BitrixWebformBundle::class => ['all' => true],
Prokl\BitrixFormBundle\BitrixFormBundle::class => ['all' => true],
Prokl\ApiExceptionBundle\M6WebApiExceptionBundle::class => ['all' => true],
Local\Bundles\BitrixIblockElementValidatorBundle\BitrixIblockElementValidatorBundle::class => ['all' => true],
Local\Bundles\UrlSignedBundle\UrlSignedBundle::class => ['all' => true],
Expand Down

0 comments on commit 04e5753

Please sign in to comment.