65a198735fe7e320ae76dbec469f3205bd63b21f
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

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)     ],
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

7)     "content-hash": "8e82fcd9fc27b40fafb297fc10633829",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

8)     "packages": [
9)         {
10)             "name": "bjeavons/zxcvbn-php",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

11)             "version": "0.3.0",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

12)             "source": {
13)                 "type": "git",
14)                 "url": "https://github.com/bjeavons/zxcvbn-php.git",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

15)                 "reference": "331a88932d1a399c989967d3399a4a40eb182fd5"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

16)             },
17)             "dist": {
18)                 "type": "zip",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

19)                 "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/331a88932d1a399c989967d3399a4a40eb182fd5",
20)                 "reference": "331a88932d1a399c989967d3399a4a40eb182fd5",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

21)                 "shasum": ""
22)             },
23)             "require": {
24)                 "php": "^5.3 || ^7.0"
25)             },
26)             "require-dev": {
27)                 "phpunit/phpunit": "*",
28)                 "satooshi/php-coveralls": "*"
29)             },
30)             "type": "library",
31)             "autoload": {
32)                 "psr-4": {
33)                     "ZxcvbnPhp\\": "src/"
34)                 }
35)             },
36)             "notification-url": "https://packagist.org/downloads/",
37)             "license": [
38)                 "MIT"
39)             ],
40)             "authors": [
41)                 {
42)                     "name": "See contributors",
43)                     "homepage": "https://github.com/bjeavons/zxcvbn-php"
44)                 }
45)             ],
46)             "description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
47)             "homepage": "https://github.com/bjeavons/zxcvbn-php",
48)             "keywords": [
49)                 "password",
50)                 "zxcvbn"
51)             ],
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

52)             "time": "2017-01-06T15:43:33+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

53)         },
54)         {
55)             "name": "giggsey/libphonenumber-for-php",
56)             "version": "8.8.9",
57)             "source": {
58)                 "type": "git",
59)                 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
60)                 "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e"
61)             },
62)             "dist": {
63)                 "type": "zip",
64)                 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e",
65)                 "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e",
66)                 "shasum": ""
67)             },
68)             "require": {
69)                 "ext-mbstring": "*",
70)                 "giggsey/locale": "^1.2",
71)                 "php": ">=5.3.2"
72)             },
73)             "require-dev": {
74)                 "pear/pear-core-minimal": "^1.9",
75)                 "pear/pear_exception": "^1.0",
76)                 "pear/versioncontrol_git": "^0.5",
77)                 "phing/phing": "^2.7",
78)                 "phpunit/phpunit": "^4.8|^5.0",
79)                 "satooshi/php-coveralls": "^1.0",
80)                 "symfony/console": "^2.8|^3.0"
81)             },
82)             "type": "library",
83)             "extra": {
84)                 "branch-alias": {
85)                     "dev-master": "8.x-dev"
86)                 }
87)             },
88)             "autoload": {
89)                 "psr-4": {
90)                     "libphonenumber\\": "src/"
91)                 },
92)                 "exclude-from-classmap": [
93)                     "/src/data/",
94)                     "/src/carrier/data/",
95)                     "/src/geocoding/data/",
96)                     "/src/timezone/data/"
97)                 ]
98)             },
99)             "notification-url": "https://packagist.org/downloads/",
100)             "license": [
101)                 "Apache-2.0"
102)             ],
103)             "authors": [
104)                 {
105)                     "name": "Joshua Gigg",
106)                     "email": "giggsey@gmail.com",
107)                     "homepage": "https://giggsey.com/"
108)                 }
109)             ],
110)             "description": "PHP Port of Google's libphonenumber",
111)             "homepage": "https://github.com/giggsey/libphonenumber-for-php",
112)             "keywords": [
113)                 "geocoding",
114)                 "geolocation",
115)                 "libphonenumber",
116)                 "mobile",
117)                 "phonenumber",
118)                 "validation"
119)             ],
120)             "time": "2018-01-09T19:14:30+00:00"
121)         },
122)         {
123)             "name": "giggsey/locale",
124)             "version": "1.4",
125)             "source": {
126)                 "type": "git",
127)                 "url": "https://github.com/giggsey/Locale.git",
128)                 "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c"
129)             },
130)             "dist": {
131)                 "type": "zip",
132)                 "url": "https://api.github.com/repos/giggsey/Locale/zipball/e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
133)                 "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
134)                 "shasum": ""
135)             },
136)             "require": {
137)                 "php": ">=5.3.2"
138)             },
139)             "require-dev": {
140)                 "pear/pear-core-minimal": "^1.9",
141)                 "pear/pear_exception": "^1.0",
142)                 "pear/versioncontrol_git": "^0.5",
143)                 "phing/phing": "~2.7",
144)                 "phpunit/phpunit": "^4.8|^5.0",
145)                 "satooshi/php-coveralls": "^1.0",
146)                 "symfony/console": "^2.8|^3.0",
147)                 "symfony/filesystem": "^2.8|^3.0",
148)                 "symfony/finder": "^2.8|^3.0",
149)                 "symfony/process": "^2.8|^3.0"
150)             },
151)             "type": "library",
152)             "autoload": {
153)                 "psr-4": {
154)                     "Giggsey\\Locale\\": "src/"
155)                 }
156)             },
157)             "notification-url": "https://packagist.org/downloads/",
158)             "license": [
159)                 "MIT"
160)             ],
161)             "authors": [
162)                 {
163)                     "name": "Joshua Gigg",
164)                     "email": "giggsey@gmail.com",
165)                     "homepage": "http://giggsey.com/"
166)                 }
167)             ],
168)             "description": "Locale functions required by libphonenumber-for-php",
169)             "time": "2017-11-01T21:34:27+00:00"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

170)         },
171)         {
172)             "name": "globalcitizen/php-iban",
173)             "version": "v2.6.1",
174)             "source": {
175)                 "type": "git",
176)                 "url": "https://github.com/globalcitizen/php-iban.git",
177)                 "reference": "3de32bd2c02ebb5fe0694fd28d2d1a5d2f0ec291"
178)             },
179)             "dist": {
180)                 "type": "zip",
181)                 "url": "https://api.github.com/repos/globalcitizen/php-iban/zipball/3de32bd2c02ebb5fe0694fd28d2d1a5d2f0ec291",
182)                 "reference": "3de32bd2c02ebb5fe0694fd28d2d1a5d2f0ec291",
183)                 "shasum": ""
184)             },
185)             "type": "library",
186)             "autoload": {
187)                 "files": [
188)                     "oophp-iban.php",
189)                     "php-iban.php"
190)                 ]
191)             },
192)             "notification-url": "https://packagist.org/downloads/",
193)             "license": [
194)                 "LGPL-3.0"
195)             ],
196)             "description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
197)             "time": "2017-08-10T17:28:10+00:00"