From 84e3ca9bc1106754b0398f182dd25fc7a337a5ca Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Wed, 24 Apr 2024 18:19:39 +0200 Subject: [PATCH] updated compposer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a1481a4..a705943 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ }, "require": { "php": ">=8.1", - "cakephp/cakephp": "^5.0.0" + "cakephp/cakephp": "^5.0.6" }, "require-dev": { - "phpunit/phpunit": "^10.1.0", + "phpunit/phpunit": "^10.5.20", "cakephp/cakephp-codesniffer": "^5.0", "cakephp/bake": "^3.0.0", "cakephp/migrations": "^4.0.0",