From 9a5ca8034cabe95f666c11af04f3105322e5462e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:45:05 +0000 Subject: [PATCH] composer: update vitexsoftware/ease-core requirement from ^1.49 to ^1.50 Updates the requirements on [vitexsoftware/ease-core](https://github.com/VitexSoftware/php-ease-core) to permit the latest version. - [Release notes](https://github.com/VitexSoftware/php-ease-core/releases) - [Changelog](https://github.com/VitexSoftware/php-ease-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/VitexSoftware/php-ease-core/compare/1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: vitexsoftware/ease-core dependency-version: 1.50.0 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 3091fb9..690eb7b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.10", "guzzlehttp/psr7": "^2.8.0", - "vitexsoftware/ease-core": "^1.49" + "vitexsoftware/ease-core": "^1.50" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.6",