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",