Skip to content

Commit

Permalink
Update paragonie/constant_time_encoding requirement || ^3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [paragonie/constant_time_encoding](https:/paragonie/constant_time_encoding) to permit the latest version.
- [Release notes](https:/paragonie/constant_time_encoding/releases)
- [Commits](paragonie/constant_time_encoding@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: paragonie/constant_time_encoding
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 46451e5 commit c87d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=8.1",
"ext-mbstring": "*",
"paragonie/constant_time_encoding": "^2.0",
"paragonie/constant_time_encoding": "^2.0 || ^3.0",
"psr/clock": "^1.0",
"symfony/deprecation-contracts": "^3.2"
},
Expand Down

0 comments on commit c87d3f3

Please sign in to comment.