-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
84 lines (84 loc) · 3.05 KB
/
Copy pathcomposer.lock
File metadata and controls
84 lines (84 loc) · 3.05 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
{
"_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": "bf77feb7876158ec0e04bbd0439888e4",
"packages": [
{
"name": "johnbillion/extended-cpts",
"version": "4.5.1",
"source": {
"type": "git",
"url": "https://github.com/johnbillion/extended-cpts.git",
"reference": "b8aef5ef64335d51784e391c9393145f50482fb4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/b8aef5ef64335d51784e391c9393145f50482fb4",
"reference": "b8aef5ef64335d51784e391c9393145f50482fb4",
"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": "*",
"vlucas/phpdotenv": "^3",
"wp-cli/db-command": "^2.0",
"wp-coding-standards/wpcs": "2.3.0",
"wp-phpunit/wp-phpunit": "*"
},
"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/",
"funding": [
{
"url": "https://github.com/johnbillion",
"type": "github"
}
],
"time": "2021-01-26T10:10:55+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}