Skip to content

Commit 4b23cfc

Browse files
author
Andrey Helldar
committed
Updated README.md
1 parent ff269c7 commit 4b23cfc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Instead, you may of course manually update your `require` block and run `compose
2929
}
3030
```
3131

32+
### Upgrade from `andrey-helldar/pretty-array`
33+
34+
1. Replace `"andrey-helldar/pretty-array": "^2.0"` with `"dragon-code/pretty-array": "^3.0"` in the `composer.json` file;
35+
2. Replace `Helldar\PrettyArray\Contracts\Caseable` with `DragonCode\Contracts\Pretty\Arr\Caseable`;
36+
3. Replace `Helldar\PrettyArray` namespace prefix with `DragonCode\PrettyArray`;
37+
4. Call the `composer update` console command.
38+
3239
## Introduction
3340

3441
> Q: Why did you create this package when there is a cooler [symfony/var-exporter](https://github.com/symfony/var-exporter)?

0 commit comments

Comments
 (0)