forked from gitgrupoift/WP-Middleware-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
54 lines (54 loc) · 1.81 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
{
"_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": "0ae7c502a7093c3dc44f16533d165fc1",
"packages": [
{
"name": "christopherarter/wp-middleware",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/christopherarter/WP-Middleware.git",
"reference": "51db26bdd53b3323a62e86519e24ce782bb4f283"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/christopherarter/WP-Middleware/zipball/51db26bdd53b3323a62e86519e24ce782bb4f283",
"reference": "51db26bdd53b3323a62e86519e24ce782bb4f283",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"WPMiddleware\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christopher Arter",
"email": "christopherarter@gmail.com"
}
],
"description": "A middleware for the Wordpress REST API",
"time": "2019-05-22T21:11:32+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}