Change PHP Dependency from >= to ^ (#1566)

* Change PHP Dependency from >= to ^

* Remove name, description, license
This commit is contained in:
Kris
2021-08-06 15:49:14 +02:00
committed by GitHub
parent 1891bc6f32
commit eecb321086

View File

@@ -1,6 +1,6 @@
{
"require": {
"php": ">=8.0",
"php": "^8.0",
"slim/slim": "^4.0",
"slim/psr7": "^1.0",
"slim/http": "^1.0",