From 3192825019c1973723786de40e03deb5aa7f08b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Nov 2021 07:37:46 +0100 Subject: update to 4.3.1 open https://github.com/cakephp/cakephp/issues/16101 test failure with OpenSSL 3.0 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ef3bd4b..fc8677c 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "laminas/laminas-diactoros": "^2.2.2", "laminas/laminas-httphandlerrunner": "^1.1", "league/container": "^4.1.1", + "psr/container": "^2.0", "psr/http-client": "^1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", @@ -110,7 +111,7 @@ "@psalm" ], "stan-tests": "phpstan.phar analyze -c tests/phpstan.neon", - "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:0.12.96 psalm/phar:~4.10.0 && mv composer.backup composer.json", + "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.0.0 psalm/phar:~4.11.0 && mv composer.backup composer.json", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml" }, -- cgit