Skip to content

Commit

Permalink
chore: php version >= 8.2 (#6628)
Browse files Browse the repository at this point in the history
* chore: php version >= 8.2

* down to sf 7.0

* symfony extra require

* missing hal constraint
  • Loading branch information
soyuka authored Sep 19, 2024
1 parent a7c3e39 commit 7647c5d
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 @@ -27,14 +27,14 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/documentation": "^3.4 || ^4.0",
"api-platform/json-schema": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"symfony/error-handler": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.1"
"symfony/error-handler": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0"
},
"require-dev": {
"phpspec/prophecy": "^1.19",
Expand Down Expand Up @@ -65,7 +65,7 @@
"dev-3.4": "3.4.x-dev"
},
"symfony": {
"require": "^6.1"
"require": "^6.4 || ^7.0"
}
},
"scripts": {
Expand Down

0 comments on commit 7647c5d

Please sign in to comment.