Mercurial > hg > isophonics-drupal-site
diff vendor/zendframework/zend-feed/src/Writer/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/Writer/ExtensionPluginManager.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php Tue Jul 10 15:07:59 2018 +0100 @@ -46,6 +46,30 @@ 'DublinCoreRendererFeed' => Extension\DublinCore\Renderer\Feed::class, 'DublinCoreRenderer\Feed' => Extension\DublinCore\Renderer\Feed::class, 'DublinCore\Renderer\Feed' => Extension\DublinCore\Renderer\Feed::class, + 'googleplaypodcastentry' => Extension\GooglePlayPodcast\Entry::class, + 'googleplaypodcastEntry' => Extension\GooglePlayPodcast\Entry::class, + 'googlePlayPodcastEntry' => Extension\GooglePlayPodcast\Entry::class, + 'GooglePlayPodcastEntry' => Extension\GooglePlayPodcast\Entry::class, + 'Googleplaypodcast\Entry' => 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, + 'GooglePlayPodcastFeed' => Extension\GooglePlayPodcast\Feed::class, + 'Googleplaypodcast\Feed' => Extension\GooglePlayPodcast\Feed::class, + 'GooglePlayPodcast\Feed' => Extension\GooglePlayPodcast\Feed::class, + 'googleplaypodcastrendererentry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'googleplaypodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'googlePlayPodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'GooglePlayPodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'GoogleplaypodcastRenderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'GooglePlayPodcast\Renderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class, + 'googleplaypodcastrendererfeed' => Extension\GooglePlayPodcast\Renderer\Feed::class, + 'googleplaypodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class, + 'googlePlayPodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class, + 'GooglePlayPodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class, + 'GoogleplaypodcastRenderer\Feed' => Extension\GooglePlayPodcast\Renderer\Feed::class, + 'GooglePlayPodcast\Renderer\Feed' => Extension\GooglePlayPodcast\Renderer\Feed::class, 'itunesentry' => Extension\ITunes\Entry::class, 'itunesEntry' => Extension\ITunes\Entry::class, 'iTunesEntry' => Extension\ITunes\Entry::class, @@ -97,6 +121,10 @@ Extension\Content\Renderer\Entry::class => InvokableFactory::class, Extension\DublinCore\Renderer\Entry::class => InvokableFactory::class, Extension\DublinCore\Renderer\Feed::class => InvokableFactory::class, + Extension\GooglePlayPodcast\Entry::class => InvokableFactory::class, + Extension\GooglePlayPodcast\Feed::class => InvokableFactory::class, + Extension\GooglePlayPodcast\Renderer\Entry::class => InvokableFactory::class, + Extension\GooglePlayPodcast\Renderer\Feed::class => InvokableFactory::class, Extension\ITunes\Entry::class => InvokableFactory::class, Extension\ITunes\Feed::class => InvokableFactory::class, Extension\ITunes\Renderer\Entry::class => InvokableFactory::class, @@ -111,6 +139,11 @@ 'zendfeedwriterextensioncontentrendererentry' => InvokableFactory::class, 'zendfeedwriterextensiondublincorerendererentry' => InvokableFactory::class, 'zendfeedwriterextensiondublincorerendererfeed' => InvokableFactory::class, + 'zendfeedwriterextensiongoogleplaypodcastentry' => InvokableFactory::class, + 'zendfeedwriterextensiongoogleplaypodcastfeed' => InvokableFactory::class, + 'zendfeedwriterextensiongoogleplaypodcastrendererentry' => InvokableFactory::class, + 'zendfeedwriterextensiongoogleplaypodcastrendererfeed' => InvokableFactory::class, + 'zendfeedwriterextensionitunesentry' => InvokableFactory::class, 'zendfeedwriterextensionitunesfeed' => InvokableFactory::class, 'zendfeedwriterextensionitunesrendererentry' => InvokableFactory::class,