Skip to content

Commit 7b63b54

Browse files
Update toolkit/stdlib requirement from ~1.0 to ~1.0 || ~2.0
Updates the requirements on [toolkit/stdlib](https://github.com/php-toolkit/stdlib) to permit the latest version. - [Release notes](https://github.com/php-toolkit/stdlib/releases) - [Commits](php-toolkit/stdlib@v1.0.0...v2.0.12) --- updated-dependencies: - dependency-name: toolkit/stdlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbcfe83 commit 7b63b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">7.4.0",
1919
"ext-mbstring": "*",
20-
"toolkit/stdlib":"~1.0"
20+
"toolkit/stdlib":"~1.0 || ~2.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)