Add RSS of Announcements feed to Dashboard page

This commit is contained in:
Nabeel Shahzad
2017-07-22 21:31:26 -05:00
parent 2c3f4eedf0
commit 29a60ba0ae
7 changed files with 81 additions and 8 deletions

44
composer.lock generated
View File

@@ -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": "b3b902af0d22fe654922a05444feedb8",
"content-hash": "2ab8f5fa4fb05e2eddd93396aadd3f94",
"packages": [
{
"name": "anlutro/l4-settings",
@@ -288,6 +288,48 @@
],
"time": "2016-08-30T16:08:34+00:00"
},
{
"name": "dg/rss-php",
"version": "v1.2",
"source": {
"type": "git",
"url": "https://github.com/dg/rss-php.git",
"reference": "b33661748d89d8c0c288e8d86feada6018d05031"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/rss-php/zipball/b33661748d89d8c0c288e8d86feada6018d05031",
"reference": "b33661748d89d8c0c288e8d86feada6018d05031",
"shasum": ""
},
"require": {
"php": ">=5.2.2"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"description": "RSS & Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feed",
"homepage": "https://github.com/dg/rss-php",
"keywords": [
"atom",
"feed",
"rss"
],
"time": "2015-07-02T11:54:05+00:00"
},
{
"name": "doctrine/annotations",
"version": "v1.4.0",