From 0c6d3e8c03f626e7aaa7c99d52211a72eee23f63 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:38:01 +0200 Subject: [PATCH] Update composer.json --- composer.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e43a19a..3176790 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,22 @@ { - "name": "nextcloud/dsonextcloud", - "description": "This is a DSO Nextcloud project for the municipality Buren and is done by ConductionNL", + "name": "conductionnl/zaakafhandelapp", + "description": "Manage your live roleplaying setting", "license": "AGPL-3.0-or-later", "authors": [ + { + "name": "Conduction b.v.", + "email": "info@conduction.nl", + "homepage": "https://conduction.nl" + }, { "name": "Remko Huisman (Conduction)", "email": "remko@conduction.nl", - "homepage": "" + "homepage": "https://conduction.nl" + }, + { + "name": "Ruben van der Linde (Conduction)", + "email": "ruben@conduction.nl", + "homepage": "https://conduction.nl" } ], "autoload": { @@ -29,8 +39,13 @@ "openapi": "generate-spec" }, "require": { + "php": "^8.1", + "adbario/php-dot-notation": "^3.3.0", "bamarni/composer-bin-plugin": "^1.8", - "php": "^8.1" + "elasticsearch/elasticsearch": "^v8.14.0", + "adbario/php-dot-notation": "^3.3.0", + "guzzlehttp/guzzle": "^7.0", + "symfony/uid": "^6.4" }, "require-dev": { "nextcloud/ocp": "dev-stable29", @@ -38,7 +53,8 @@ }, "config": { "allow-plugins": { - "bamarni/composer-bin-plugin": true + "bamarni/composer-bin-plugin": true, + "php-http/discovery": true }, "optimize-autoloader": true, "sort-packages": true,