From b6b041e13a076cc032b091e0580d7c8c5a956fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20St=C3=B6ckel?= Date: Fri, 6 Aug 2021 13:29:01 +0200 Subject: [PATCH] Change PHP Dependency from >= to ^ --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48fd95a3..34e4bb16 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,9 @@ { + "name": "grocy/grocy", + "description": "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home", + "license": "MIT", "require": { - "php": ">=8.0", + "php": "^8.0", "slim/slim": "^4.0", "slim/psr7": "^1.0", "slim/http": "^1.0",