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

Allow all future PHP versions

parent 9c535bd5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3 || ^8.0",
"php": ">=7.3",
"ext-json": "*",
"ext-gmp": "*",
"ext-curl": "*",
......
......@@ -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": "a6d89ab07fc8903971c42d344fd8c328",
"content-hash": "692dce14c7b7c006be35d29ec8cee56e",
"packages": [
{
"name": "api-platform/core",
......@@ -10251,7 +10251,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3 || ^8.0",
"php": ">=7.3",
"ext-json": "*",
"ext-gmp": "*",
"ext-curl": "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment