From 26187db0a2dd449781b754990838d02f7de84a68 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Thu, 2 Jan 2025 22:09:08 +0100 Subject: [PATCH] Move browser-kit as prod dependency --- composer.json | 2 +- composer.lock | 148 +++++++++++++++++++++++++------------------------- 2 files changed, 75 insertions(+), 75 deletions(-) diff --git a/composer.json b/composer.json index a365bf705..df21af49f 100644 --- a/composer.json +++ b/composer.json @@ -122,6 +122,7 @@ "spiriitlabs/form-filter-bundle": "^10.0", "stof/doctrine-extensions-bundle": "^1.11.0", "symfony/asset": "^5.4.35", + "symfony/browser-kit": "5.4.35", "symfony/config": "^5.4.35", "symfony/console": "^5.4.35", "symfony/dependency-injection": "^5.4.35", @@ -182,7 +183,6 @@ "phpstan/phpstan-symfony": "^1.3.7", "phpunit/phpunit": "^9.6.17", "shipmonk/composer-dependency-analyser": "^1.7", - "symfony/browser-kit": "^5.4.35", "symfony/css-selector": "^5.4.35", "symfony/debug-bundle": "^5.4.35", "symfony/maker-bundle": "^1.43", diff --git a/composer.lock b/composer.lock index 98be8f852..c59a7c65c 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "a45ce1bad60f024c66e17b6aca7ad88d", + "content-hash": "5d0c837f0b291b94d75f9304994b997b", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -9277,6 +9277,78 @@ ], "time": "2024-10-22T13:05:35+00:00" }, + { + "name": "symfony/browser-kit", + "version": "v5.4.35", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2f6f979b579ed1c051465c3c2fb81daf5bb4a002", + "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v5.4.35" + }, + "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-01-23T13:51:25+00:00" + }, { "name": "symfony/cache", "version": "v5.4.46", @@ -19650,78 +19722,6 @@ }, "time": "2024-08-08T08:12:32+00:00" }, - { - "name": "symfony/browser-kit", - "version": "v5.4.45", - "source": { - "type": "git", - "url": "https://github.com/symfony/browser-kit.git", - "reference": "03cce39764429e07fbab9b989a1182a24578341d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/03cce39764429e07fbab9b989a1182a24578341d", - "reference": "03cce39764429e07fbab9b989a1182a24578341d", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/dom-crawler": "^4.4|^5.0|^6.0", - "symfony/polyfill-php80": "^1.16" - }, - "require-dev": { - "symfony/css-selector": "^4.4|^5.0|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/process": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\BrowserKit\\": "" - }, - "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.4.45" - }, - "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-10-22T13:05:35+00:00" - }, { "name": "symfony/css-selector", "version": "v5.4.45", @@ -20337,7 +20337,7 @@ "ext-tokenizer": "*", "ext-xml": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "7.4.29" },