mirror of
https://github.com/GuduleLapointe/opensim-helpers.git
synced 2026-08-14 08:52:11 +00:00
added composer config
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
sources/
|
||||
tmp/
|
||||
includes/config.php
|
||||
/vendor/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user