Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Suzuki <[email protected]>
  • Loading branch information
kenjis committed Aug 16, 2014
1 parent a413c2c commit c9828d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "fuel/docs",
"description" : "FuelPHP 1.x Documenataion",
"type": "fuel-package",
"homepage": "https://github.com/fuel/docs",
"license": "MIT",
"authors": [
{
"name": "FuelPHP Development Team",
"email": "[email protected]"
}
],
"require": {
"composer/installers": "~1.0"
}
}

0 comments on commit c9828d8

Please sign in to comment.