From c926ec354e6f6fe5c84141342d30b4c87fdd5e6c Mon Sep 17 00:00:00 2001 From: Trusted97 Date: Fri, 6 Dec 2024 16:09:21 +0100 Subject: [PATCH] chore: edit readme --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 7f6ccb1..cece1b9 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,6 @@ setup in developing of PHP: Packages, Library, Composer Plugin or everything you ## Install -In composer.json - -``` json -"require-dev": { - "trusted97/whitecat": "^2.0" -}, -``` - -Or - -In Shell - ``` sh composer require --dev trusted97/whitecat ``` @@ -123,8 +111,7 @@ vendor/bin/whitecat phpunit:init | Repository Branch | PHP Compatibility | Status | Docs | |-------------------|-------------------|----------------------------|-----------------------------| -| `2.x` | `^8.3` | New features and bug fixes | [Documentation 1.x](./docs) | -| `1.x` | `^8.1` | New features and bug fixes | [Documentation 1.x](./docs) | +| `1.x` | `^8.2` | New features and bug fixes | [Documentation 1.x](./docs) | ## Contributing