From 0d593765be322cf7dd3f4ea44ecf54cfb9838f7a Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 2 Feb 2023 07:57:06 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index f7caba8..b3dbca6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,12 @@ { "name": "codedredd/laravel-soap", "description": "A SoapClient wrapper integration for Laravel", - "keywords": ["laravel", "soap", "client", "wrapper"], + "keywords": [ + "laravel", + "soap", + "client", + "wrapper" + ], "license": "MIT", "authors": [ { @@ -10,36 +15,36 @@ } ], "require": { - "php": "^8.0 || ^8.1", + "php": "^8.1", "ext-soap": "*", "ext-bcmath": "*", "ext-intl": "*", "ext-json": "*", "ext-dom": "*", "ext-simplexml": "*", - "illuminate/http": "^9.0", - "illuminate/support": "^9.0", - "phpro/soap-client": "^v2.1.0", + "illuminate/http": "^10.0", + "illuminate/support": "^10.0", + "phpro/soap-client": "^2.3", "php-http/guzzle7-adapter": "^1.0", - "php-http/discovery": "^1.7", - "php-http/message": "^1.8", - "php-http/client-common": "^2.1", + "php-http/discovery": "^1.14", + "php-http/message": "^1.13", + "php-http/client-common": "^2.6", "robrichards/wse-php": "^2.0", "php-soap/psr18-transport": "^1.2", "php-soap/psr18-wsse-middleware": "^1.1", "veewee/xml": "^1.3", - "spatie/laravel-package-tools": "^1.11", - "illuminate/contracts": "^9.0" + "spatie/laravel-package-tools": "^1.14", + "illuminate/contracts": "^10.0" }, "require-dev": { "symfony/options-resolver": "^5.4.3", - "phpunit/phpunit": "^9.1", - "orchestra/testbench": "^7.0", - "laminas/laminas-code": "^4.5.1", - "nunomaduro/larastan": "^2.0", + "phpunit/phpunit": "^9.5.10", + "orchestra/testbench": "^8.0", + "laminas/laminas-code": "^4.8", + "nunomaduro/larastan": "^2.4", "nunomaduro/collision": "^6.1", "symplify/easy-ci": "^10.0", - "spatie/laravel-ray": "^1.29" + "spatie/laravel-ray": "^1.32" }, "autoload": { "psr-4": {