From 31064d373952921cfe31bd03d5e4c1d448d56a8f Mon Sep 17 00:00:00 2001 From: Roman Zaycev Date: Mon, 22 Jul 2024 21:08:44 +0700 Subject: [PATCH] Bump `olifanton/typed-arrays` version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 67a1c39..4c57236 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require": { "php": ">=8.1", "ext-mbstring": "*", - "olifanton/typed-arrays": "^1.0.1", + "olifanton/typed-arrays": "^1.0.2", "myclabs/deep-copy": "^1.11", "brick/math": ">=0.10" }, @@ -45,7 +45,7 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", - "overtrue/phplint": "^9.0", + "overtrue/phplint": "9.3.1", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5" },