Skip to content

Commit

Permalink
Merge pull request #164 from ministryofjustice/add-new-footnotes-plugin
Browse files Browse the repository at this point in the history
Footnotes Made Easy plugin change
  • Loading branch information
brown-a2 authored Mar 5, 2024
2 parents 6db436a + 0b3fcbd commit fd56131
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"license": "MIT",
"description": "Hale multisite required packages",
"authors": [],
"keywords": ["wordpress", "stack", "composer", "wp, multisite, php"],
"keywords": [
"wordpress",
"stack",
"composer",
"wp, multisite, php"
],
"support": {
"issues": "https://github.com/ministryofjustice/hale-platform/issues"
},
Expand Down Expand Up @@ -48,34 +53,35 @@
"ministryofjustice/hale-components": "dev-main",
"ministryofjustice/sifocc": "dev-main",
"ministryofjustice/imbmembers": "dev-main",
"wpackagist-plugin/advanced-custom-fields-table-field":"1.3.20",
"wpackagist-plugin/advanced-custom-fields-table-field": "1.3.20",
"wpackagist-plugin/advanced-responsive-video-embedder": "*",
"wpackagist-plugin/analytify-analytics-dashboard-widget":"*",
"wpackagist-plugin/classic-editor":"1.6.3",
"wpackagist-plugin/analytify-analytics-dashboard-widget": "*",
"wpackagist-plugin/classic-editor": "1.6.3",
"wpackagist-plugin/cms-tree-page-view": "*",
"wpackagist-plugin/custom-search-plugin": "*",
"wpackagist-plugin/duplicate-post":"4.5",
"wpackagist-plugin/duplicate-post": "4.5",
"wpackagist-plugin/ewww-image-optimizer": "*",
"wpackagist-plugin/expandable-menus": "*",
"wpackagist-plugin/fitvids-for-wordpress": "*",
"wpackagist-plugin/option-tree": "*",
"wpackagist-plugin/query-monitor": "*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/remove-category-url": "*",
"wpackagist-plugin/safe-svg":"*",
"wpackagist-plugin/safe-svg": "*",
"wpackagist-plugin/simple-301-redirects": "*",
"wpackagist-plugin/tao-schedule-update": "*",
"wpackagist-plugin/unconfirmed": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/wp-accessibility":"2.0.1",
"wpackagist-plugin/wp-accessibility": "2.0.1",
"wpackagist-plugin/wp-nested-pages": "*",
"wpackagist-plugin/breadcrumb-trail": "*",
"wpackagist-plugin/wp-analytify":"*",
"wpackagist-plugin/wp-analytify": "*",
"wpackagist-plugin/wp-force-login": "*",
"wpackagist-plugin/wps-hide-login": "*",
"wpackagist-plugin/wp-sentry-integration": "*",
"ministryofjustice/cookie-compliance-for-wordpress": "*",
"ministryofjustice/wp-moj-blocks": "dev-main",
"ministryofjustice/footnotes-made-easy": "*",
"ministryofjustice/wp-moj-blocks": "*",
"ministryofjustice/wp-gov-uk-notify": "*",
"ministryofjustice/wp-s3-uploads": "dev-main",
"ministryofjustice/feed-importer": "dev-main",
Expand All @@ -93,14 +99,22 @@
"ministryofjustice/hale-components",
"ministryofjustice/wp-s3-uploads"
],
"wordpress/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"wordpress/wp-content/themes/hale/": ["ministryofjustice/hale"],
"wordpress/wp-content/themes/{$name}/": ["type:wordpress-theme"]
"wordpress/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"wordpress/wp-content/themes/hale/": [
"ministryofjustice/hale"
],
"wordpress/wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "/var/www/html"
},
"scripts": {
"post-root-package-install": [],
"test": ["phpcs"]
"test": [
"phpcs"
]
}
}
}

0 comments on commit fd56131

Please sign in to comment.