-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
105 lines (105 loc) · 3.72 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
{
"_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": "753369ef2984d6245ee9b4c0f2e5c277",
"packages": [
{
"name": "jjgrainger/posttypes",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/jjgrainger/PostTypes.git",
"reference": "04525d30d30ec19fef3478676b4f27aa405ac3a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jjgrainger/PostTypes/zipball/04525d30d30ec19fef3478676b4f27aa405ac3a6",
"reference": "04525d30d30ec19fef3478676b4f27aa405ac3a6",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "5.7",
"squizlabs/php_codesniffer": "^2.8"
},
"type": "library",
"autoload": {
"psr-4": {
"PostTypes\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joe Grainger",
"email": "[email protected]",
"homepage": "http://jjgrainger.co.uk"
}
],
"description": "Simple WordPress custom post types.",
"homepage": "https://github.com/jjgrainger/posttype",
"time": "2018-03-27T18:30:06+00:00"
},
{
"name": "wpackio/enqueue",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/swashata/wpackio-enqueue.git",
"reference": "6411c4781ed58e62f746e01d081fd1838a212edf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swashata/wpackio-enqueue/zipball/6411c4781ed58e62f746e01d081fd1838a212edf",
"reference": "6411c4781ed58e62f746e01d081fd1838a212edf",
"shasum": ""
},
"require-dev": {
"brain/monkey": "^2.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"giacocorsiglia/wordpress-stubs": "^4.9.5",
"phpunit/phpunit": "^7.3.0",
"spatie/phpunit-snapshot-assertions": "^1.3.1",
"squizlabs/php_codesniffer": "^3.3.1",
"wimg/php-compatibility": "^8.2.0",
"wp-coding-standards/wpcs": "^1.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"WPackio\\": "inc"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Swashata Ghosh",
"email": "[email protected]"
}
],
"description": "API to enqueue assets generated by @wpackio/scripts into your WordPress plugin or theme.",
"time": "2018-11-13T06:44:01+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.2"
},
"platform-dev": []
}