Skip to content

Commit cc31318

Browse files
committed
Merge branch 'master' into 2.0
Conflicts: readme.md src/config/formatter.php
2 parents 2fa5204 + 035ebef commit cc31318

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Through composer.json:
2121

2222
```json
2323
{
24-
"require": {
25-
"soapbox/laravel-formatter": "2.x"
26-
}
24+
"require": {
25+
"soapbox/laravel-formatter": "2.x"
26+
}
2727
}
2828

2929
```
@@ -95,3 +95,4 @@ __PHP Export__
9595
```php
9696
$export = var_export($formatter->toArray());
9797
```
98+

0 commit comments

Comments
 (0)