Skip to content

Commit

Permalink
Use awakeningsv/authorizer without monolog.
Browse files Browse the repository at this point in the history
Avoid a conflict with Matomo monolog during report archiving.

See: matomo-org/matomo-for-wordpress#233
  • Loading branch information
reid committed Feb 25, 2022
1 parent 4f7611c commit 6a453f1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
17 changes: 16 additions & 1 deletion site/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@
"homepage": "https://wordpress.org/plugins/wpcustom-category-image/"
}
},
{
"type": "package",
"package": {
"name": "awakeningsv/authorizer",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "/~https://github.com/AwakeningSV/authorizer/archive/refs/heads/no-monolog.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin"
}
},
{
"type": "vcs",
"url": "git@ssh.dev.azure.com:v3/awakeningsv/azure-cdn-rewrite-plugin/azure-cdn-rewrite-plugin"
Expand Down Expand Up @@ -147,7 +162,7 @@
"roots/wp-stage-switcher": "^2.1",
"wpackagist-plugin/esv-crossref": "^2.1",
"wpackagist-plugin/elementor": "^3.5",
"wpackagist-plugin/authorizer": "^3.2"
"awakeningsv/authorizer": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0.2",
Expand Down
41 changes: 18 additions & 23 deletions site/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a453f1

Please sign in to comment.