Change PHP Dependency from >= to ^

This commit is contained in:
Kristian Stöckel 2021-08-06 13:29:01 +02:00
parent 53e405c4f8
commit b6b041e13a
No known key found for this signature in database
GPG Key ID: 3CE9C31E33083581

View File

@ -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": { "require": {
"php": ">=8.0", "php": "^8.0",
"slim/slim": "^4.0", "slim/slim": "^4.0",
"slim/psr7": "^1.0", "slim/psr7": "^1.0",
"slim/http": "^1.0", "slim/http": "^1.0",