composer - add back the minor versions instead of wildcards

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-01-22 19:32:19 +01:00
parent 570b4820f8
commit 205b2c00be

View file

@ -9,13 +9,13 @@
"ext-json": "*",
"ext-sodium": "*",
"ext-curl": "*",
"slim/slim": "4.*",
"php-di/slim-bridge": "3.*",
"guzzlehttp/guzzle": "7.*",
"guzzlehttp/psr7": "2.*",
"http-interop/http-factory-guzzle": "1.*",
"slim/twig-view": "3.*",
"slim/csrf": "1.*",
"slim/slim": "^4.11",
"php-di/slim-bridge": "^3.3",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/psr7": "^2.4",
"http-interop/http-factory-guzzle": "^1.2",
"slim/twig-view": "^3.3",
"slim/csrf": "^1.3",
"ext-apcu": "*"
},
"scripts": {