From d0352521a6b611577e6945d461be8d37fead9e71 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 13 Dec 2023 21:40:49 +0000 Subject: [PATCH] Updated dependencies for PHP 8.3 support --- composer.json | 10 ++--- composer.lock | 114 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 74 insertions(+), 50 deletions(-) diff --git a/composer.json b/composer.json index 005c3c4..b11a33d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Minimal Application Factory for Mezzio", "type": "library", "require": { - "php": "8.1.*|8.2.*", + "php": "8.1.*|8.2.*|8.3.*", "laminas/laminas-diactoros": "^3.1", "laminas/laminas-httphandlerrunner": "^2.7", "laminas/laminas-stratigility": "^3.10", @@ -13,11 +13,11 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0", - "laminas/laminas-servicemanager": "^4.0@rc", - "mezzio/mezzio-fastroute": "^3.10", - "phpunit/phpunit": "^10.2", + "laminas/laminas-servicemanager": "^4.0@dev", + "mezzio/mezzio-fastroute": "^3.11", + "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.14" + "vimeo/psalm": "^5.17" }, "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index 0bb6f51..814bf31 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": "2b8c6b257224ea562f3cc39a6e7950ff", + "content-hash": "26f467fef6376591b5570e1ca5e82e25", "packages": [ { "name": "fig/http-message-util", @@ -1110,26 +1110,26 @@ }, { "name": "brick/varexporter", - "version": "0.3.8", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/brick/varexporter.git", - "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed" + "reference": "2fd038f7c9d12d468130c6e1b3ce06e4160a7dbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed", - "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed", + "url": "https://api.github.com/repos/brick/varexporter/zipball/2fd038f7c9d12d468130c6e1b3ce06e4160a7dbb", + "reference": "2fd038f7c9d12d468130c6e1b3ce06e4160a7dbb", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^8.5 || ^9.0", - "vimeo/psalm": "4.23.0" + "vimeo/psalm": "5.15.0" }, "type": "library", "autoload": { @@ -1147,7 +1147,7 @@ ], "support": { "issues": "https://github.com/brick/varexporter/issues", - "source": "https://github.com/brick/varexporter/tree/0.3.8" + "source": "https://github.com/brick/varexporter/tree/0.4.0" }, "funding": [ { @@ -1155,7 +1155,7 @@ "type": "github" } ], - "time": "2023-01-21T23:05:38+00:00" + "time": "2023-09-01T21:10:07+00:00" }, { "name": "composer/package-versions-deprecated", @@ -1830,22 +1830,22 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "4.0.0-rc2", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "52c22eb4e8e21a4176cf4c0a1793990b8655a4e1" + "reference": "c902c4144e491d9cb2b3b652db3ac5cfc96abf42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/52c22eb4e8e21a4176cf4c0a1793990b8655a4e1", - "reference": "52c22eb4e8e21a4176cf4c0a1793990b8655a4e1", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/c902c4144e491d9cb2b3b652db3ac5cfc96abf42", + "reference": "c902c4144e491d9cb2b3b652db3ac5cfc96abf42", "shasum": "" }, "require": { - "brick/varexporter": "^0.3.8", + "brick/varexporter": "^0.3.8 || ^0.4.0", "laminas/laminas-stdlib": "^3.17", - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/container": "^1.1 || ^2.0" }, "conflict": { @@ -1861,11 +1861,11 @@ "friendsofphp/proxy-manager-lts": "^1", "laminas/laminas-cli": "^1.8", "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-container-config-test": "dev-qa/service-manager-v4", + "laminas/laminas-container-config-test": "^1.0", "lctrs/psalm-psr-container-plugin": "^1.9", "mikey179/vfsstream": "^1.6.11@alpha", "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^10.4", "psalm/plugin-phpunit": "^0.18.4", "symfony/console": "^6.0", "vimeo/psalm": "^5.10" @@ -1874,6 +1874,7 @@ "friendsofphp/proxy-manager-lts": "To handle lazy initialization of services", "laminas/laminas-cli": "To consume CLI commands provided by this component" }, + "default-branch": true, "type": "library", "extra": { "laminas": { @@ -1905,7 +1906,7 @@ "chat": "https://laminas.dev/chat", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-servicemanager/issues", - "source": "https://github.com/laminas/laminas-servicemanager/tree/4.0.0-rc2" + "source": "https://github.com/laminas/laminas-servicemanager/tree/4.0.x" }, "funding": [ { @@ -1913,7 +1914,7 @@ "type": "community_bridge" } ], - "time": "2023-05-31T00:52:33+00:00" + "time": "2023-10-11T18:25:45+00:00" }, { "name": "laminas/laminas-stdlib", @@ -4043,32 +4044,32 @@ }, { "name": "slevomat/coding-standard", - "version": "8.13.4", + "version": "8.14.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322" + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/4b2af2fb17773656d02fbfb5d18024ebd19fe322", - "reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926", + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": "^1.23.0", + "phpstan/phpdoc-parser": "^1.23.1", "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.10.26", - "phpstan/phpstan-deprecation-rules": "1.1.3", - "phpstan/phpstan-phpunit": "1.3.13", + "phpstan/phpstan": "1.10.37", + "phpstan/phpstan-deprecation-rules": "1.1.4", + "phpstan/phpstan-phpunit": "1.3.14", "phpstan/phpstan-strict-rules": "1.5.1", - "phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.2.6" + "phpunit/phpunit": "8.5.21|9.6.8|10.3.5" }, "type": "phpcodesniffer-standard", "extra": { @@ -4092,7 +4093,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.13.4" + "source": "https://github.com/slevomat/coding-standard/tree/8.14.1" }, "funding": [ { @@ -4104,7 +4105,7 @@ "type": "tidelift" } ], - "time": "2023-07-25T10:28:55+00:00" + "time": "2023-10-08T07:28:08+00:00" }, { "name": "spatie/array-to-xml", @@ -4171,16 +4172,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.2", + "version": "3.8.0", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", + "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7", + "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7", "shasum": "" }, "require": { @@ -4190,7 +4191,7 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/phpcs", @@ -4209,22 +4210,45 @@ "authors": [ { "name": "Greg Sherwood", - "role": "lead" + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", "standards", "static analysis" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, - "time": "2023-02-22T23:07:41+00:00" + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2023-12-08T12:32:31+00:00" }, { "name": "symfony/console", @@ -5112,13 +5136,13 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "laminas/laminas-servicemanager": 5 + "laminas/laminas-servicemanager": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "8.1.*|8.2.*" + "php": "8.1.*|8.2.*|8.3.*" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }