diff --git a/composer.json b/composer.json
index 223b404e..c85f5461 100644
--- a/composer.json
+++ b/composer.json
@@ -76,7 +76,6 @@
],
"require": {
"php": ">=7.4",
- "wpengine/advanced-custom-fields-pro": "^5",
"composer/installers": "^2.2",
"connectthink/wp-scss": "^2.4@beta",
"cweagans/composer-patches": "^1.7",
@@ -102,6 +101,7 @@
"wpackagist-plugin/classic-widgets": "^0.3.0",
"wpackagist-plugin/cms-tree-page-view": "^1.6",
"wpackagist-plugin/contact-form-7": "^5.6",
+ "wpackagist-plugin/content-audit-exporter": "^1.1",
"wpackagist-plugin/custom-post-type-ui": "^1.13",
"wpackagist-plugin/enable-media-replace": "^4.0",
"wpackagist-plugin/filter-page-by-template": "^3.1",
@@ -125,7 +125,8 @@
"wpackagist-plugin/wp-native-php-sessions": "*",
"wpackagist-plugin/wp-security-audit-log": "^4.4",
"wpackagist-plugin/wp-sentry-integration": "^7.0",
- "wpackagist-plugin/wpcf7-recaptcha": "^1.4"
+ "wpackagist-plugin/wpcf7-recaptcha": "^1.4",
+ "wpengine/advanced-custom-fields-pro": "^5"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
diff --git a/composer.lock b/composer.lock
index e1d0c022..6f80504b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d1f28b988c81f581c6cd6d29ed8a78bb",
+ "content-hash": "703ec7cde8cc7b376ca41f50167e77e2",
"packages": [
{
"name": "ConnectThink/WP-SCSS",
@@ -2761,6 +2761,24 @@
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/contact-form-7/"
},
+ {
+ "name": "wpackagist-plugin/content-audit-exporter",
+ "version": "1.1",
+ "source": {
+ "type": "svn",
+ "url": "https://plugins.svn.wordpress.org/content-audit-exporter/",
+ "reference": "tags/1.1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://downloads.wordpress.org/plugin/content-audit-exporter.1.1.zip"
+ },
+ "require": {
+ "composer/installers": "^1.0 || ^2.0"
+ },
+ "type": "wordpress-plugin",
+ "homepage": "https://wordpress.org/plugins/content-audit-exporter/"
+ },
{
"name": "wpackagist-plugin/custom-post-type-ui",
"version": "1.14.0",
diff --git a/phpcs.xml b/phpcs.xml
index 54dbe2d1..8562ba30 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -50,6 +50,7 @@
web/app/plugins/classic-widgets
web/app/plugins/cms-tree-page-view
web/app/plugins/contact-form-7
+ web/app/plugins/content-audit-exporter
web/app/plugins/cpt-onomies
web/app/plugins/custom-post-type-ui
web/app/plugins/dynamic-menu-manager