Skip to content

Commit 97c76b3

Browse files
committed
Bump composer.json
1 parent 2dd7a51 commit 97c76b3

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

.gitignore

-7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ hosts.yml
2121
!.vscode/launch.json
2222
!.vscode/extensions.json
2323
*.code-workspace
24-
25-
# Local History for Visual Studio Code
2624
.history/
27-
/local/classes/ServiceProvider/cache/
28-
/bitrix/
2925

3026
/composer.lock
3127
composer.lock
32-
33-
/local/components/bbc
34-
/local/modules/bex.bbc

composer.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,26 @@
4040
{
4141
"type": "git",
4242
"url": "https://github.com/proklung/bitrix.tools.pack.bundle"
43+
},
44+
{
45+
"type": "git",
46+
"url": "https://github.com/ProklUng/bitrix-migrations"
4347
}
4448
],
4549

4650
"require": {
47-
"proklung/bitrix-core-symfony": "^1.2.3",
51+
"proklung/bitrix-core-symfony": "^1.3.5",
4852
"psr/container": "1.0.*",
49-
"proklung/core-framework-extension-bundle": "^1.3",
50-
"proklung/core-argument-resolvers-bundle": "^1.0",
51-
"arrilot/bitrix-migrations": "^2.6",
53+
"proklung/core-framework-extension-bundle": "^1.6",
54+
"proklung/core-argument-resolvers-bundle": "^1.1",
55+
"arrilot/bitrix-migrations": "dev-master",
5256
"arrilot/bitrix-models": "dev-master",
5357
"maximaster/tools.twig": "^1.1",
5458
"bitrix-expert/bbc": "^1.0",
55-
"illuminate/support": "^6.0 || ^7.0",
56-
"illuminate/database": "^6.0 || ^7.0",
57-
"illuminate/container": "^6.0 || ^7.0",
59+
"illuminate/support": "^6.0 || ^7.0",
5860
"vlucas/phpdotenv": "3.*",
59-
"mmucklo/krumo": "^0.6.0",
6061
"symfony/dotenv": "^5.2",
6162
"symfony/monolog-bundle": "^3.7",
62-
"webarchitect609/bitrix-iblock-property-type": "^1.2",
63-
"webarchitect609/bitrix-user-type": "^0.7.2",
6463
"proklung/jedi-light": "^1.0",
6564
"proklung/bitrix.module.generator": "^1.0",
6665
"proklung/facade-bundle": "^1.0",
@@ -73,23 +72,24 @@
7372
"proklung/api-exception-bundle": "^1.0",
7473
"proklung/bitrix-webform-bundle": "^1.0",
7574
"proklung/controller-sanitizer-validator": "^1.2",
76-
"proklung/bitrix-blade-bundle": "^1.1",
75+
"proklung/bitrix-blade-bundle": "^1.2",
7776
"proklung/pipeline-symfony": "^1.0",
7877
"proklung/db-command": "^1.0",
7978
"proklung/bitrix-iblock-element-validator-bundle": "^1.0",
80-
"proklung/framework-tools-bundle": "^1.3",
81-
"proklung/twig-extensions-bundle": "^1.1",
82-
"proklung/bitrix-tools-pack-bundle": "^1.2"
79+
"proklung/framework-tools-bundle": "^1.5",
80+
"proklung/twig-extensions-bundle": "^1.4",
81+
"proklung/bitrix-tools-pack-bundle": "^1.5"
8382
},
8483
"require-dev": {
85-
"proklung/phpunit-testing-tools": "^1.4",
84+
"proklung/phpunit-testing-tools": "^1.5",
8685
"squizlabs/php_codesniffer": "^3",
87-
"symfony/debug": "^4.4",
88-
"symfony/var-dumper": "^4.4",
86+
"symfony/debug": "^4.4 || ^5.0",
87+
"symfony/var-dumper": "^4.4 || ^5.0",
8988
"ergebnis/phpstan-rules": "^0.15.3",
9089
"phpstan/phpstan-strict-rules": "^0.12.7",
9190
"slam/phpstan-extensions": "^5.1",
9291
"symfony/maker-bundle": "^1.33",
92+
"mmucklo/krumo": "^0.6.0",
9393
"icanhazstring/composer-unused": "^0.7.5"
9494
},
9595
"autoload": {

0 commit comments

Comments
 (0)