From 3f7942f3f987c4851eaa5c83ac6f50b7b48bde8b Mon Sep 17 00:00:00 2001 From: Raghu Veer Dendukuri Date: Mon, 25 Mar 2024 14:55:06 +0530 Subject: [PATCH] Update composer.json --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ff232e0..9889920 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "phpunit/php-timer": "^7.0", "filp/whoops": "^2.15", "vlucas/phpdotenv": "^5.6", - "easeappphp/ea-cli-router": ">=0.0.3" + "easeappphp/ea-cli-router": ">=0.0.3", + "easeappphp/ea-router": ">=1.0.8" }, "require-dev": { "ext-json": "*", @@ -32,7 +33,8 @@ "phpunit/php-timer": "^7.0", "filp/whoops": "^2.15", "vlucas/phpdotenv": "^5.6", - "easeappphp/ea-cli-router": ">=0.0.3" + "easeappphp/ea-cli-router": ">=0.0.3", + "easeappphp/ea-router": ">=1.0.8" }, "homepage": "https://github.com/easeappphp/ea-rapid", "license": "MIT",