Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: hakre <hanskrentel@yahoo.de>
  • Loading branch information
hakre authored and rmccue committed Oct 13, 2012
1 parent fad1467 commit 204e41c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
@@ -0,0 +1,28 @@
{
"name": "simplepie/simplepie",
"description": "A simple Atom/RSS parsing library for PHP",
"version": "1.3.0-dev",
"type": "library",
"keywords": ["rss", "atom", "feeds"],
"homepage": "http://simplepie.org/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ryan Parman"
},
{
"name": "Geoffrey Sneddon"
},
{
"name": "Ryan McCue"
}
],
"require": {
"php": ">=5.1.4"
},
"autoload": {
"psr-0": {
"SimplePie": "SimplePie/"
}
}
}

0 comments on commit 204e41c

Please sign in to comment.