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

Allow php 8

parent 04ffd7b7
No related branches found
No related tags found
No related merge requests found
Pipeline #61464 passed
......@@ -3,7 +3,7 @@
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"ext-fileinfo": "*",
"ext-json": "*",
"api-platform/core": "^2.6.3",
......
......@@ -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": "8318f062627324cb0c44914c8b4ac083",
"content-hash": "34f15df2aa0f926b4054d2e5b18d4a63",
"packages": [
{
"name": "api-platform/core",
......@@ -7729,6 +7729,7 @@
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
"time": "2015-12-17T08:42:14+00:00"
}
],
......@@ -7738,7 +7739,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"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