Skip to content

Commit

Permalink
Bump composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 8, 2021
1 parent 2dd7a51 commit 97c76b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 97c76b3

Please sign in to comment.