-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.lock
156 lines (156 loc) · 5.2 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "c1b62537e444ba641bd9cb8707392ccb",
"packages": [
{
"name": "madcoda/php-youtube-api",
"version": "v1.0",
"source": {
"type": "git",
"url": "https://github.com/madcoda/php-youtube-api.git",
"reference": "b4d888316974012c5d98d85bf4bca1c6fe06b8be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/madcoda/php-youtube-api/zipball/b4d888316974012c5d98d85bf4bca1c6fe06b8be",
"reference": "b4d888316974012c5d98d85bf4bca1c6fe06b8be",
"shasum": ""
},
"require": {
"php": ">5.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*@stable"
},
"type": "library",
"autoload": {
"psr-0": {
"Madcoda": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Madcoda",
"email": "[email protected]"
}
],
"description": "PHP wrapper for the Youtube Data API v3",
"keywords": [
"api",
"madcoda",
"video",
"youtube"
],
"time": "2014-07-07 04:59:39"
},
{
"name": "misd/linkify",
"version": "v1.1.2",
"source": {
"type": "git",
"url": "https://github.com/misd-service-development/php-linkify.git",
"reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6",
"reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Misd\\Linkify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Wilkinson",
"email": "[email protected]"
}
],
"description": "Converts URLs and email addresses in text into HTML links",
"homepage": "https://github.com/misd-service-development/php-linkify",
"keywords": [
"convert",
"email address",
"link",
"url"
],
"time": "2014-05-12 11:52:18"
},
{
"name": "xamin/handlebars.php",
"version": "v0.10.0",
"source": {
"type": "git",
"url": "https://github.com/XaminProject/handlebars.php.git",
"reference": "ed57d8f7d75fb9d16ed89652aec9d747e7f440e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/XaminProject/handlebars.php/zipball/ed57d8f7d75fb9d16ed89652aec9d747e7f440e1",
"reference": "ed57d8f7d75fb9d16ed89652aec9d747e7f440e1",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "@stable",
"squizlabs/php_codesniffer": "@stable"
},
"type": "library",
"autoload": {
"psr-0": {
"Handlebars": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fzerorubigd",
"email": "[email protected]"
},
{
"name": "Behrooz Shabani (everplays)",
"email": "[email protected]"
}
],
"description": "Handlebars processor for php",
"homepage": "https://github.com/XaminProject/handlebars.php",
"time": "2014-11-18 07:02:04"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}