Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MWest2020 authored Sep 13, 2024
1 parent 4a29c2b commit 0c6d3e8
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "https://conduction.nl"
},
{
"name": "Remko Huisman (Conduction)",
"email": "[email protected]",
"homepage": ""
"homepage": "https://conduction.nl"
},
{
"name": "Ruben van der Linde (Conduction)",
"email": "[email protected]",
"homepage": "https://conduction.nl"
}
],
"autoload": {
Expand All @@ -29,16 +39,22 @@
"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",
"roave/security-advisories": "dev-latest"
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
"bamarni/composer-bin-plugin": true,
"php-http/discovery": true
},
"optimize-autoloader": true,
"sort-packages": true,
Expand Down

0 comments on commit 0c6d3e8

Please sign in to comment.