Skip to content

Commit

Permalink
add symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2922806 authored Jun 26, 2024
1 parent 86a2153 commit 51aba5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"require": {
"php": "^8.1 || ^8.2",
"doctrine/doctrine-bundle": "^2.9",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"doctrine/migrations": "^3.6",
"symfony/config": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
}
}

0 comments on commit 51aba5b

Please sign in to comment.