Skip to content

Commit

Permalink
Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 authored and bobvandevijver committed Jan 16, 2024
1 parent 5061fa1 commit 06cfe88
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 @@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=8.1",
"doctrine/orm": "~2.1",
"symfony/framework-bundle": ">=2.6",
"symfony/security-core": ">=2.6"
"php": "^8.1",
"doctrine/orm": "^2.16",
"symfony/framework-bundle": "^5.4|^6.4",
"symfony/security-core": "^5.4|^6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 06cfe88

Please sign in to comment.