Skip to content

Commit dc01a79

Browse files
authored
chore: php version >= 8.2 (#6628)
* chore: php version >= 8.2 * down to sf 7.0 * symfony extra require * missing hal constraint
1 parent ff5c7a3 commit dc01a79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=8.1",
30+
"php": ">=8.2",
3131
"api-platform/documentation": "^4.0",
3232
"api-platform/hydra": "^4.0",
3333
"api-platform/json-hal": "^4.0",
@@ -85,6 +85,9 @@
8585
"branch-alias": {
8686
"dev-main": "4.0.x-dev",
8787
"dev-3.4": "3.4.x-dev"
88+
},
89+
"symfony": {
90+
"require": "^6.4 || ^7.1"
8891
}
8992
},
9093
"autoload-dev": {

0 commit comments

Comments
 (0)