mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Change PHP Dependency from >= to ^ (#1566)
* Change PHP Dependency from >= to ^ * Remove name, description, license
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=8.0",
|
||||
"php": "^8.0",
|
||||
"slim/slim": "^4.0",
|
||||
"slim/psr7": "^1.0",
|
||||
"slim/http": "^1.0",
|
||||
|
Reference in New Issue
Block a user