From 3c581e750f8c8493a466c5b20f48ed608b1298bd Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 1 Feb 2025 11:23:15 +0900 Subject: [PATCH] Update composer.json dependencies Upgraded several dependencies to newer versions for better compatibility and performance. Removed the `symfony/polyfill-php81` dependency as it is no longer needed. Adjusted `rize/uri-template` to require only `^0.4`. --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2965a8c..cc565e7 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,13 @@ "require": { "php": "^8.4", "ext-pdo": "*", - "ray/di": "^2.13.1", - "ray/aop": "^2.10.4", + "ray/di": "^2.18", + "ray/aop": "^2.17", "aura/sql": "^6.0", "pagerfanta/pagerfanta": "^3.5", - "rize/uri-template": "^0.3.4 || ^0.4", + "rize/uri-template": "^0.4", "doctrine/annotations": "^1.11 || ^2.0", "psr/log": "^1.1 || ^2.0 || ^3.0", - "symfony/polyfill-php81": "^1.24", "aura/sqlquery": "^3.0" }, "require-dev": {