Skip to content

Commit

Permalink
Updated dependency symfony/console to ^5.0 || ^6.0.19 || ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzm0 committed Sep 10, 2024
1 parent 3ab78a3 commit 2756266
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 95 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.1.99"
"php": "8.2.99"
}
},
"extra": {
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-diactoros": "^2.25.2 || ^3.0",
Expand All @@ -47,7 +47,7 @@
"psr/http-message-implementation": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^5.0 || ^6.0.19",
"symfony/console": "^5.0 || ^6.0.19 || ^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down
116 changes: 24 additions & 92 deletions composer.lock

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

0 comments on commit 2756266

Please sign in to comment.