From d6cf39e1652a035ec68eac6602e57eb8ae2d18cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:57:46 +0000 Subject: [PATCH] Update yiisoft/assets requirement from ^2.0|^3.0 to ^4.0.0 Updates the requirements on [yiisoft/assets](https://github.com/yiisoft/assets) to permit the latest version. - [Release notes](https://github.com/yiisoft/assets/releases) - [Changelog](https://github.com/yiisoft/assets/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/assets/commits/4.0.0) --- updated-dependencies: - dependency-name: yiisoft/assets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b324c0..493d513 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^8.0", "yiisoft/arrays": "^2.0|^3.0", - "yiisoft/assets": "^2.0|^3.0", + "yiisoft/assets": "^4.0.0", "yiisoft/files": "^2.0", "yiisoft/html": "^2.0|^3.0", "yiisoft/widget": "^2.0"