-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
117 lines (117 loc) · 3.92 KB
/
composer.lock
File metadata and controls
117 lines (117 loc) · 3.92 KB
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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "761bd3f834865a086ab764d8c6d16706",
"packages": [
{
"name": "crowdhandler/sdk",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/crowdhandler/crowdhandler-php-sdk.git",
"reference": "3c5eec39e12641b469e0f3c062631646c9bd621a"
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">= 5.3"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"CrowdHandler\\": "src/"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "richard-mutt-crowdhandler",
"email": "richard.mutt@crowdhandler.com"
},
{
"name": "lthornton-mm",
"email": "leo.thornton@made.media"
},
{
"name": "luke-owen-crowdhandler",
"email": "luke.owen@crowdhandler.com"
}
],
"description": "A PHP library for interacting with CrowdHandler",
"homepage": "https://www.crowdhandler.com/",
"time": "2022-12-23T10:16:00+00:00"
}
],
"packages-dev": [
{
"name": "wordpress/wordpress",
"version": "5.9.5",
"source": {
"type": "git",
"url": "https://github.com/WordPress/wordpress-develop.git",
"reference": "7268fe465f2589a7dc793e3f93aceea763f1aded"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
"squizlabs/php_codesniffer": "3.6.0",
"wp-coding-standards/wpcs": "~2.3.0",
"yoast/phpunit-polyfills": "^1.0.1"
},
"type": "library",
"scripts": {
"compat": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcompat.xml.dist --report=summary,source"
],
"format": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source"
],
"lint": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source"
],
"lint:errors": [
"@lint -n"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit"
]
},
"license": [
"GPL-2.0-or-later"
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org",
"keywords": [
"blog",
"cms",
"wordpress",
"wp"
],
"support": {
"issues": "https://core.trac.wordpress.org/"
},
"time": "2022-10-17T20:16:15+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"crowdhandler/sdk": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.3"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}