Skip to content

Commit

Permalink
Composer file added.
Browse files Browse the repository at this point in the history
  • Loading branch information
samacs committed Sep 23, 2012
1 parent 6216bfb commit 1b36e44
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "shark/simple_html_dom",
"description": "Simple HTML DOM package.",
"keywords": ["dom", "php dom"],
"homepage": "http://simplehtmldom.sourceforge.net/",
"type": "library",
"authors": [
{
"name": "S.C. Chen",
"email": "me578022@gmail.com",
"homepage": "http://simplehtmldom.sourceforge.net/",
}
],
"autoload": {
"psr-0": {
"simple_html_dom": ""
}
}
}

0 comments on commit 1b36e44

Please sign in to comment.