Skip to content

Commit

Permalink
Add composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Jul 3, 2015
1 parent a693082 commit 2ca65f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "goat1000/svggraph",
"description": "Generates SVG graphs",
"homepage": "http://www.goat1000.com/svggraph.php",
"license": "LGPL-3.0",
"require": {
"php": ">=5.2.0",
"lib-pcre": "*"
},
"autoload": {
"classmap": ["SVGGraph.php"]
}
}

0 comments on commit 2ca65f2

Please sign in to comment.