Skip to content

Commit

Permalink
Merge pull request #5 from mybuilder/fix-command-symfony4
Browse files Browse the repository at this point in the history
Ensure command loaded within Symfony 4
  • Loading branch information
eddmann authored Nov 21, 2019
2 parents 5326593 + d0e9183 commit e76a7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ services:
arguments:
- "@annotation_reader"
- "%mybuilder.supervisor_bundle.exporter_config%"

# Ensure command is loaded within Symfony 4
MyBuilder\Bundle\SupervisorBundle\Command\DumpCommand:
tags:
- { name: 'console.command' }
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"francodacosta/supervisord": "~1.0",
"doctrine/annotations": "~1.0",
"symfony/console": "~2.7 || ~3.0 || ~4.0",
"symfony/config": "~2.7 || ~3.0 || ~4.0",
"symfony/framework-bundle": "~2.7 || ~3.0 || ~4.0",
"php": "~7.0"
},
Expand Down

0 comments on commit e76a7c0

Please sign in to comment.