From e695118cb1618401464670e46168fc3ac4b8cfcb Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 31 Aug 2012 04:04:19 +0200 Subject: [PATCH] added composer.json --- composer.json | 16 ++++++++++++++++ readme.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..009f990 --- /dev/null +++ b/composer.json @@ -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"] + } +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index cc6661c..ad0b885 100644 --- a/readme.txt +++ b/readme.txt @@ -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