diff --git a/.gitignore b/.gitignore index fa09717..2418d80 100644 --- a/.gitignore +++ b/.gitignore @@ -21,14 +21,7 @@ hosts.yml !.vscode/launch.json !.vscode/extensions.json *.code-workspace - -# Local History for Visual Studio Code .history/ -/local/classes/ServiceProvider/cache/ -/bitrix/ /composer.lock composer.lock - -/local/components/bbc -/local/modules/bex.bbc diff --git a/composer.json b/composer.json index 5cd2fc5..e9f5dec 100644 --- a/composer.json +++ b/composer.json @@ -40,27 +40,26 @@ { "type": "git", "url": "https://github.com/proklung/bitrix.tools.pack.bundle" + }, + { + "type": "git", + "url": "https://github.com/ProklUng/bitrix-migrations" } ], "require": { - "proklung/bitrix-core-symfony": "^1.2.3", + "proklung/bitrix-core-symfony": "^1.3.5", "psr/container": "1.0.*", - "proklung/core-framework-extension-bundle": "^1.3", - "proklung/core-argument-resolvers-bundle": "^1.0", - "arrilot/bitrix-migrations": "^2.6", + "proklung/core-framework-extension-bundle": "^1.6", + "proklung/core-argument-resolvers-bundle": "^1.1", + "arrilot/bitrix-migrations": "dev-master", "arrilot/bitrix-models": "dev-master", "maximaster/tools.twig": "^1.1", "bitrix-expert/bbc": "^1.0", - "illuminate/support": "^6.0 || ^7.0", - "illuminate/database": "^6.0 || ^7.0", - "illuminate/container": "^6.0 || ^7.0", + "illuminate/support": "^6.0 || ^7.0", "vlucas/phpdotenv": "3.*", - "mmucklo/krumo": "^0.6.0", "symfony/dotenv": "^5.2", "symfony/monolog-bundle": "^3.7", - "webarchitect609/bitrix-iblock-property-type": "^1.2", - "webarchitect609/bitrix-user-type": "^0.7.2", "proklung/jedi-light": "^1.0", "proklung/bitrix.module.generator": "^1.0", "proklung/facade-bundle": "^1.0", @@ -73,23 +72,24 @@ "proklung/api-exception-bundle": "^1.0", "proklung/bitrix-webform-bundle": "^1.0", "proklung/controller-sanitizer-validator": "^1.2", - "proklung/bitrix-blade-bundle": "^1.1", + "proklung/bitrix-blade-bundle": "^1.2", "proklung/pipeline-symfony": "^1.0", "proklung/db-command": "^1.0", "proklung/bitrix-iblock-element-validator-bundle": "^1.0", - "proklung/framework-tools-bundle": "^1.3", - "proklung/twig-extensions-bundle": "^1.1", - "proklung/bitrix-tools-pack-bundle": "^1.2" + "proklung/framework-tools-bundle": "^1.5", + "proklung/twig-extensions-bundle": "^1.4", + "proklung/bitrix-tools-pack-bundle": "^1.5" }, "require-dev": { - "proklung/phpunit-testing-tools": "^1.4", + "proklung/phpunit-testing-tools": "^1.5", "squizlabs/php_codesniffer": "^3", - "symfony/debug": "^4.4", - "symfony/var-dumper": "^4.4", + "symfony/debug": "^4.4 || ^5.0", + "symfony/var-dumper": "^4.4 || ^5.0", "ergebnis/phpstan-rules": "^0.15.3", "phpstan/phpstan-strict-rules": "^0.12.7", "slam/phpstan-extensions": "^5.1", "symfony/maker-bundle": "^1.33", + "mmucklo/krumo": "^0.6.0", "icanhazstring/composer-unused": "^0.7.5" }, "autoload": {