Skip to content

Commit efa5558

Browse files
updates
1 parent f7de5aa commit efa5558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "SoapBox/laravel-formatter",
2+
"name": "soapbox/laravel-formatter",
33
"type": "library",
44
"description": "A Laravel 4 formatting library. Convert data output between XML/CSV/JSON/TXT/YAML/etc. The project builds on the work of Daniel Berry's Laravel 3 Formatter Bundle.",
55
"keywords": ["laravel", "formatter", "data","convert","csv", "xml", "yaml"],

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installation
1111
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `SoapBox/laravel-formatter`.
1212

1313
"require": {
14-
"SoapBox/laravel-formatter": "dev-master"
14+
"soapbox/laravel-formatter": "dev-master"
1515
}
1616

1717
Next, update Composer from the Terminal:

0 commit comments

Comments
 (0)