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.
thecodingmachine/safe
^2
1 parent 02eaf21 commit 22aaf44Copy full SHA for 22aaf44
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## v5.3.0
11
+
12
+### Added
13
14
+- Support `thecodingmachine/safe` version `^2`
15
16
## v5.2.0
17
18
### Added
composer.json
@@ -18,7 +18,7 @@
"ext-json": "*",
19
"egulias/email-validator": "^2.1.17 || ^3",
20
"spatie/regex": "^1.4",
21
- "thecodingmachine/safe": "^1.3",
+ "thecodingmachine/safe": "^1.3 || ^2",
22
"webonyx/graphql-php": "^0.13.9 || ^14"
23
},
24
"require-dev": {
0 commit comments