Skip to content

Commit

Permalink
Comment from the review: The new symfony dependencies are only needed…
Browse files Browse the repository at this point in the history
… to get the console working, so they could perhaps be moved into dev dependencies
  • Loading branch information
miguelvaara committed Oct 1, 2024
1 parent 47338e6 commit d6001bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"monolog/monolog": "1.27.*",
"symfony/translation": "6.4.*",
"symfony/translation-contracts": "3.0.*",
"symfony/twig-bundle": "6.4.*",
"symfony/config": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/yaml": "^6.4",
Expand All @@ -30,6 +28,8 @@
"require-dev": {
"phpunit/phpunit": "9.5.*",
"symfony/dom-crawler": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/config": "6.4.*",
"mockery/mockery": "1.5.1",
"friendsofphp/php-cs-fixer": "3.16.*"
},
Expand Down

0 comments on commit d6001bc

Please sign in to comment.