Skip to content

Commit 289bb34

Browse files
committed
Support thecodingmachine/safe:^2
1 parent c026ba6 commit 289bb34

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
@@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/php-utils/releases).
99

1010
## Unreleased
1111

12+
## v1.5.0
13+
14+
### Added
15+
16+
- Support `thecodingmachine/safe:^2`
17+
1218
## v1.4.0
1319

1420
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.4 || ^8",
1919
"illuminate/support": "^8.73 || ^9",
2020
"mll-lab/str_putcsv": "^1",
21-
"thecodingmachine/safe": "^1"
21+
"thecodingmachine/safe": "^1 || ^2"
2222
},
2323
"require-dev": {
2424
"ergebnis/composer-normalize": "^2",

0 commit comments

Comments
 (0)