From f6750886b7a835999f19cc90d15e9897c3f2750c Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Fri, 25 Oct 2024 11:05:02 +0200 Subject: [PATCH] Bump dependencies --- .github/workflows/grumphp.yml | 2 +- composer.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/grumphp.yml b/.github/workflows/grumphp.yml index 3471b198..633276f0 100644 --- a/.github/workflows/grumphp.yml +++ b/.github/workflows/grumphp.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: ['windows-latest', 'ubuntu-latest'] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: [ '8.2', '8.3', '8.4' ] composer-options: ['', '--prefer-lowest'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }} diff --git a/composer.json b/composer.json index a3674f00..43e27227 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "azjezz/psl": "^2.1", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "azjezz/psl": "^3.0", "laminas/laminas-code": "^4.8.0", - "php-soap/engine": "^2.7", - "php-soap/ext-soap-engine": "^1.4", - "php-soap/psr18-transport": "^1.3", - "php-soap/wsdl-reader": "~0.6", + "php-soap/engine": "^2.13", + "php-soap/ext-soap-engine": "^1.7", + "php-soap/psr18-transport": "^1.7", + "php-soap/wsdl-reader": "~0.18", "psr/event-dispatcher": "^1.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/console": "~5.4 || ~6.0 || ~7.0", @@ -31,11 +31,11 @@ "nyholm/psr7": "^1.5", "php-http/vcr-plugin": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpro/grumphp-shim": "^2.3", + "phpro/grumphp-shim": "^2.9", "phpspec/phpspec": "~7.2", "phpspec/prophecy-phpunit": "^2.0.1", "phpstan/phpstan": "^1.10.15", - "phpunit/phpunit": "~9.5", + "phpunit/phpunit": "~10.5", "squizlabs/php_codesniffer": "^3.7.1" }, "config": {