This commit is contained in:
2023-08-02 09:16:33 -06:00
parent f0cc3c585d
commit 31ecda89b2
2 changed files with 72 additions and 2 deletions

View File

@@ -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"
}
}

71
composer.lock generated
View File

@@ -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",