Skip to content

Commit

Permalink
Composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubujka committed Oct 14, 2012
1 parent 058f107 commit 11ac96d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
@@ -0,0 +1,22 @@
{
"name": "bubujka/def",
"type": "library",
"description": "Function defining and redefining",
"keywords": ["function", "metaprogramming", "DSL"],
"homepage": "http://github.com/Bubujka/bu.defun",
"license": "MIT",
"authors": [
{
"name": "Aleksej Kamynin",
"email": "zendzirou@gmail.com",
"homepage": "http://bubujka.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": ["load.php"]
}
}

0 comments on commit 11ac96d

Please sign in to comment.