Skip to content

Commit 06cfe88

Browse files
tobias-93bobvandevijver
authored andcommitted
Update version constraints
1 parent 5061fa1 commit 06cfe88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.1",
16-
"doctrine/orm": "~2.1",
17-
"symfony/framework-bundle": ">=2.6",
18-
"symfony/security-core": ">=2.6"
15+
"php": "^8.1",
16+
"doctrine/orm": "^2.16",
17+
"symfony/framework-bundle": "^5.4|^6.4",
18+
"symfony/security-core": "^5.4|^6.4"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)