diff --git a/Resources/config/feed.xml b/Resources/config/feed.xml index c19052b..8f73f2a 100644 --- a/Resources/config/feed.xml +++ b/Resources/config/feed.xml @@ -12,13 +12,13 @@ - + %eko_feed.config% - + @@ -27,9 +27,9 @@ - + - + diff --git a/composer.json b/composer.json index 4febeca..628822c 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,13 @@ { - "name": "eko/feedbundle", + "name": "muspi/feedbundle", "type": "library", - "description": "A Symfony bundle to build RSS feeds from entities", + "description": "A Symfony bundle to build RSS feeds from entities, clone from eko/feedbundle", "keywords": ["feed", "bundle", "rss", "atom"], "homepage": "http://github.com/eko/FeedBundle", - "license": "MIT", - "authors": [ - { - "name": "Vincent Composieux", - "email": "vincent.composieux@gmail.com" - } - ], + "license": "MIT", "require": { "php": "^5.4|^7.0", - "symfony/framework-bundle": "^2.5|^3.0", + "symfony/framework-bundle": "^2.5|^3.0|^4.0", "zendframework/zend-feed": ">=2.0", "zendframework/zend-servicemanager": ">=2.0", "zendframework/zend-http": ">=2.0" @@ -27,10 +21,5 @@ }, "autoload": { "psr-4": { "Eko\\FeedBundle\\": "" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } } }