From 610e21ef4ec92d2e1ede2062fd3e1d149cef20c6 Mon Sep 17 00:00:00 2001 From: Yonchi <44063781+bsdrazor@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:34:59 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cfdfa8..596e324 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CKFinder 3 Bundle for Symfony > :information_source: This project is a fork of [the official and _abandoned_ CKFinder Symfony Bundle](https://github.com/ckfinder/ckfinder-symfony-bundle). > -> This bundle is fully compatible with Symfony 6.0 and more (Symfony 3 and 4 have been removed, see [branch `1.x` for Symfony 5.4 support](https://github.com/Kocal/ckfinder-symfony-bundle/tree/1.x)), compatible with PHP 8.1+, Flysystem 3+, +> This bundle is fully compatible with Symfony 7.0 and more (Symfony 3 and 4 have been removed, compatible with PHP 8.1+, Flysystem 3+, > and use many tools to ensure the code quality ([PHPUnit](https://github.com/sebastianbergmann/phpunit), [Easy Coding Standard](https://github.com/symplify/easy-coding-standard) and [Rector](https://github.com/rectorphp/rector)) with a functional CI. ## Installation @@ -14,7 +14,7 @@ CKFinder 3 Bundle for Symfony 1. Add Composer dependency and install the bundle. ```bash - composer require kocal/ckfinder-symfony-bundle + composer require bsdrazor/ckfinder-symfony-bundle ``` 2. Run the command to download the CKFinder distribution package.