diff --git a/composer.json b/composer.json index d57dbbb..633e69f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "config": { "sort-packages": true, "platform": { - "php": "8.0.99" + "php": "8.1.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -25,16 +25,16 @@ "class": "Laminas\\ApiTools\\AssetManager\\Plugin" }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "composer-plugin-api": "^1.1 || ^2.0", - "laminas/laminas-zendframework-bridge": "^1.0" + "laminas/laminas-zendframework-bridge": "^1.1" }, "require-dev": { - "composer/composer": "^1.4.1 || ^2.1.9", + "composer/composer": "^1.10.18 || ^2.1.9", "laminas/laminas-coding-standard": "~2.3.0", "mikey179/vfsstream": "^1.6.10", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.27", + "phpspec/prophecy-phpunit": "^2.0.1", + "phpunit/phpunit": "^9.6.11", "psalm/plugin-phpunit": "^0.16.1", "vimeo/psalm": "^4.30" }, diff --git a/composer.lock b/composer.lock index 6217955..fbe159e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7d3320e03bdb47ff3be45845317ebb87", + "content-hash": "1a7f7eb55bd91ebb601f1ca87e26ae80", "packages": [ { "name": "laminas/laminas-zendframework-bridge", @@ -2374,20 +2374,20 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.27", + "version": "9.6.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0", + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -2416,8 +2416,8 @@ "sebastian/version": "^3.0.2" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" @@ -2425,7 +2425,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } }, "autoload": { @@ -2456,7 +2456,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11" }, "funding": [ { @@ -2472,7 +2473,7 @@ "type": "tidelift" } ], - "time": "2022-12-09T07:31:23+00:00" + "time": "2023-08-19T07:10:56+00:00" }, { "name": "psalm/plugin-phpunit", @@ -5314,12 +5315,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "composer-plugin-api": "^1.1 || ^2.0" }, "platform-dev": [], "platform-overrides": { - "php": "8.0.99" + "php": "8.1.99" }, "plugin-api-version": "2.3.0" }