Skip to content

Commit

Permalink
Migrate 'Site Health Check' related code from 'deprecated_Figuren_The…
Browse files Browse the repository at this point in the history
…ater__v2' and 'ft-routes' (#55)
  • Loading branch information
carstingaxion authored Feb 9, 2024
2 parents ed8d40c + c8b7ceb commit 8252ec7
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 276 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"require-dev": {
"figuren-theater/code-quality": "*"
},
"suggest": {
"figuren-theater/ft-routes": "Contains the mandatory filter, which will remove REST API enpoints from public."
},
"repositories": [
{
"type": "vcs",
Expand All @@ -60,6 +63,7 @@
"files": [
"inc/blog-management/namespace.php",
"inc/dashboard-widget/namespace.php",
"inc/health-checks/namespace.php",
"inc/mode/namespace.php",
"inc/multisite-enhancements/namespace.php",
"inc/query-monitor/namespace.php",
Expand All @@ -73,11 +77,11 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"koodimonni/composer-dropin-installer": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"figuren-theater/ft-core": true
"figuren-theater/ft-core": true,
"koodimonni/composer-dropin-installer": true,
"phpstan/extension-installer": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 8252ec7

Please sign in to comment.