Skip to content

Commit

Permalink
chore: Adds Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Feb 10, 2024
1 parent 963f24e commit 2e1cb00
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 @@ -17,7 +17,7 @@
"require": {
"php": "^8.1",
"laravel/prompts": "^0.1.0",
"nunomaduro/termwind": "^1.5",
"symfony/console": "^5.0|^6.0"
"nunomaduro/termwind": "^1.5|^2.0",
"symfony/console": "^5.0|^6.0|^7.0"
}
}

0 comments on commit 2e1cb00

Please sign in to comment.