Skip to content

Commit 5f23ecc

Browse files
committed
Tweak Composer dependencies
1 parent b4e3a01 commit 5f23ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
}
2222
],
2323
"require": {
24-
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.*",
24+
"php": "^8.1",
2525
"neos/flow": "^7.3 || ^8.0 || ^9.0",
2626
"guzzlehttp/guzzle": "^6.0 || ^7.0",
2727
"league/oauth2-client": "^2.6.1",
28-
"ramsey/uuid": "^3.0 || ^4.0",
29-
"paragonie/sodium_compat": "^1.10"
28+
"ramsey/uuid": "^4.0",
29+
"paragonie/sodium_compat": "^1.10 || ^2.0.1"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)