Skip to content

Commit

Permalink
Downgrade to keccak 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Nov 8, 2021
1 parent 8417cf1 commit 203695e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
27 changes: 1 addition & 26 deletions plugins/tatum/LICENSE_3RD_PARTY_PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file was generated by the [PHP Legal Licenses](https://github.com/Comcast/p

## Dependencies

### kornrunner/keccak (Version dev-master | c22f0e9)
### kornrunner/keccak (Version 1.0.2 | b3cd83d)
Pure PHP implementation of Keccak
Homepage: Not configured.
Licenses Used: MIT
Expand All @@ -30,31 +30,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


### symfony/polyfill-mbstring (Version dev-main | 11b9acb)
Symfony polyfill for the Mbstring extension
Homepage: https://symfony.com
Licenses Used: MIT
Copyright (c) 2015-2019 Fabien Potencier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


### tatum/utils (Version 2.0.0.x-dev | no sha)
Utility functionality for all your WordPress plugins.
Homepage: Not configured.
Expand Down
2 changes: 1 addition & 1 deletion plugins/tatum/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"require": {
"kornrunner/keccak": "dev-master",
"kornrunner/keccak": "1.0.2",
"tatum/utils": "@dev"
},
"require-dev": {
Expand Down

0 comments on commit 203695e

Please sign in to comment.