Skip to content

Commit

Permalink
feature #3 Allow v2.0 of hidden string (sstok)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Fixed tickets | 
| License       | MPLv2.0




Commits
-------

2c307d3 Allow v2.0 of hidden string
  • Loading branch information
sstok authored May 26, 2021
2 parents 304f4a3 + 2c307d3 commit cc4e6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": ">=7.2",
"paragonie/constant_time_encoding": "^2.2",
"paragonie/hidden-string": "^1.0",
"paragonie/hidden-string": "^1.0 || ^2.0",
"paragonie/sodium_compat": "^1.8"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.2/phpunit.xsd"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
Expand Down

0 comments on commit cc4e6c3

Please sign in to comment.