We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e3a01 commit 5f23eccCopy full SHA for 5f23ecc
composer.json
@@ -21,12 +21,12 @@
21
}
22
],
23
"require": {
24
- "php": "8.1.* || 8.2.* || 8.3.* || 8.4.*",
+ "php": "^8.1",
25
"neos/flow": "^7.3 || ^8.0 || ^9.0",
26
"guzzlehttp/guzzle": "^6.0 || ^7.0",
27
"league/oauth2-client": "^2.6.1",
28
- "ramsey/uuid": "^3.0 || ^4.0",
29
- "paragonie/sodium_compat": "^1.10"
+ "ramsey/uuid": "^4.0",
+ "paragonie/sodium_compat": "^1.10 || ^2.0.1"
30
},
31
"autoload": {
32
"psr-4": {
0 commit comments