From 494cbdb10fcff27cd6ae3e067e9c92aafcdc73f7 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Tue, 13 Jul 2021 18:45:48 +0200 Subject: [PATCH] #27 - lock ECS version (#28) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e96c54..3344b85 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "require": { "php": "^8.0", - "symplify/easy-coding-standard": "^9.3.12" + "symplify/easy-coding-standard": "9.3.12" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0",