Skip to content

Commit cc4e6c3

Browse files
authored
feature #3 Allow v2.0 of hidden string (sstok)
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
2 parents 304f4a3 + 2c307d3 commit cc4e6c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"paragonie/constant_time_encoding": "^2.2",
21-
"paragonie/hidden-string": "^1.0",
21+
"paragonie/hidden-string": "^1.0 || ^2.0",
2222
"paragonie/sodium_compat": "^1.8"
2323
},
2424
"require-dev": {

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.2/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
66
beStrictAboutOutputDuringTests="true"
77
beStrictAboutTodoAnnotatedTests="true"

0 commit comments

Comments
 (0)