From 31ecda89b28495ee89fffdb853ed9eea3e0c283c Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Wed, 2 Aug 2023 09:16:33 -0600 Subject: [PATCH] nusoap --- composer.json | 3 ++- composer.lock | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 72 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 89e8fe0..05eac00 100644 --- a/composer.json +++ b/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" } } diff --git a/composer.lock b/composer.lock index 8fc0a45..bb90329 100644 --- a/composer.lock +++ b/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",