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 8943615 commit dd17019Copy full SHA for dd17019
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# loyalty-php-sdk
2
+## 2.1.1 (10.01.2022)
3
+* bump `ramsey/uuid` version requirements to `4.*`
4
+
5
## 2.1.0 (7.12.2021)
6
* bump php version requirements to `7.4` or `8.*`
7
composer.json
@@ -31,7 +31,7 @@
31
"eloquent/enumeration": "^5.1",
32
"crell/api-problem": "^3.0",
33
"giggsey/libphonenumber-for-php": "^8.12",
34
- "ramsey/uuid": "^3.9.3",
+ "ramsey/uuid": "4.*",
35
"symfony/http-foundation": "5.4.*"
36
},
37
"require-dev": {
0 commit comments