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 c026ba6 commit 289bb34Copy full SHA for 289bb34
CHANGELOG.md
@@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/php-utils/releases).
9
10
## Unreleased
11
12
+## v1.5.0
13
+
14
+### Added
15
16
+- Support `thecodingmachine/safe:^2`
17
18
## v1.4.0
19
20
### Added
composer.json
@@ -18,7 +18,7 @@
"php": "^7.4 || ^8",
"illuminate/support": "^8.73 || ^9",
"mll-lab/str_putcsv": "^1",
21
- "thecodingmachine/safe": "^1"
+ "thecodingmachine/safe": "^1 || ^2"
22
},
23
"require-dev": {
24
"ergebnis/composer-normalize": "^2",
0 commit comments