From c65cd85f2fb13a4ec4d391a78488de8f0b1a9000 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 25 Mar 2024 22:06:41 +0100 Subject: [PATCH] Fixed php-http/message-factory issue and extended memory to 256M for phpstan --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2e7d30b68..50c5c1838 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,9 @@ "symfony/finder": "~4.0", "nyholm/psr7": "^1.5", "php-http/mock-client": "^1.5", - "symfony/http-client": "^5.0|^6.0", - "psr/http-factory" : "^1.0" + "symfony/http-client": "^5.0|^6.0|^7.0", + "psr/http-factory" : "^1.0", + "php-http/message-factory" : "^1.0" }, "autoload": { "psr-4": { @@ -51,7 +52,7 @@ "vendor/bin/phpunit --testdox -c phpunit-integration-cloud-tests.xml" ], "phpstan": [ - "phpstan analyse src --level 2 --no-progress" + "phpstan analyse src --level 2 --no-progress --memory-limit 256M" ] }, "config": {