Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
composer.json cleanup and adding the support section to the file
  • Loading branch information
nyamsprod committed Nov 7, 2014
1 parent c14b04f commit 8295ee5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
"role" : "Developer"
}
],
"support": {
"forum": "https://groups.google.com/forum/#!forum/thephpleague",
"issues": "https://github.com/thephpleague/csv/issues"
},
"require": {
"php" : ">=5.4.0",
"ext-mbstring" : "*"
},
"require-dev": {
"phpunit/phpunit" : "~4.0",
"squizlabs/php_codesniffer": "~1.5"
"phpunit/phpunit" : "~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8295ee5

Please sign in to comment.