-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
110 lines (110 loc) · 3.61 KB
/
composer.lock
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "78bba2ef7f40dc564a0a20217356efb2",
"content-hash": "c5f31b9bacdcbbb9039fa68f828036c9",
"packages": [
{
"name": "cgsmith/zf1-recaptcha-2",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/cgsmith/zf1-recaptcha-2.git",
"reference": "1e9b452d9303ac8a23118b35ba4a0c209b7bd7af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cgsmith/zf1-recaptcha-2/zipball/1e9b452d9303ac8a23118b35ba4a0c209b7bd7af",
"reference": "1e9b452d9303ac8a23118b35ba4a0c209b7bd7af",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"zendframework/zendframework1": "~1.12"
},
"type": "library",
"autoload": {
"psr-4": {
"Cgsmith\\": "src/Cgsmith"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Smith",
"email": "[email protected]",
"homepage": "http://www.cgsmith.net"
}
],
"description": "A quick package to assist with using Google reCAPTCHA version 2 with ZF1",
"keywords": [
"ZF1",
"google",
"recaptcha",
"zend"
],
"time": "2016-04-26 14:00:07"
},
{
"name": "zendframework/zendframework1",
"version": "1.12.19",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zf1.git",
"reference": "be2113109240b6682d90c25a05b6ae79927954f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zf1/zipball/be2113109240b6682d90c25a05b6ae79927954f3",
"reference": "be2113109240b6682d90c25a05b6ae79927954f3",
"shasum": ""
},
"require": {
"php": ">=5.2.11"
},
"require-dev": {
"phpunit/dbunit": "1.3.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12.x-dev"
}
},
"autoload": {
"psr-0": {
"Zend_": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"library/"
],
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 1",
"homepage": "http://framework.zend.com/",
"keywords": [
"ZF1",
"framework"
],
"time": "2016-07-13 15:11:57"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}