Add composer dependency for zxcvbn-php
Hanno Böck

Hanno Böck commited on 2016-10-21 15:37:52
Zeige 3 geänderte Dateien mit 72 Einfügungen und 0 Löschungen.

... ...
@@ -1 +1,2 @@
1 1
 config.php
2
+/vendor/
... ...
@@ -0,0 +1,7 @@
1
+{
2
+    "name": "schokokeks/webinterface",
3
+    "license": "CC0",
4
+    "require": {
5
+        "bjeavons/zxcvbn-php": "^0.2"
6
+    }
7
+}
... ...
@@ -0,0 +1,64 @@
1
+{
2
+    "_readme": [
3
+        "This file locks the dependencies of your project to a known state",
4
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "hash": "bfc2fe6f39e33437d3ea24fb49f1f8ed",
8
+    "content-hash": "e38087576ed3d0c20699567373a626a1",
9
+    "packages": [
10
+        {
11
+            "name": "bjeavons/zxcvbn-php",
12
+            "version": "0.2.0",
13
+            "source": {
14
+                "type": "git",
15
+                "url": "https://github.com/bjeavons/zxcvbn-php.git",
16
+                "reference": "e9e242d76fc32de68af3b7e360b7179af05ced9e"
17
+            },
18
+            "dist": {
19
+                "type": "zip",
20
+                "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/e9e242d76fc32de68af3b7e360b7179af05ced9e",
21
+                "reference": "e9e242d76fc32de68af3b7e360b7179af05ced9e",
22
+                "shasum": ""
23
+            },
24
+            "require": {
25
+                "php": "^5.3 || ^7.0"
26
+            },
27
+            "require-dev": {
28
+                "phpunit/phpunit": "*",
29
+                "satooshi/php-coveralls": "*"
30
+            },
31
+            "type": "library",
32
+            "autoload": {
33
+                "psr-4": {
34
+                    "ZxcvbnPhp\\": "src/"
35
+                }
36
+            },
37
+            "notification-url": "https://packagist.org/downloads/",
38
+            "license": [
39
+                "MIT"
40
+            ],
41
+            "authors": [
42
+                {
43
+                    "name": "See contributors",
44
+                    "homepage": "https://github.com/bjeavons/zxcvbn-php"
45
+                }
46
+            ],
47
+            "description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
48
+            "homepage": "https://github.com/bjeavons/zxcvbn-php",
49
+            "keywords": [
50
+                "password",
51
+                "zxcvbn"
52
+            ],
53
+            "time": "2016-09-08 17:29:46"
54
+        }
55
+    ],
56
+    "packages-dev": [],
57
+    "aliases": [],
58
+    "minimum-stability": "stable",
59
+    "stability-flags": [],
60
+    "prefer-stable": false,
61
+    "prefer-lowest": false,
62
+    "platform": [],
63
+    "platform-dev": []
64
+}
0 65