-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See pewresearch/pewresearch-org@8ec9d1c from refs/tags/v1.0.16
- Loading branch information
1 parent
5fcf55b
commit 8c21aa4
Showing
168 changed files
with
48,539 additions
and
8,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "pewresearch/prc-platform-core", | ||
"description": "Required PHP dependencies for the Pew Research Center digital experience platform.", | ||
"license": "GPL-2.0-or-later", | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0" | ||
}, | ||
"require": { | ||
"berlindb/core": "@dev", | ||
"drewm/mailchimp-api": "^2.5", | ||
"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": "client-mu-plugins/vendor", | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"composer/installers": true, | ||
"alleyinteractive/composer-wordpress-autoloader": true | ||
}, | ||
"platform": { | ||
"php": "8.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
includes/block-area-modules/blocks/block-area/build/index-rtl.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
includes/block-area-modules/blocks/block-area/build/index.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('prc-components', 'prc-hooks', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '9468572ddb123ab21e78'); | ||
<?php return array('dependencies' => array('prc-components', 'prc-hooks', 'react', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e82709f4ae97c89169c0'); |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
includes/block-area-modules/blocks/block-area/build/index.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
includes/block-area-modules/blocks/block-area/build/style-index-rtl.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.wp-block-prc-platform-block-area[data-is-paged=true]{display:none} |
Oops, something went wrong.