Skip to content

Commit

Permalink
Merge pull request #647 from Slamdunk/symfony_7
Browse files Browse the repository at this point in the history
Add `symfony:7` support
  • Loading branch information
asgrim authored Nov 29, 2023
2 parents ce92115 + a90621c commit c11a842
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 44 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"monolog/monolog": "^3.5.0",
"psr/log": "^2.0.0 || ^3.0.0",
"psr/simple-cache": "^2.0.0 || ^3.0.0",
"symfony/console": "^6.3.8",
"symfony/filesystem": "^6.3.1"
"symfony/console": "^6.4.0 || ^7.0.0",
"symfony/filesystem": "^6.4.0 || ^7.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
Expand Down
88 changes: 46 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c11a842

Please sign in to comment.