diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 62fd0cb8a..bfab14cd5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f1d40dcfbbb2f5364ad55235efaeb5ab", + "content-hash": "62261cde663585403a8dd8fda5b85a95", "packages": [ { "name": "bshaffer/oauth2-server-php", @@ -668,6 +668,69 @@ "xml" ], "time": "2016-10-09T22:57:52+00:00" + }, + { + "name": "simplepie/simplepie", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/simplepie/simplepie.git", + "reference": "59e7204610d3a8989822eba1c0cbf1d1680bd10d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/59e7204610d3a8989822eba1c0cbf1d1680bd10d", + "reference": "59e7204610d3a8989822eba1c0cbf1d1680bd10d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4 || ~5" + }, + "suggest": { + "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" + }, + "type": "library", + "autoload": { + "psr-0": { + "SimplePie": "library" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ryan Parman", + "homepage": "http://ryanparman.com/", + "role": "Creator, alumnus developer" + }, + { + "name": "Geoffrey Sneddon", + "homepage": "http://gsnedders.com/", + "role": "Alumnus developer" + }, + { + "name": "Ryan McCue", + "email": "me@ryanmccue.info", + "homepage": "http://ryanmccue.info/", + "role": "Developer" + } + ], + "description": "A simple Atom/RSS parsing library for PHP", + "homepage": "http://simplepie.org/", + "keywords": [ + "atom", + "feeds", + "rss" + ], + "support": { + "source": "https://github.com/simplepie/simplepie/tree/master", + "issues": "https://github.com/simplepie/simplepie/issues" + }, + "time": "2017-04-06 03:36:48" } ], "packages-dev": [ @@ -3612,6 +3675,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { + "simplepie/simplepie": 20, "behat/behat": 0, "behat/mink-extension": 0, "behat/mink-goutte-driver": 0 |