added composer config

This commit is contained in:
Gudule Lapointe
2023-06-21 08:22:34 -04:00
parent c16679367a
commit da59fc290d
4 changed files with 39 additions and 3 deletions
+1
View File
@@ -6,3 +6,4 @@
sources/
tmp/
includes/config.php
/vendor/
+7 -3
View File
@@ -1,7 +1,7 @@
# Flexible helper scripts 2
# OpenSimulator Helpers
- Version: 2.1
- Project URL: <https://github.com/GuduleLapointe/flexible_helper_scripts>
- Project URL: <https://github.com/magicoli/opensim-helpers>
- Donate: <https://w4os.org/donate/>
- Tags: OpenSimulator, Second Life, metaverse, avatar, web interface, helpers
- Requires PHP: 7.3
@@ -9,7 +9,11 @@
## Description
This is a collection of script to complement OpenSimulator server.
Helpers needed to enable common functionalties like search, currency, events in OpenSimulator grids.
They were initially based on a collection of different projects (see Credits below), but were entirely rewritten to use an unified code and set of parameters, as well as for integration in larger projects like [w4os OpenSim WordPress Interface](https://w4os.org/).
Also known as Flexible Helper Scripts.
### Features
+13
View File
@@ -0,0 +1,13 @@
{
"name": "magicoli/opensim-helpers",
"description": "Helpers needed to enable common functionalties like search, currency, events in OpenSimulator grids.",
"type": "library",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Gudule Lapointe",
"email": "gudule@speculoos.world"
}
],
"require": {}
}
Generated
+18
View File
@@ -0,0 +1,18 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "777c3bfd3bded60952059401c49bbb5a",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}