Skip to content

Commit 385ca81

Browse files
author
Andrey Helldar
authored
Update README.md
1 parent 4af216c commit 385ca81

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,11 @@ Instead, you may of course manually update your `require` block and run `compose
2424
```json
2525
{
2626
"require": {
27-
"dragon-code/pretty-array": "^3.0"
27+
"dragon-code/pretty-array": "^4.0"
2828
}
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-
3932
## Introduction
4033

4134
> 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)