mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Change PHP Dependency from >= to ^
This commit is contained in:
parent
53e405c4f8
commit
b6b041e13a
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user