Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 31, 2012
1 parent ea96d4e commit e695118
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "dg/rss-php",
"description": "RSS & Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feed.",
"keywords": ["rss", "atom", "feed"],
"homepage": "https://github.com/dg/rss-php",
"license": ["BSD-3"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"autoload": {
"classmap": ["feed.class.php"]
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction
RSS & Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feed


Project at GoogleCode: http://rss-php.googlecode.com
Project at GitHub: https://github.com/dg/rss-php
My PHP blog: http://phpfashion.com


Expand Down

0 comments on commit e695118

Please sign in to comment.