From 1db34f1d5c9896e669a0c5d302309724bca1402a Mon Sep 17 00:00:00 2001 From: Martin Jonas Date: Thu, 28 Jan 2021 13:10:50 +0100 Subject: [PATCH] limit dependencies for compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9bcac35..5735b26 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require": { "php": ">=5.6.0", - "nette/di": "^2.3", - "nette/application": "^2.3", + "nette/di": "2.3.*", + "nette/application": "2.3.*", "stripe/stripe-php": "^7.45.0" }, "require-dev": {