Skip to content

Commit

Permalink
Merge pull request #125 from patchlevel/make-symfony-console-optional
Browse files Browse the repository at this point in the history
make symfony console optional
  • Loading branch information
DavidBadura authored Dec 15, 2021
2 parents d5ed16a + 458a069 commit 536835e
Show file tree
Hide file tree
Showing 2 changed files with 2,687 additions and 2,698 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"ext-json": "^7.4|^8.0",
"doctrine/dbal": "^3.2.0",
"psr/cache": "^1.0.1|^2.0.0",
"psr/simple-cache": "^1.0.1|^2.0.0",
"symfony/console": "^4.4.18|^5.1.10"
"psr/simple-cache": "^1.0.1|^2.0.0"
},
"require-dev": {
"ext-pdo_sqlite": "^7.4|^8.0",
Expand All @@ -35,12 +34,14 @@
"phpstan/phpstan": "^1.2.0",
"phpunit/phpunit": "^9.5.4",
"psalm/plugin-phpunit": "^0.16.1",
"symfony/console": "^4.4.18|^5.1.10",
"symfony/messenger": "^4.4.18|^5.1.10",
"symfony/var-dumper": "^5.4.1",
"vimeo/psalm": "^4.15.0"
},
"suggest": {
"symfony/messenger": "for an advanced message bus"
"symfony/messenger": "for an advanced message bus as event bus",
"symfony/console": "to use the predefined cli commands"
},
"config": {
"preferred-install": {
Expand Down
Loading

0 comments on commit 536835e

Please sign in to comment.