Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 7af9dda

Browse files
committed
Fix: Add missing update instructions
1 parent 31559f4 commit 7af9dda

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,37 @@ For a full diff see [`0.8.0...0.9.0`][0.8.0...0.9.0].
1515
### Changed
1616

1717
* Renamed vendor namespace `Localheinz` to `Ergebnis` after move to [@ergebnis] ([#147]), by [@localheinz]
18-
*
18+
19+
Run
20+
21+
```
22+
$ composer remove localheinz/test-util
23+
```
24+
25+
and
26+
27+
```
28+
$ composer require ergebnis/test-util
29+
```
30+
31+
to update.
32+
33+
Run
34+
35+
```
36+
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Test\\Util/Ergebnis\\Test\\Util/g' {} \;
37+
```
38+
39+
to replace occurrences of `Localheinz\Test\Util` with `Ergebnis\Test\Util`.
40+
41+
Run
42+
43+
```
44+
$ find -type f -name '*.bak' -delete
45+
```
46+
47+
to delete backup files created in the previous step.
48+
1949
## [`0.8.0`][0.8.0]
2050

2151
For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].

0 commit comments

Comments
 (0)