-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
138 lines (138 loc) · 5.12 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
{
"_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": "c393fe87ab90fb2ab27152cf498d1dbd",
"packages": [
{
"name": "indigotree/wp-bootstrap-nav-walker",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/indigotree/wp-bootstrap-nav-walker.git",
"reference": "6e501e3c5770c27ccf95ec53b5bfd7aea3ba17bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indigotree/wp-bootstrap-nav-walker/zipball/6e501e3c5770c27ccf95ec53b5bfd7aea3ba17bd",
"reference": "6e501e3c5770c27ccf95ec53b5bfd7aea3ba17bd",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"IndigoTree\\BootstrapNavWalker\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christopher Geary",
"email": "[email protected]"
},
{
"name": "Indigo Tree",
"email": "[email protected]"
}
],
"description": "WordPress Nav Walkers to implement Bootstrap navbars.",
"homepage": "https://github.com/indigotree/wp-bootstrap-nav-walker",
"keywords": [
"bootstrap",
"nav walker",
"wordpress"
],
"support": {
"issues": "https://github.com/indigotree/wp-bootstrap-nav-walker/issues",
"source": "https://github.com/indigotree/wp-bootstrap-nav-walker/tree/1.1.0"
},
"time": "2017-04-11T15:04:45+00:00"
},
{
"name": "johnbillion/extended-cpts",
"version": "4.5.2",
"source": {
"type": "git",
"url": "https://github.com/johnbillion/extended-cpts.git",
"reference": "59ce9f4e0422512eec6f698ccba4a6a81b018fdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/59ce9f4e0422512eec6f698ccba4a6a81b018fdb",
"reference": "59ce9f4e0422512eec6f698ccba4a6a81b018fdb",
"shasum": ""
},
"require": {
"php": "^7 | ^8"
},
"require-dev": {
"automattic/phpcs-neutron-standard": "1.6.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"johnbillion/falsey-assertequals-detector": "^2",
"phpcompatibility/phpcompatibility-wp": "^2",
"phpunit/phpunit": "^6",
"roots/wordpress": "^5.7.0",
"vlucas/phpdotenv": "^3",
"wp-cli/db-command": "^2.0",
"wp-coding-standards/wpcs": "2.3.0",
"wp-phpunit/wp-phpunit": "^5.7.0"
},
"suggest": {
"seravo/wp-custom-bulk-actions": "Custom Bulk Actions",
"wpackagist-plugin/rewrite-testing": "Rewrite Rule Testing"
},
"type": "library",
"extra": {
"wordpress-install-dir": "tests/wordpress"
},
"autoload": {
"psr-4": {
"ExtCPTs\\Tests\\": "tests/phpunit"
},
"files": [
"extended-cpts.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
}
],
"description": "A library which provides extended functionality to WordPress custom post types and taxonomies.",
"homepage": "https://github.com/johnbillion/extended-cpts/",
"support": {
"issues": "https://github.com/johnbillion/extended-cpts/issues",
"source": "https://github.com/johnbillion/extended-cpts/tree/4.5.2"
},
"funding": [
{
"url": "https://github.com/johnbillion",
"type": "github"
}
],
"time": "2021-03-21T00:26:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}