summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 86c10b000a3afb7d116ef3b97cceaf151bda1cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "woohoolabs/php-scrypt",
  "type": "php-ext",
  "license": "BSD-2-Clause",
  "description": "Extension exposing Colin Percival's scrypt hashing algorithm",
  "require": {
    "php": ">= 7.0.0"
  },
  "php-ext": {
    "extension-name": "scrypt"
  }
}