-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
83 lines (83 loc) · 2.09 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "nyco/access-nyc",
"version": "3.33.9",
"description": "Find help in NYC with food, money, housing, work and more on ACCESS NYC",
"homepage": "https://access.nyc.gov",
"authors": [
{
"name": "NYC Opportunity",
"email": "products@nycopportunity.nyc.gov",
"homepage": "http://nyc.gov/opportunity"
},
{
"name": "Blue State Digital",
"homepage": "https://www.bluestatedigital.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*"
]
}
],
"require": {
"humanmade/s3-uploads": "*",
"nyco/wp-assets": "^1",
"nyco/wp-config": "^1",
"nyco/wp-gc-templates-sync": "^0.0",
"nyco/wp-s3-all-import-compatibility": "^0.0",
"nyco/wp-send-me-nyc": "^1",
"nyco/wp-stat-collector": "^v0.0",
"sleiman/airtable-php": "^2",
"timber/timber": "^1",
"wpackagist-plugin/aryo-activity-log": "*",
"wpackagist-plugin/enable-media-replace": "*",
"wpackagist-plugin/gathercontent-import": "*",
"wpackagist-plugin/search-everything": "*",
"wpackagist-plugin/wp-bitly": "2.7.1",
"wpackagist-plugin/wp-security-questions": "*",
"wpackagist-plugin/wps-hide-login": "*"
},
"require-dev": {
"filp/whoops": "*",
"nyco/wp-login": "^0.0.1",
"squizlabs/php_codesniffer": "*",
"whoops/soap": "*"
},
"scripts": {
"development": [
"composer dump-autoload --ignore-platform-req=php"
],
"production": [
"composer dump-autoload --no-dev --optimize --ignore-platform-req=php"
],
"predeploy": [
"@development",
"@lint",
"@production"
],
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml"
],
"fix": [
"vendor/bin/phpcbf --standard=phpcs.xml"
],
"version": [
"composer update nothing --ignore-platform-req=php",
"@production"
],
"deps": [
"composer show --tree"
]
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}