Mercurial > hg > isophonics-drupal-site
diff vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.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/StandaloneExtensionManager.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php Tue Jul 10 15:07:59 2018 +0100 @@ -21,6 +21,8 @@ 'CreativeCommons\Feed' => Extension\CreativeCommons\Feed::class, 'DublinCore\Entry' => Extension\DublinCore\Entry::class, 'DublinCore\Feed' => Extension\DublinCore\Feed::class, + 'GooglePlayPodcast\Entry' => Extension\GooglePlayPodcast\Entry::class, + 'GooglePlayPodcast\Feed' => Extension\GooglePlayPodcast\Feed::class, 'Podcast\Entry' => Extension\Podcast\Entry::class, 'Podcast\Feed' => Extension\Podcast\Feed::class, 'Slash\Entry' => Extension\Slash\Entry::class,