Skip to content

Commit 22aaf44

Browse files
committed
Support thecodingmachine/safe version ^2
1 parent 02eaf21 commit 22aaf44

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v5.3.0
11+
12+
### Added
13+
14+
- Support `thecodingmachine/safe` version `^2`
15+
1016
## v5.2.0
1117

1218
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ext-json": "*",
1919
"egulias/email-validator": "^2.1.17 || ^3",
2020
"spatie/regex": "^1.4",
21-
"thecodingmachine/safe": "^1.3",
21+
"thecodingmachine/safe": "^1.3 || ^2",
2222
"webonyx/graphql-php": "^0.13.9 || ^14"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)