N°5287 Fix composer.json errors

See https://getcomposer.org/doc/03-cli.md#validate
This commit is contained in:
Pierre Goiffon
2022-07-05 15:08:07 +02:00
parent d388c3fd3d
commit 8a99c37200
4 changed files with 112 additions and 79 deletions

View File

@@ -1,6 +1,8 @@
{
"name": "combodo/itop",
"description": "IT Operations Portal",
"type": "project",
"license": "AGPLv3",
"license": "AGPL-3.0-or-later",
"require": {
"php": ">=7.0.8",
"ext-ctype": "*",