From 33c426c529b065475feffbc38bfef82b5fd7f087 Mon Sep 17 00:00:00 2001 From: Martin Mitterhauser Date: Wed, 3 Apr 2024 14:16:03 +0200 Subject: [PATCH] link to core cakephp/cakephp --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0df23ea..865998c 100644 --- a/composer.json +++ b/composer.json @@ -4,16 +4,10 @@ "type": "cakephp-plugin", "license": "MIT", "minimum-stability": "stable", - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/kamilwylegala/cakephp2-php8" - } - ], "require": { "php": "^8.0", "ext-json": "*", - "cakephp/cakephp": "dev-master", + "cakephp/cakephp": "^2.10", "graylog2/gelf-php": "^1.6", "composer/installers": "^1.9", "kba-team/php-backtrace": "^1.0",