Alejandro Rosales 2 years ago
parent
commit
31ecda89b2
2 changed files with 72 additions and 2 deletions
  1. 2 1
      composer.json
  2. 70 1
      composer.lock

+ 2 - 1
composer.json

@@ -3,6 +3,7 @@
         "vlucas/phpdotenv": "^5.5",
         "phpoffice/phpspreadsheet": "^1.25",
         "seinopsys/postgresql-database-class": "^3.1",
-        "justinrainbow/json-schema": "^5.2"
+        "justinrainbow/json-schema": "^5.2",
+        "econea/nusoap": "^0.9.15"
     }
 }

+ 70 - 1
composer.lock

@@ -4,8 +4,77 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "2b67052b0f31b7059a262343c2640316",
+    "content-hash": "0a22924d7e3c956701cec5f6067ec266",
     "packages": [
+        {
+            "name": "econea/nusoap",
+            "version": "v0.9.15",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/f00b4r/nusoap.git",
+                "reference": "a5fd9cbbb0b83c94a099dadc8936ec7c2e1acfe1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/f00b4r/nusoap/zipball/a5fd9cbbb0b83c94a099dadc8936ec7c2e1acfe1",
+                "reference": "a5fd9cbbb0b83c94a099dadc8936ec7c2e1acfe1",
+                "shasum": ""
+            },
+            "require": {
+                "ext-curl": "*",
+                "ext-json": "*",
+                "ext-xml": "*",
+                "ext-zlib": "*",
+                "php": ">=5.4"
+            },
+            "require-dev": {
+                "php-parallel-lint/php-parallel-lint": "~1.2.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "0.10.x-dev",
+                    "dev-develop": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-2.0-only"
+            ],
+            "authors": [
+                {
+                    "name": "Milan Felix Šulc",
+                    "homepage": "https://f3l1x.io"
+                }
+            ],
+            "description": "Fixed NuSOAP for PHP 5.4 - 8.2",
+            "homepage": "https://github.com/pwnlabs/nusoap",
+            "keywords": [
+                "client",
+                "http",
+                "nusoap",
+                "php",
+                "soap",
+                "transport",
+                "xml"
+            ],
+            "support": {
+                "issues": "https://github.com/f00b4r/nusoap/issues",
+                "source": "https://github.com/f00b4r/nusoap/tree/v0.9.15"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/f3l1x",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-03-09T11:29:13+00:00"
+        },
         {
             "name": "ezyang/htmlpurifier",
             "version": "v4.16.0",