-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
69 lines (69 loc) · 2.46 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "44b3b2c08f128ab5774f721323f2ff0f",
"packages": [
{
"name": "ucomm/a11y-menu",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/aberkow/a11y-menu.git",
"reference": "31022071ef5e921e05f9ea0c16bd7de35dea3ec8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aberkow/a11y-menu/zipball/31022071ef5e921e05f9ea0c16bd7de35dea3ec8",
"reference": "31022071ef5e921e05f9ea0c16bd7de35dea3ec8",
"shasum": ""
},
"require-dev": {
"johnpbloch/wordpress": "@stable",
"wpackagist-plugin/wordpress-importer": "dev-trunk",
"wpackagist-theme/twentyseventeen": "^1.6"
},
"type": "library",
"extra": {
"installer-paths": {
"./www/content/plugins/{$name}": [
"type:wordpress-plugin"
],
"./www/content/themes/{$name}": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "./www/wordpress"
},
"autoload": {
"psr-4": {
"A11y\\": "src/A11y/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Berkowitz",
"email": "adam@adamjberkowitz.com"
}
],
"description": "A package to generate accessible main navigation menus. It includes: a js script for the browser as an npm package, WordPress walker for theme development, and WordPress plugin.",
"time": "2019-03-21T18:08:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"ucomm/a11y-menu": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}