Skip to content

Commit 3b21677

Browse files
committed
add composer file back
1 parent c6ad00b commit 3b21677

File tree

1 file changed

+346
-0
lines changed

1 file changed

+346
-0
lines changed

vendor/composer/installed.json

Lines changed: 346 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,346 @@
1+
[
2+
{
3+
"name": "cmb2/cmb2",
4+
"version": "v2.5.1",
5+
"version_normalized": "2.5.1.0",
6+
"source": {
7+
"type": "git",
8+
"url": "https://github.com/CMB2/CMB2.git",
9+
"reference": "1129acf4b7689010789d830f6fba0b7b68ad51ff"
10+
},
11+
"dist": {
12+
"type": "zip",
13+
"url": "https://api.github.com/repos/CMB2/CMB2/zipball/1129acf4b7689010789d830f6fba0b7b68ad51ff",
14+
"reference": "1129acf4b7689010789d830f6fba0b7b68ad51ff",
15+
"shasum": ""
16+
},
17+
"require": {
18+
"php": ">5.2.4"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": "3.7.*"
22+
},
23+
"suggest": {
24+
"composer/installers": "~1.0"
25+
},
26+
"time": "2018-12-10T15:11:54+00:00",
27+
"type": "wordpress-plugin",
28+
"installation-source": "dist",
29+
"notification-url": "https://packagist.org/downloads/",
30+
"license": [
31+
"GPL-2.0-or-later"
32+
],
33+
"authors": [
34+
{
35+
"name": "WebDevStudios",
36+
"email": "[email protected]",
37+
"homepage": "https://github.com/WebDevStudios",
38+
"role": "Developer"
39+
},
40+
{
41+
"name": "Justin Sternberg",
42+
"email": "[email protected]",
43+
"homepage": "https://dsgnwrks.pro",
44+
"role": "Developer"
45+
}
46+
],
47+
"description": "CMB2 is a metabox, custom fields, and forms library for WordPress that will blow your mind.",
48+
"homepage": "https://github.com/CMB2/CMB2",
49+
"keywords": [
50+
"metabox",
51+
"plugin",
52+
"wordpress"
53+
]
54+
},
55+
{
56+
"name": "fig-r/psr2r-sniffer",
57+
"version": "0.3.1",
58+
"version_normalized": "0.3.1.0",
59+
"source": {
60+
"type": "git",
61+
"url": "https://github.com/php-fig-rectified/psr2r-sniffer.git",
62+
"reference": "cdf61b2922efb225903e52c6222d7192d3b97ebf"
63+
},
64+
"dist": {
65+
"type": "zip",
66+
"url": "https://api.github.com/repos/php-fig-rectified/psr2r-sniffer/zipball/cdf61b2922efb225903e52c6222d7192d3b97ebf",
67+
"reference": "cdf61b2922efb225903e52c6222d7192d3b97ebf",
68+
"shasum": ""
69+
},
70+
"require": {
71+
"php": ">=5.4.16",
72+
"squizlabs/php_codesniffer": "~2.3"
73+
},
74+
"time": "2016-07-11T14:35:34+00:00",
75+
"bin": [
76+
"bin/tokenize",
77+
"bin/sniff"
78+
],
79+
"type": "library",
80+
"installation-source": "dist",
81+
"autoload": {
82+
"psr-4": {
83+
"PSR2R\\": "PSR2R"
84+
}
85+
},
86+
"notification-url": "https://packagist.org/downloads/",
87+
"license": [
88+
"MIT"
89+
],
90+
"authors": [
91+
{
92+
"name": "Mark Scherer",
93+
"homepage": "http://www.dereuromark.de",
94+
"role": "Contributor"
95+
}
96+
],
97+
"description": "Code-Sniffer, Auto-Fixer and Tokenizer for PSR2-R"
98+
},
99+
{
100+
"name": "harvesthq/chosen",
101+
"version": "v1.8.7",
102+
"version_normalized": "1.8.7.0",
103+
"source": {
104+
"type": "git",
105+
"url": "https://github.com/harvesthq/chosen-package.git",
106+
"reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d"
107+
},
108+
"dist": {
109+
"type": "zip",
110+
"url": "https://api.github.com/repos/harvesthq/chosen-package/zipball/ad86732b668627c131e61ee8f0e6e9ed52e4db8d",
111+
"reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d",
112+
"shasum": ""
113+
},
114+
"time": "2018-06-28T20:32:51+00:00",
115+
"type": "library",
116+
"installation-source": "dist",
117+
"notification-url": "https://packagist.org/downloads/",
118+
"license": [
119+
"MIT"
120+
],
121+
"authors": [
122+
{
123+
"name": "Koen Punt",
124+
"homepage": "https://github.com/koenpunt"
125+
},
126+
{
127+
"name": "Patrick Filler",
128+
"homepage": "https://github.com/pfiller"
129+
},
130+
{
131+
"name": "Christophe Coevoet",
132+
"homepage": "https://github.com/stof"
133+
},
134+
{
135+
"name": "Ken Earley",
136+
"homepage": "https://github.com/kenearley"
137+
}
138+
],
139+
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
140+
"homepage": "https://harvesthq.github.io/chosen/",
141+
"keywords": [
142+
"dropdown",
143+
"form",
144+
"input",
145+
"multiselect",
146+
"select",
147+
"ui"
148+
]
149+
},
150+
{
151+
"name": "humanmade/coding-standards",
152+
"version": "0.2.2",
153+
"version_normalized": "0.2.2.0",
154+
"source": {
155+
"type": "git",
156+
"url": "https://github.com/humanmade/coding-standards.git",
157+
"reference": "f3974696bf139eb17049ae0ced114cbee1f86b20"
158+
},
159+
"dist": {
160+
"type": "zip",
161+
"url": "https://api.github.com/repos/humanmade/coding-standards/zipball/f3974696bf139eb17049ae0ced114cbee1f86b20",
162+
"reference": "f3974696bf139eb17049ae0ced114cbee1f86b20",
163+
"shasum": ""
164+
},
165+
"require": {
166+
"fig-r/psr2r-sniffer": "^0.3.1",
167+
"wp-coding-standards/wpcs": "^0.10.0"
168+
},
169+
"time": "2017-08-31T03:33:08+00:00",
170+
"type": "project",
171+
"installation-source": "dist",
172+
"notification-url": "https://packagist.org/downloads/",
173+
"license": [
174+
"GPL-2.0"
175+
],
176+
"description": "Human Made coding standards"
177+
},
178+
{
179+
"name": "johnbillion/extended-cpts",
180+
"version": "4.2.3",
181+
"version_normalized": "4.2.3.0",
182+
"source": {
183+
"type": "git",
184+
"url": "https://github.com/johnbillion/extended-cpts.git",
185+
"reference": "89ba13fa10c66b77f21aacdfb794ef3607814ed5"
186+
},
187+
"dist": {
188+
"type": "zip",
189+
"url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/89ba13fa10c66b77f21aacdfb794ef3607814ed5",
190+
"reference": "89ba13fa10c66b77f21aacdfb794ef3607814ed5",
191+
"shasum": ""
192+
},
193+
"require": {
194+
"php": "^7.0"
195+
},
196+
"require-dev": {
197+
"automattic/phpcs-neutron-standard": "^1.5",
198+
"johnbillion/php-docs-standards": "^1.2",
199+
"phpunit/phpunit": "^5.7",
200+
"slevomat/coding-standard": "^4.0",
201+
"wimg/php-compatibility": "^8",
202+
"wp-coding-standards/wpcs": "1.0"
203+
},
204+
"suggest": {
205+
"wpackagist-plugin/rewrite-testing": "Rewrite Rule Testing"
206+
},
207+
"time": "2018-12-08T15:16:49+00:00",
208+
"type": "library",
209+
"installation-source": "dist",
210+
"autoload": {
211+
"files": [
212+
"extended-cpts.php"
213+
]
214+
},
215+
"notification-url": "https://packagist.org/downloads/",
216+
"license": [
217+
"GPL-2.0+"
218+
],
219+
"authors": [
220+
{
221+
"name": "John Blackbourn",
222+
"homepage": "https://johnblackbourn.com/"
223+
}
224+
],
225+
"description": "A library which provides extended functionality to WordPress custom post types and taxonomies.",
226+
"homepage": "https://github.com/johnbillion/extended-cpts/"
227+
},
228+
{
229+
"name": "squizlabs/php_codesniffer",
230+
"version": "2.9.2",
231+
"version_normalized": "2.9.2.0",
232+
"source": {
233+
"type": "git",
234+
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
235+
"reference": "2acf168de78487db620ab4bc524135a13cfe6745"
236+
},
237+
"dist": {
238+
"type": "zip",
239+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
240+
"reference": "2acf168de78487db620ab4bc524135a13cfe6745",
241+
"shasum": ""
242+
},
243+
"require": {
244+
"ext-simplexml": "*",
245+
"ext-tokenizer": "*",
246+
"ext-xmlwriter": "*",
247+
"php": ">=5.1.2"
248+
},
249+
"require-dev": {
250+
"phpunit/phpunit": "~4.0"
251+
},
252+
"time": "2018-11-07T22:31:41+00:00",
253+
"bin": [
254+
"scripts/phpcs",
255+
"scripts/phpcbf"
256+
],
257+
"type": "library",
258+
"extra": {
259+
"branch-alias": {
260+
"dev-master": "2.x-dev"
261+
}
262+
},
263+
"installation-source": "dist",
264+
"autoload": {
265+
"classmap": [
266+
"CodeSniffer.php",
267+
"CodeSniffer/CLI.php",
268+
"CodeSniffer/Exception.php",
269+
"CodeSniffer/File.php",
270+
"CodeSniffer/Fixer.php",
271+
"CodeSniffer/Report.php",
272+
"CodeSniffer/Reporting.php",
273+
"CodeSniffer/Sniff.php",
274+
"CodeSniffer/Tokens.php",
275+
"CodeSniffer/Reports/",
276+
"CodeSniffer/Tokenizers/",
277+
"CodeSniffer/DocGenerators/",
278+
"CodeSniffer/Standards/AbstractPatternSniff.php",
279+
"CodeSniffer/Standards/AbstractScopeSniff.php",
280+
"CodeSniffer/Standards/AbstractVariableSniff.php",
281+
"CodeSniffer/Standards/IncorrectPatternException.php",
282+
"CodeSniffer/Standards/Generic/Sniffs/",
283+
"CodeSniffer/Standards/MySource/Sniffs/",
284+
"CodeSniffer/Standards/PEAR/Sniffs/",
285+
"CodeSniffer/Standards/PSR1/Sniffs/",
286+
"CodeSniffer/Standards/PSR2/Sniffs/",
287+
"CodeSniffer/Standards/Squiz/Sniffs/",
288+
"CodeSniffer/Standards/Zend/Sniffs/"
289+
]
290+
},
291+
"notification-url": "https://packagist.org/downloads/",
292+
"license": [
293+
"BSD-3-Clause"
294+
],
295+
"authors": [
296+
{
297+
"name": "Greg Sherwood",
298+
"role": "lead"
299+
}
300+
],
301+
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
302+
"homepage": "http://www.squizlabs.com/php-codesniffer",
303+
"keywords": [
304+
"phpcs",
305+
"standards"
306+
]
307+
},
308+
{
309+
"name": "wp-coding-standards/wpcs",
310+
"version": "0.10.0",
311+
"version_normalized": "0.10.0.0",
312+
"source": {
313+
"type": "git",
314+
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
315+
"reference": "b39490465f6fd7375743a395019cd597e12119c9"
316+
},
317+
"dist": {
318+
"type": "zip",
319+
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/b39490465f6fd7375743a395019cd597e12119c9",
320+
"reference": "b39490465f6fd7375743a395019cd597e12119c9",
321+
"shasum": ""
322+
},
323+
"require": {
324+
"squizlabs/php_codesniffer": "^2.6"
325+
},
326+
"time": "2016-08-29T20:04:47+00:00",
327+
"type": "library",
328+
"installation-source": "dist",
329+
"notification-url": "https://packagist.org/downloads/",
330+
"license": [
331+
"MIT"
332+
],
333+
"authors": [
334+
{
335+
"name": "Contributors",
336+
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
337+
}
338+
],
339+
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
340+
"keywords": [
341+
"phpcs",
342+
"standards",
343+
"wordpress"
344+
]
345+
}
346+
]

0 commit comments

Comments
 (0)