summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/composer.json')
-rw-r--r--vendor/fguillot/picofeed/composer.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/fguillot/picofeed/composer.json b/vendor/fguillot/picofeed/composer.json
deleted file mode 100644
index 8fd534b91..000000000
--- a/vendor/fguillot/picofeed/composer.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "fguillot/picofeed",
- "description": "Modern library to handle RSS/Atom feeds",
- "homepage": "https://github.com/fguillot/picoFeed",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Frédéric Guillot"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "ext-iconv": "*",
- "ext-dom": "*",
- "ext-xml": "*",
- "ext-libxml": "*",
- "ext-SimpleXML": "*"
- },
- "suggest": {
- "ext-curl": "PicoFeed will use cURL if present"
- },
- "autoload": {
- "psr-0": {"PicoFeed": "lib/"}
- },
- "bin" : [
- "picofeed"
- ]
-}