Skip to content

Commit

Permalink
fix: Require supported Symfony versions and adjust PHP requirement as…
Browse files Browse the repository at this point in the history
… a follow up (#104)

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored Nov 9, 2024
1 parent c8da0bc commit 93b8858
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 @@ -9,8 +9,8 @@
}
],
"require": {
"php": ">=8.0.2",
"symfony/console": "~6.3 || ^7.0"
"php": ">=8.1",
"symfony/console": "~6.4 || ^7.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 93b8858

Please sign in to comment.