Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/openlss/lib-array2xml/composer.json')
-rw-r--r--vendor/openlss/lib-array2xml/composer.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/openlss/lib-array2xml/composer.json b/vendor/openlss/lib-array2xml/composer.json
deleted file mode 100644
index 7471231..0000000
--- a/vendor/openlss/lib-array2xml/composer.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "openlss/lib-array2xml"
- ,"homepage": "https://www.nullivex.com"
- ,"description": "Array2XML conversion library credit to lalit.org"
- ,"license": "Apache-2.0"
- ,"type": "library"
- ,"keywords": [
- "array"
- ,"xml"
- ,"xml conversion"
- ,"array conversion"
- ]
- ,"authors": [
- {
- "name": "Bryan Tong"
- ,"email": "bryan@nullivex.com"
- ,"homepage": "https://www.nullivex.com"
- }
- ,{
- "name": "Tony Butler"
- ,"email": "spudz76@gmail.com"
- ,"homepage": "https://www.nullivex.com"
- }
- ]
- ,"require": {
- "php": ">=5.3.2"
- }
- ,"autoload": {
- "psr-0": {
- "LSS": ""
- }
- }
-}