diff --git a/.github/workflows/analyzers.yaml b/.github/workflows/analyzers.yaml index e74b031..3af5260 100644 --- a/.github/workflows/analyzers.yaml +++ b/.github/workflows/analyzers.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.0', '8.1'] + php-versions: ['8.1', '8.2'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index c6c3e1d..67f9f6f 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.0', '8.1'] + php-versions: ['8.1', '8.2'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 87c98bf..37f4910 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.0', '8.1'] + php-versions: ['8.1', '8.2'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/.phive/phars.xml b/.phive/phars.xml index 980defa..2c4c998 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/composer.json b/composer.json index b8f572f..913e94b 100644 --- a/composer.json +++ b/composer.json @@ -20,26 +20,26 @@ } ], "require": { - "php": "^8.0", + "php": "~8.1.0 || ~8.2.0", "ext-dom": "*", - "php-soap/engine": "^1.0", - "php-soap/wsdl": "^1.0", - "php-soap/xml": "^1.3", + "php-soap/engine": "^1.3", + "php-soap/wsdl": "^1.3", + "php-soap/xml": "^1.4", "php-http/discovery": "^1.12", "psr/http-client-implementation": "^1.0", "psr/http-factory-implementation": "^1.0", "psr/http-message-implementation": "^1.0", "psr/http-message": "^1.0.1", - "veewee/xml": "^1.2", + "veewee/xml": "^2.2", "php-http/client-common": "^2.3" }, "require-dev": { "ext-soap": "*", - "nyholm/psr7": "^1.3", - "php-http/mock-client": "^1.4", - "php-soap/ext-soap-engine": "^1.0", - "php-soap/engine-integration-tests": "^1.0", + "nyholm/psr7": "^1.5", + "php-http/mock-client": "^1.5", + "php-soap/ext-soap-engine": "^1.4", + "php-soap/engine-integration-tests": "^1.3", "phpunit/phpunit": "^9.5", - "guzzlehttp/guzzle": "^7.3" + "guzzlehttp/guzzle": "^7.5" } } diff --git a/psalm.xml b/psalm.xml index 4b4c3ff..abf4d36 100644 --- a/psalm.xml +++ b/psalm.xml @@ -2,9 +2,8 @@ setCassettePath(VCR_CASSETTE_DIR) ->enableLibraryHooks(['soap', 'curl']); VCR::turnOn(); +*/ diff --git a/tools/php-cs-fixer.phar b/tools/php-cs-fixer.phar index 55d1ba0..7912db6 100755 Binary files a/tools/php-cs-fixer.phar and b/tools/php-cs-fixer.phar differ diff --git a/tools/psalm.phar b/tools/psalm.phar index 0452e69..86184ee 100755 Binary files a/tools/psalm.phar and b/tools/psalm.phar differ