Skip to content

Commit

Permalink
Merge branch 'master' into 2.0
Browse files Browse the repository at this point in the history
Conflicts:
	readme.md
	src/config/formatter.php
  • Loading branch information
Jaspaul committed Oct 20, 2014
2 parents 2fa5204 + 035ebef commit cc31318
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Through composer.json:

```json
{
"require": {
"soapbox/laravel-formatter": "2.x"
}
"require": {
"soapbox/laravel-formatter": "2.x"
}
}

```
Expand Down Expand Up @@ -95,3 +95,4 @@ __PHP Export__
```php
$export = var_export($formatter->toArray());
```

0 comments on commit cc31318

Please sign in to comment.