-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
61 lines (61 loc) · 2.07 KB
/
composer.json
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
{
"name": "nyco/growingupnyc",
"description": "Resources for families to learn about City programs, services, and activities provided by the government and community partners.",
"version": "4.2.3",
"homepage": "https://growingupnyc.cityofnewyork.us",
"authors": [
{
"name": "NYC Opportunity",
"email": "[email protected]",
"homepage": "http://nyc.gov/opportunity"
},
{
"name": "Blue State Digital",
"homepage": "https://www.bluestatedigital.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"timber/timber": "^1.16",
"wpackagist-plugin/acf-to-rest-api": "^3.2.0",
"wpackagist-plugin/auto-post-scheduler": "^1.82",
"wpackagist-plugin/aryo-activity-log": "^2.5.2",
"wpackagist-plugin/better-search-replace": "^1.3.3",
"wpackagist-plugin/bulk-delete": "^6.0.2",
"wpackagist-plugin/classic-editor": "^1.5",
"wpackagist-plugin/duplicate-post": "^4.0",
"wpackagist-plugin/gathercontent-import": "^3.1.14",
"wpackagist-plugin/google-authenticator": "^0.53",
"wpackagist-plugin/limit-login-attempts-reloaded": "^2.13.0",
"wpackagist-plugin/media-cleaner": "^6.0.5",
"wpackagist-plugin/post-expiration-date": "^1.3",
"wpackagist-plugin/simple-custom-post-order": "^2.5.0",
"wpackagist-plugin/svg-support": "^2.3.18",
"wpackagist-plugin/taxonomy-terms-order": "^1.5.7.2",
"wpackagist-plugin/the-events-calendar": "^5.3.2",
"wpackagist-plugin/tinymce-advanced": "^5.5",
"wpackagist-plugin/wordpress-importer": "^0.7",
"wpackagist-plugin/wp-all-export": "^1.2.5",
"wpackagist-plugin/wp-smartcrop": "^2.0.5",
"wpackagist-plugin/wps-hide-login": "^1.5.6",
"michelf/php-markdown": "^1.9",
"nyco/wp-assets": "^1.1.5",
"nyco/wp-config": "^1.0.1",
"nyco/wp-send-me-nyc": "^1.5"
},
"require-dev": {
"filp/whoops": "^2.1",
"whoops/soap": "^1.0",
"wpackagist-plugin/query-monitor": "^3.6.0"
},
"scripts": {
"version": [
"composer update nothing"
]
}
}