diff vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
line wrap: on
line diff
--- a/vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php	Tue Jul 10 15:07:59 2018 +0100
@@ -56,6 +56,14 @@
         'dublinCoreFeed'       => Extension\DublinCore\Feed::class,
         'DublinCoreFeed'       => Extension\DublinCore\Feed::class,
         'DublinCore\Feed'      => Extension\DublinCore\Feed::class,
+        'googleplaypodcastentry'  => Extension\GooglePlayPodcast\Entry::class,
+        'googlePlayPodcastEntry'  => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcastEntry'  => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcast\Entry' => Extension\GooglePlayPodcast\Entry::class,
+        'googleplaypodcastfeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'googlePlayPodcastFeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcastFeed'   => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcast\Feed'  => Extension\GooglePlayPodcast\Feed::class,
         'podcastentry'         => Extension\Podcast\Entry::class,
         'podcastEntry'         => Extension\Podcast\Entry::class,
         'PodcastEntry'         => Extension\Podcast\Entry::class,
@@ -95,6 +103,8 @@
         Extension\CreativeCommons\Feed::class  => InvokableFactory::class,
         Extension\DublinCore\Entry::class      => InvokableFactory::class,
         Extension\DublinCore\Feed::class       => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Entry::class => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Feed::class  => InvokableFactory::class,
         Extension\Podcast\Entry::class         => InvokableFactory::class,
         Extension\Podcast\Feed::class          => InvokableFactory::class,
         Extension\Slash\Entry::class           => InvokableFactory::class,
@@ -111,6 +121,8 @@
         'zendfeedreaderextensioncreativecommonsfeed'  => InvokableFactory::class,
         'zendfeedreaderextensiondublincoreentry'      => InvokableFactory::class,
         'zendfeedreaderextensiondublincorefeed'       => InvokableFactory::class,
+        'zendfeedreaderextensiongoogleplaypodcastentry' => InvokableFactory::class,
+        'zendfeedreaderextensiongoogleplaypodcastfeed'  => InvokableFactory::class,
         'zendfeedreaderextensionpodcastentry'         => InvokableFactory::class,
         'zendfeedreaderextensionpodcastfeed'          => InvokableFactory::class,
         'zendfeedreaderextensionslashentry'           => InvokableFactory::class,