update dependency flex

This commit is contained in:
Tykayn 2023-01-16 15:14:13 +00:00 committed by root
parent 4a4552e0ed
commit 0890fa66d5
4 changed files with 110 additions and 5100 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"conflict": {
"symfony/symfony": "*"
@ -57,6 +60,7 @@
"symfony/flex": "^1.3.1",
"symfony/form": "5.2.*",
"symfony/framework-bundle": "5.2.*",
"symfony/http-client": "5.2.*",
"symfony/mailer": "5.2.*",
"symfony/proxy-manager-bridge": "5.2.*",
"symfony/swiftmailer-bundle": "^3.5",

113
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "682b7694b3126ace6a8951fae3fbf436",
"content-hash": "4601dd66362bfac5427042472f965d59",
"packages": [
{
"name": "behat/transliterator",
@ -4114,16 +4114,16 @@
},
{
"name": "symfony/flex",
"version": "v1.13.3",
"version": "v1.19.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "2597d0dda8042c43eed44a9cd07236b897e427d7"
"reference": "c82477240111bfe41a1067c9f0ab91d40bafa5b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/2597d0dda8042c43eed44a9cd07236b897e427d7",
"reference": "2597d0dda8042c43eed44a9cd07236b897e427d7",
"url": "https://api.github.com/repos/symfony/flex/zipball/c82477240111bfe41a1067c9f0ab91d40bafa5b6",
"reference": "c82477240111bfe41a1067c9f0ab91d40bafa5b6",
"shasum": ""
},
"require": {
@ -4132,16 +4132,13 @@
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"symfony/dotenv": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/process": "^3.4|^4.4|^5.0"
"symfony/dotenv": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-main": "1.13-dev"
},
"class": "Symfony\\Flex\\Flex"
},
"autoload": {
@ -4162,7 +4159,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.13.3"
"source": "https://github.com/symfony/flex/tree/v1.19.4"
},
"funding": [
{
@ -4178,7 +4175,7 @@
"type": "tidelift"
}
],
"time": "2021-05-19T07:19:15+00:00"
"time": "2022-12-20T07:19:24+00:00"
},
{
"name": "symfony/form",
@ -4430,6 +4427,92 @@
],
"time": "2021-05-19T11:52:18+00:00"
},
{
"name": "symfony/http-client",
"version": "v5.2.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "1895ede860a198803395a67738104211508b5ddc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/1895ede860a198803395a67738104211508b5ddc",
"reference": "1895ede860a198803395a67738104211508b5ddc",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/http-client-contracts": "^2.2",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.0|^2"
},
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "2.2"
},
"require-dev": {
"amphp/amp": "^2.5",
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
"guzzlehttp/promises": "^1.4",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4.13|^5.1.5",
"symfony/process": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.2.12"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-23T15:55:19+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v2.4.0",
@ -7614,5 +7697,5 @@
"ext-json": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}

View File

@ -1,9 +1,9 @@
monolog:
handlers:
main:
type: rotating_file
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
#monolog:
# handlers:
# main:
# type: rotating_file
# path: '%kernel.logs_dir%/%kernel.environment%.log'
# level: debug
# max number of log files to keep
# defaults to zero, which means infinite files
max_files: 10
# max_files: 10