Skip to content

Commit 9c488bc

Browse files
updating travis and composer information.
1 parent 086d423 commit 9c488bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ before_script:
88
- curl -s http://getcomposer.org/installer | php
99
- php composer.phar install --dev
1010

11-
script: phpunit
11+
script: phpunit
12+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soapbox/laravel-formatter",
33
"type": "library",
4-
"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.",
4+
"description": "A Laravel 4 formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others. ",
55
"keywords": ["laravel", "formatter", "data","convert","csv", "xml", "yaml"],
66
"homepage": "http://github.com/SoapBox/laravel-formatter",
77
"license": "MIT",

0 commit comments

Comments
 (0)