Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 10, 2012
1 parent f70a2e4 commit 03a325b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "FrenkyNet/fuel-cart",
"type": "package",
"description": "Cart package for FuelPHP",
"keywords": ["cart","fuelphp"],
"homepage": "http://github.com/FrenkyNet/fuel-cart",
"license": "MIT",
"authors": [
{
"name": "Frank de Jonge",
"email": "frenky@frenky.net",
"homepage": "http://frenky.net"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 03a325b

Please sign in to comment.