mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08:00
Merge pull request #1823 from nextcloud/enh/noid/composer-add-minor-version-back
composer - add back the minor versions instead of wildcards
This commit is contained in:
commit
6ae1222feb
1 changed files with 7 additions and 7 deletions
|
@ -9,13 +9,13 @@
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-sodium": "*",
|
"ext-sodium": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"slim/slim": "4.*",
|
"slim/slim": "^4.11",
|
||||||
"php-di/slim-bridge": "3.*",
|
"php-di/slim-bridge": "^3.3",
|
||||||
"guzzlehttp/guzzle": "7.*",
|
"guzzlehttp/guzzle": "^7.5",
|
||||||
"guzzlehttp/psr7": "2.*",
|
"guzzlehttp/psr7": "^2.4",
|
||||||
"http-interop/http-factory-guzzle": "1.*",
|
"http-interop/http-factory-guzzle": "^1.2",
|
||||||
"slim/twig-view": "3.*",
|
"slim/twig-view": "^3.3",
|
||||||
"slim/csrf": "1.*",
|
"slim/csrf": "^1.3",
|
||||||
"ext-apcu": "*"
|
"ext-apcu": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue