-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.63 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "oyeaussie/phppwnedpasswordsdownloader",
"description": "PHPPwnedPasswordsDownloader is a tool to download pwned password hash files from HaveIBeenPwned API",
"keywords": [
"HaveIBeenPwned",
"downloader"
],
"authors": [
{
"name": "Oyeaussie",
"email": "[email protected]",
"homepage": "https://github.com/oyeaussie/PHPPwnedPasswordsDownloader"
}
],
"support": {
"source": "https://github.com/oyeaussie/PHPPwnedPasswordsDownloader",
"issues": "https://github.com/oyeaussie/PHPPwnedPasswordsDownloader/issues",
"docs": "https://github.com/oyeaussie/PHPPwnedPasswordsDownloader/wiki/1.-Description"
},
"funding": [
{
"url": "https://github.com/sponsors/oyeaussie",
"type": "github"
},
{
"url": "https://buymeacoffee.com/oyeaussie",
"type": "other"
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0",
"wp-cli/php-cli-tools": "*",
"nesbot/carbon": "*",
"carbon-cli/carbon-cli": "*",
"wp-cli/php-cli-tools": "^0.11.22",
"guzzlehttp/guzzle": "^7.8",
"league/flysystem": "^3.28"
},
"autoload": {
"psr-4": {
"PHPPwnedPasswordsDownloader\\": "src/"
}
},
"bin": [
"src/bin/hibp"
],
"minimum-stability": "dev",
"license": "MIT"
}