Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanolov committed May 4, 2014
1 parent 2e5126f commit 61334c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "chitanka/sfb-converter",
"type": "library",
"description": "SFB converter used by chitanka",
"keywords": ["sfb"],
"homepage": "https://github.com/bmanolov/sfb-converter",
"license": "MIT",
"authors": [
{
"name": "Borislav Manolov",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": { "Sfblib\\": "lib/" }
}
}

0 comments on commit 61334c7

Please sign in to comment.