Skip to content

Commit 8dc9cb8

Browse files
committed
Разгрузка.
1 parent d588f73 commit 8dc9cb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8
-2580
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
{
3333
"type": "git",
3434
"url": "https://github.com/proklung/framework-tools-bundle"
35+
},
36+
{
37+
"type": "git",
38+
"url": "https://github.com/proklung/custom.request.responser.bundle"
3539
}
3640
],
3741

@@ -104,7 +108,8 @@
104108
"proklung/request-log-bundle": "^1.0",
105109
"proklung/bitrix-iblock-element-validator-bundle": "^1.0",
106110
"proklung/framework-tools-bundle": "^1.0",
107-
"proklung/twig-extensions-bundle": "^1.1"
111+
"proklung/twig-extensions-bundle": "^1.1",
112+
"proklung/custom-request-responser-bundle": "^1.0",
108113
},
109114
"require-dev": {
110115
"squizlabs/php_codesniffer": "2.*",

local/classes/Bundles/BitrixIblockElementValidatorBundle/BitrixIblockElementValidatorBundle.php

-27
This file was deleted.

local/classes/Bundles/BitrixIblockElementValidatorBundle/DependencyInjection/BitrixIblockElementValidatorBundleExtension.php

-51
This file was deleted.

local/classes/Bundles/BitrixIblockElementValidatorBundle/DependencyInjection/Configuration.php

-42
This file was deleted.

local/classes/Bundles/BitrixIblockElementValidatorBundle/Resources/config/services.yaml

-37
This file was deleted.

local/classes/Bundles/BitrixIblockElementValidatorBundle/Services/AbstractBitrixPropertyValidator.php

-62
This file was deleted.

0 commit comments

Comments
 (0)