diff --git a/.travis.yml b/.travis.yml index 76bf02b..69971d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ php: - 7.3 - 7.4 - 8.0 + - 8.1 before_install: # turn off XDebug diff --git a/composer.json b/composer.json index d9afd1b..afa7f8b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "econea/nusoap", "type": "library", - "description": "Fixed NuSOAP for PHP 5.4 - 8.0", + "description": "Fixed NuSOAP for PHP 5.4 - 8.1", "keywords": ["soap","nusoap","php","http","xml","transport","client"], "license": "LGPL-2.0-only", "homepage": "https://github.com/pwnlabs/nusoap", diff --git a/src/nusoap.php b/src/nusoap.php index c041ee5..b832afa 100755 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -1,7 +1,7 @@