Skip to content

Commit

Permalink
Merge pull request #14 from barduck007/1.1
Browse files Browse the repository at this point in the history
Fix deprecated usages for SF 2.6 and upgrade compatibility for SF 3.0
  • Loading branch information
fkrauthan committed Jan 29, 2016
2 parents 7d112a8 + 4b5920a commit 06ae300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
</parameters>

<services>
<service id="fkr_simple_pie.rss" class="SimplePie" factory-class="%fkr_simple_pie.factory%" factory-method="create">
<service id="fkr_simple_pie.rss" class="SimplePie">
<factory class="%fkr_simple_pie.factory%" method="create" />
<argument>%fkr_simple_pie.cache_enabled%</argument>
<argument>%fkr_simple_pie.cache_dir%</argument>
<argument>%fkr_simple_pie.cache_duration%</argument>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0",
"symfony/framework-bundle": "~2.6|~3.0",
"simplepie/simplepie": "~1.3"
},
"autoload": {
Expand Down

0 comments on commit 06ae300

Please sign in to comment.