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

Allow php 8.0

parent b0ac1846
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"brainmaestro/composer-git-hooks": "^2.8",
"dbp/relay-auth-bundle": "^0.1.4",
"dbp/relay-core-bundle": "^0.1.16",
......
......@@ -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": "ee03dac8f95789f3e8758dfad1ec443d",
"content-hash": "ac4727d95055df14b03cd04fb672185f",
"packages": [
{
"name": "api-platform/core",
......@@ -8738,7 +8738,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3"
"php": "^7.3 || ^8.0"
},
"platform-dev": [],
"platform-overrides": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment