Skip to content

Commit

Permalink
Merge pull request #79 from franmomu/replace_zend_with_laminas
Browse files Browse the repository at this point in the history
Add missing command.xml and remove unused packages
  • Loading branch information
eko authored Sep 14, 2020
2 parents 4c2bcaa + beb9095 commit 442d5bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Resources/config/command.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<service id="Eko\FeedBundle\Command\FeedDumpCommand" autowire="false">
<tag name="symfony.console" />
<argument type="service" id="router" />
<argument type="service" id="Eko\FeedBundle\Feed\FeedManager" on-invalid="null" />
</service>
</services>

</container>
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"php": "^7.0",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/translation": "^4.0|^5.0",
"laminas/laminas-feed": "^2.0",
"laminas/laminas-servicemanager": "^2.0",
"laminas/laminas-http": "^2.0"
"laminas/laminas-feed": "^2.0"
},
"require-dev": {
"doctrine/orm": "~2.7",
Expand Down

0 comments on commit 442d5bb

Please sign in to comment.