Skip to content
Snippets Groups Projects
Commit 8b61756c authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Allow all future PHP versions

parent cb20e869
No related branches found
No related tags found
No related merge requests found
Pipeline #84019 passed
......@@ -3,7 +3,7 @@
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3 || ^8.0",
"php": ">=7.3",
"ext-fileinfo": "*",
"ext-json": "*",
"api-platform/core": "^2.6.6",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4d9d6236781ff52d751c49b6870d9683",
"content-hash": "97b3fa34ee833b8229501eff05867f2b",
"packages": [
{
"name": "api-platform/core",
......@@ -9666,7 +9666,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3 || ^8.0",
"php": ">=7.3",
"ext-fileinfo": "*",
"ext-json": "*"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment