Skip to content

Commit

Permalink
cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Aug 12, 2024
1 parent 832aa5c commit ceb0992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ Will be installed automatically through `composer install`:
- [deemru/curve25519](https://packagist.org/packages/deemru/curve25519)
- [deemru/cryptash](https://packagist.org/packages/deemru/cryptash)
- [deemru/pairs](https://packagist.org/packages/deemru/pairs)
- [composer/ca-bundle](https://packagist.org/packages/composer/ca-bundle)
- [cURL](http://php.net/manual/en/book.curl.php)
- [GMP](http://php.net/manual/en/book.gmp.php)
- [deemru/cloaked](https://packagist.org/packages/deemru/cloaked)
- [deemru/fetcher](https://packagist.org/packages/deemru/fetcher)
- [Multibyte String](http://php.net/manual/en/book.mbstring.php)
- [SQLite (PDO)](http://php.net/manual/en/ref.pdo-sqlite.php)

## Recommended

Expand Down
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@
],
"require": {
"php": ">=5.6",
"deemru/abcode": "1.0.*",
"deemru/blake2b": "1.0.*",
"deemru/curve25519": "1.0.*",
"deemru/cryptash": "1.0.*",
"deemru/pairs": "1.0.*",
"composer/ca-bundle": "*",
"google/protobuf": "^3.13",
"ext-curl": "*",
"ext-gmp": "*",
"ext-mbstring": "*",
"deemru/abcode": "^1.0",
"deemru/blake2b": "^1.0",
"deemru/curve25519": "^1.0",
"deemru/cryptash": "^1.0",
"deemru/pairs": "^1.0",
"deemru/cloaked": "^1.0",
"deemru/fetcher": "^1.0"
"deemru/fetcher": "^1.0",
"google/protobuf": "^3.13",
"ext-mbstring": "*"
},
"suggest": {
"ext-sodium": "Up to ~2000x faster sign/verify"
Expand Down

0 comments on commit ceb0992

Please sign in to comment.