From 0fc0d77c0c876ccfd1da7b128a8a68cfab080fab Mon Sep 17 00:00:00 2001 From: Mopis Date: Thu, 13 Feb 2025 11:09:38 +0100 Subject: [PATCH] Upgrade dependencies to support PHP 8 and Laravel 8 Updated composer.json to require PHP >=8.0 and Laravel >=8.0. Also upgraded CKEditor and PHPUnit to more recent versions to enhance compatibility and maintain security. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 16bf6e6..41c22bf 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": ">=7.0.0", - "laravel/framework": ">=7.0", + "php": ">=8.0.0", + "laravel/framework": ">=8.0", "open-admin-org/open-admin": "~1.0", - "ckeditor/ckeditor": "4.21" + "ckeditor/ckeditor": "^4.25.1" }, "require-dev": { - "phpunit/phpunit": "~6.0", - "laravel/laravel": "~7.0" + "phpunit/phpunit": "~8.0", + "laravel/laravel": "~8.0" }, "autoload": { "psr-4": {