Skip to content

Commit

Permalink
Обновление зависимостей
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed May 10, 2023
1 parent 1f10317 commit 449fdba
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,16 @@
"symfony/proxy-manager-bridge": "^4.4 || ^5.0",
"symfony/validator": "^4.4 || ^5.0",
"symfony/dotenv": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0",
"symfony/expression-language": "^4.4 || ^5.0",
"twig/twig": "~1.0 || ~2 || ~3",
"proklung/base-exception": "^1.0",
"symfony/psr-http-message-bridge": "^2.1",
"nyholm/psr7": "^1.4",
"guzzlehttp/psr7": "^1.8 || ^2",
"vlucas/phpdotenv": "3.* || 4.*"
"vlucas/phpdotenv": "3.* || 4.*",
"psr/container": "1.0.*",
"psr/http-client": "^1.0"
},
"require-dev": {
"proklung/bitrix-phpunit-testing-tools": "^1.4",
Expand All @@ -57,5 +60,13 @@
"installer-paths": {
"vendor/sheerockoff/bitrix-ci/files/bitrix/modules/{$name}/": ["type:bitrix-module"]
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"composer/installers": true,
"icanhazstring/composer-unused": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit 449fdba

Please sign in to comment.