-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 917 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 917 Bytes
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
{
"name": "pewresearch/prc-platform-core",
"description": "Core functionality and integrations for the Pew Research Center's digital publishing platform, providing essential content management, distribution, and infrastructure features for a block-first publishing workflow.",
"license": "GPL-2.0-or-later",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0"
},
"require": {
"mailchimp/marketing": "^3.0",
"kreait/firebase-php": "^7.0",
"landrok/language-detector": "^1.3",
"matthiasmullie/minify": "^1.3",
"lygav/php-slackbot": "^0.0.4",
"chapter-three/apple-news-api": "^0.3.11"
},
"config": {
"vendor-dir": "./vendor",
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true,
"alleyinteractive/composer-wordpress-autoloader": true
},
"platform": {
"php": "8.2"
}
}
}