Skip to content
Snippets Groups Projects
composer.lock 407 KiB
Newer Older
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/service-contracts": "^3.3",
                "symfony/var-exporter": "^6.4|^7.0"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<6.4",
                "symfony/finder": "<6.4",
                "symfony/yaml": "<6.4"
            },
            "provide": {
                "psr/container-implementation": "1.1|2.0",
                "symfony/service-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "symfony/config": "^6.4|^7.0",
                "symfony/expression-language": "^6.4|^7.0",
                "symfony/yaml": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v7.0.7"
            },
            "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": "2024-04-18T09:29:19+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
            },
            "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": "2024-04-18T09:32:20+00:00"
        },
        {
            "name": "symfony/doctrine-bridge",
            "version": "v7.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/doctrine-bridge.git",
                "reference": "5a5555e4e0e8144edebc55d118cb825a9b8293a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/5a5555e4e0e8144edebc55d118cb825a9b8293a0",
                "reference": "5a5555e4e0e8144edebc55d118cb825a9b8293a0",
                "shasum": ""
            },
            "require": {
                "doctrine/event-manager": "^2",
                "doctrine/persistence": "^3.1",
                "php": ">=8.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/service-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/dbal": "<3.6",
                "doctrine/lexer": "<1.1",
                "doctrine/orm": "<2.15",
                "symfony/cache": "<6.4",
                "symfony/dependency-injection": "<6.4",
                "symfony/form": "<6.4.6|>=7,<7.0.6",
                "symfony/http-foundation": "<6.4",
                "symfony/http-kernel": "<6.4",
                "symfony/lock": "<6.4",
                "symfony/messenger": "<6.4",
                "symfony/property-info": "<6.4",
                "symfony/security-bundle": "<6.4",
                "symfony/security-core": "<6.4",
                "symfony/validator": "<6.4"
            },
            "require-dev": {
                "doctrine/collections": "^1.0|^2.0",
                "doctrine/data-fixtures": "^1.1",
                "doctrine/dbal": "^3.6|^4",
                "doctrine/orm": "^2.15|^3",
                "psr/log": "^1|^2|^3",
                "symfony/cache": "^6.4|^7.0",
                "symfony/config": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/doctrine-messenger": "^6.4|^7.0",
                "symfony/expression-language": "^6.4|^7.0",
                "symfony/form": "^6.4.6|^7.0.6",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/lock": "^6.4|^7.0",
                "symfony/messenger": "^6.4|^7.0",
                "symfony/property-access": "^6.4|^7.0",
                "symfony/property-info": "^6.4|^7.0",
                "symfony/security-core": "^6.4|^7.0",
                "symfony/stopwatch": "^6.4|^7.0",
                "symfony/translation": "^6.4|^7.0",
                "symfony/uid": "^6.4|^7.0",
                "symfony/validator": "^6.4|^7.0",
                "symfony/var-dumper": "^6.4|^7.0"
            },
            "type": "symfony-bridge",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Doctrine\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides integration for Doctrine with various Symfony components",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/doctrine-bridge/tree/v7.0.8"
            },
            "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": "2024-05-31T14:55:39+00:00"
        },
        {
            "name": "symfony/dotenv",
            "version": "v7.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dotenv.git",
                "reference": "0fd573c141e1990848702d56329050efd5bf25cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/0fd573c141e1990848702d56329050efd5bf25cc",
                "reference": "0fd573c141e1990848702d56329050efd5bf25cc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "conflict": {
                "symfony/console": "<6.4",
                "symfony/process": "<6.4"
            },
            "require-dev": {
                "symfony/console": "^6.4|^7.0",
                "symfony/process": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Dotenv\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Registers environment variables from a .env file",
            "homepage": "https://symfony.com",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "source": "https://github.com/symfony/dotenv/tree/v7.0.7"
            },
            "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": "2024-04-18T09:29:19+00:00"
        },
        {
            "name": "symfony/error-handler",
            "version": "v7.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/cf97429887e40480c847bfeb6c3991e1e2c086ab",
                "reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^6.4|^7.0"
            },
            "conflict": {
                "symfony/deprecation-contracts": "<2.5",
                "symfony/http-kernel": "<6.4"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/serializer": "^6.4|^7.0"
            },
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v7.0.7"
            },
            "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": "2024-04-18T09:29:19+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v7.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db2a7fab994d67d92356bb39c367db115d9d30f9",
                "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/event-dispatcher-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/dependency-injection": "<6.4",
                "symfony/service-contracts": "<2.5"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/error-handler": "^6.4|^7.0",
                "symfony/expression-language": "^6.4|^7.0",
                "symfony/http-foundation": "^6.4|^7.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/stopwatch": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.7"
            },
            "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"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                }
            ],
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "time": "2024-04-18T09:29:19+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/event-dispatcher": "^1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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": "Generic abstractions related to dispatching event",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "homepage": "https://symfony.com",
            "keywords": [
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
            },
            "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": "2024-04-18T09:32:20+00:00"
        },
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
        {
            "name": "symfony/expression-language",
            "version": "v7.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/expression-language.git",
                "reference": "8e64bd4eb4c4dd180fc7de9c72011c49ebbdc822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/8e64bd4eb4c4dd180fc7de9c72011c49ebbdc822",
                "reference": "8e64bd4eb4c4dd180fc7de9c72011c49ebbdc822",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/cache": "^6.4|^7.0",
                "symfony/service-contracts": "^2.5|^3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ExpressionLanguage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an engine that can compile and evaluate expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/expression-language/tree/v7.0.8"
            },
            "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": "2024-05-31T14:55:39+00:00"
        },
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
        {
            "name": "symfony/filesystem",
            "version": "v7.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "a7a171e363186fe78b7c696720a37da4cf052d52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a7a171e363186fe78b7c696720a37da4cf052d52",
                "reference": "a7a171e363186fe78b7c696720a37da4cf052d52",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony/process": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v7.0.8"
            },
            "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": "2024-05-31T14:55:39+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v7.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/4d58f0f4fe95a30d7b538d71197135483560b97c",
                "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "symfony/filesystem": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v7.0.7"
            },
            "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": "2024-04-28T11:44:19+00:00"
        },
        {
            "name": "symfony/flex",
            "version": "v2.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/flex.git",
                "reference": "b0a405f40614c9f584b489d54f91091817b0e26e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/flex/zipball/b0a405f40614c9f584b489d54f91091817b0e26e",
                "reference": "b0a405f40614c9f584b489d54f91091817b0e26e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.1",
                "php": ">=8.0"
            },
            "require-dev": {
                "composer/composer": "^2.1",
                "symfony/dotenv": "^5.4|^6.0",
                "symfony/filesystem": "^5.4|^6.0",
                "symfony/phpunit-bridge": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Symfony\\Flex\\Flex"
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Flex\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            ],
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "description": "Composer plugin for Symfony",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "support": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "issues": "https://github.com/symfony/flex/issues",
                "source": "https://github.com/symfony/flex/tree/v2.4.5"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "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"
                }
            ],
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "time": "2024-03-02T08:16:47+00:00"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
        },
        {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "name": "symfony/framework-bundle",
            "version": "v7.0.7",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "source": {
                "type": "git",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "url": "https://github.com/symfony/framework-bundle.git",
                "reference": "5d9cee370509056b8b7a5009d7112d045d8f0a64"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "dist": {
                "type": "zip",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5d9cee370509056b8b7a5009d7112d045d8f0a64",
                "reference": "5d9cee370509056b8b7a5009d7112d045d8f0a64",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "shasum": ""
            },
            "require": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "composer-runtime-api": ">=2.1",
                "ext-xml": "*",
                "php": ">=8.2",
                "symfony/cache": "^6.4|^7.0",
                "symfony/config": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/error-handler": "^6.4|^7.0",
                "symfony/event-dispatcher": "^6.4|^7.0",
                "symfony/filesystem": "^6.4|^7.0",
                "symfony/finder": "^6.4|^7.0",
                "symfony/http-foundation": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/routing": "^6.4|^7.0"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "conflict": {
                "doctrine/persistence": "<1.3",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/asset": "<6.4",
                "symfony/asset-mapper": "<6.4",
                "symfony/clock": "<6.4",
                "symfony/console": "<6.4",
                "symfony/dom-crawler": "<6.4",
                "symfony/dotenv": "<6.4",
                "symfony/form": "<6.4",
                "symfony/http-client": "<6.4",
                "symfony/lock": "<6.4",
                "symfony/mailer": "<6.4",
                "symfony/messenger": "<6.4",
                "symfony/mime": "<6.4",
                "symfony/property-access": "<6.4",
                "symfony/property-info": "<6.4",
                "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
                "symfony/security-core": "<6.4",
                "symfony/security-csrf": "<6.4",
                "symfony/serializer": "<6.4",
                "symfony/stopwatch": "<6.4",
                "symfony/translation": "<6.4",
                "symfony/twig-bridge": "<6.4",
                "symfony/twig-bundle": "<6.4",
                "symfony/validator": "<6.4",
                "symfony/web-profiler-bundle": "<6.4",
                "symfony/workflow": "<6.4"
            },
            "require-dev": {
                "doctrine/persistence": "^1.3|^2|^3",
                "dragonmantank/cron-expression": "^3.1",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "seld/jsonlint": "^1.10",
                "symfony/asset": "^6.4|^7.0",
                "symfony/asset-mapper": "^6.4|^7.0",
                "symfony/browser-kit": "^6.4|^7.0",
                "symfony/clock": "^6.4|^7.0",
                "symfony/console": "^6.4|^7.0",
                "symfony/css-selector": "^6.4|^7.0",
                "symfony/dom-crawler": "^6.4|^7.0",
                "symfony/dotenv": "^6.4|^7.0",
                "symfony/expression-language": "^6.4|^7.0",
                "symfony/form": "^6.4|^7.0",
                "symfony/html-sanitizer": "^6.4|^7.0",
                "symfony/http-client": "^6.4|^7.0",
                "symfony/lock": "^6.4|^7.0",
                "symfony/mailer": "^6.4|^7.0",
                "symfony/messenger": "^6.4|^7.0",
                "symfony/mime": "^6.4|^7.0",
                "symfony/notifier": "^6.4|^7.0",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/process": "^6.4|^7.0",
                "symfony/property-info": "^6.4|^7.0",
                "symfony/rate-limiter": "^6.4|^7.0",
                "symfony/scheduler": "^6.4.4|^7.0.4",
                "symfony/security-bundle": "^6.4|^7.0",
                "symfony/semaphore": "^6.4|^7.0",
                "symfony/serializer": "^6.4|^7.0",
                "symfony/stopwatch": "^6.4|^7.0",
                "symfony/string": "^6.4|^7.0",
                "symfony/translation": "^6.4|^7.0",
                "symfony/twig-bundle": "^6.4|^7.0",
                "symfony/uid": "^6.4|^7.0",
                "symfony/validator": "^6.4|^7.0",
                "symfony/web-link": "^6.4|^7.0",
                "symfony/workflow": "^6.4|^7.0",
                "symfony/yaml": "^6.4|^7.0",
                "twig/twig": "^3.0.4"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "type": "symfony-bundle",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "autoload": {
                "psr-4": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "homepage": "https://symfony.com",
            "support": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "source": "https://github.com/symfony/framework-bundle/tree/v7.0.7"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "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"
                }
            ],
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "time": "2024-04-18T09:29:19+00:00"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
        },
        {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "name": "symfony/http-foundation",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            "version": "v7.0.7",
            "source": {
                "type": "git",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "dist": {
                "type": "zip",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0194e064b8bdc29381462f790bab04e1cac8fdc8",
                "reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php83": "^1.27"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "conflict": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "doctrine/dbal": "<3.6",
                "symfony/cache": "<6.4"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "require-dev": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                "doctrine/dbal": "^3.6|^4",
                "predis/predis": "^1.1|^2.0",
                "symfony/cache": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/expression-language": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/mime": "^6.4|^7.0",
                "symfony/rate-limiter": "^6.4|^7.0"
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                    "Symfony\\Component\\HttpFoundation\\": ""
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"