From 385ca81ee7e9a65fb5696692c173a1234fc2ad7d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 21 Apr 2022 15:22:41 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e78f75..5577f3b 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,11 @@ Instead, you may of course manually update your `require` block and run `compose ```json { "require": { - "dragon-code/pretty-array": "^3.0" + "dragon-code/pretty-array": "^4.0" } } ``` -### Upgrade from `andrey-helldar/pretty-array` - -1. Replace `"andrey-helldar/pretty-array": "^2.0"` with `"dragon-code/pretty-array": "^3.0"` in the `composer.json` file; -2. Replace `Helldar\PrettyArray\Contracts\Caseable` with `DragonCode\Contracts\Pretty\Arr\Caseable`; -3. Replace `Helldar\PrettyArray` namespace prefix with `DragonCode\PrettyArray`; -4. Call the `composer update` console command. - ## Introduction > Q: Why did you create this package when there is a cooler [symfony/var-exporter](https://github.com/symfony/var-exporter)?