diff --git a/composer.json b/composer.json index 48631199..a317e4fa 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ramsey/uuid-doctrine": "^1.5", "sensio/framework-extra-bundle": "^5.0.0", "stof/doctrine-extensions-bundle": "^1.3", - "symfony/asset": "4.4.*", + "symfony/asset": "5.4.*", "symfony/console": "4.4.*", "symfony/dotenv": "4.4.*", "symfony/flex": "^1.3.1", diff --git a/composer.lock b/composer.lock index 4238fb7b..9c68a0e3 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": "9d9fc6be8876a557dfe71fcd4e83cf1b", + "content-hash": "7430b5e25bd213bd2036b4a937e93fb3", "packages": [ { "name": "behat/transliterator", @@ -4235,25 +4235,30 @@ }, { "name": "symfony/asset", - "version": "v4.4.46", + "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "6ef0f9f352f90c469e8b363ebc038d81a7198873" + "reference": "64738384c91e25ad59a66e42b3b0dc0967ca03e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/6ef0f9f352f90c469e8b363ebc038d81a7198873", - "reference": "6ef0f9f352f90c469e8b363ebc038d81a7198873", + "url": "https://api.github.com/repos/symfony/asset/zipball/64738384c91e25ad59a66e42b3b0dc0967ca03e3", + "reference": "64738384c91e25ad59a66e42b3b0dc0967ca03e3", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, + "conflict": { + "symfony/http-foundation": "<5.3" + }, "require-dev": { - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/http-foundation": "" @@ -4284,7 +4289,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v4.4.46" + "source": "https://github.com/symfony/asset/tree/v5.4.19" }, "funding": [ { @@ -4300,7 +4305,7 @@ "type": "tidelift" } ], - "time": "2022-08-30T22:05:24+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { "name": "symfony/cache",