diff --git a/.github/workflows/analyzers.yaml b/.github/workflows/analyzers.yaml index fbdbd31..f8f7ef5 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.3', '8.4', '8.5' ] + php-versions: [ '8.4', '8.5' ] composer-options: [ '--ignore-platform-req=php+' ] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index fb19bca..a0a18b6 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.3', '8.4', '8.5' ] + php-versions: [ '8.4', '8.5' ] composer-options: [ '--ignore-platform-req=php+' ] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5ad6bba..2cd190a 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.3', '8.4', '8.5' ] + php-versions: [ '8.4', '8.5' ] composer-options: [ '--ignore-platform-req=php+' ] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} diff --git a/composer.json b/composer.json index 3f49853..8e7b994 100644 --- a/composer.json +++ b/composer.json @@ -20,17 +20,20 @@ } ], "require": { - "php": "~8.3.0 || ~8.4.0 || ~8.5.0", + "php": "~8.4.0 || ~8.5.0", "ext-soap": "*", "ext-dom": "*", - "php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0", - "php-soap/engine": "^2.16", - "php-soap/wsdl": "^1.14", + "php-standard-library/file": "^6.1", + "php-standard-library/filesystem": "^6.1", + "php-standard-library/foundation": "^6.1", + "php-standard-library/type": "^6.1", + "php-soap/engine": "^2.20", + "php-soap/wsdl": "^1.19", "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { - "php-soap/engine-integration-tests": "^1.10", - "php-soap/xml": "^1.9", + "php-soap/engine-integration-tests": "^1.12", + "php-soap/xml": "^1.10", "phpunit/phpunit": "~12.3", "vimeo/psalm": "~6.13", "php-cs-fixer/shim": "~3.88" diff --git a/psalm.xml b/psalm.xml index 02b5f9b..3852272 100644 --- a/psalm.xml +++ b/psalm.xml @@ -3,7 +3,7 @@ errorLevel="2" resolveFromConfigFile="true" strictBinaryOperands="true" - phpVersion="8.1" + phpVersion="8.4" allowStringToStandInForClass="true" rememberPropertyAssignmentsAfterCall="false" skipChecksOnUnresolvableIncludes="false"