Skip to content

Commit 9773108

Browse files
authored
Merge pull request #403 from wpengine/logging-plugin-admin-view
chore: Logging plugin admin view
2 parents b6bd17a + f477781 commit 9773108

File tree

22 files changed

+1954
-499
lines changed

22 files changed

+1954
-499
lines changed

.changeset/forty-fans-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wpengine/wpgraphql-logging-wordpress-plugin": patch
3+
---
4+
5+
chore: Added admin view, filters and CSV downloads.

plugins/wpgraphql-logging/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"monolog"
2727
],
2828
"require": {
29-
"php": "^8.1",
29+
"php": ">=8.1.2",
30+
"league/csv": "^9.9",
3031
"monolog/monolog": "^3.9"
3132
},
3233
"minimum-stability": "dev",
@@ -63,7 +64,7 @@
6364
},
6465
"optimize-autoloader": true,
6566
"platform": {
66-
"php": "8.1"
67+
"php": "8.1.2"
6768
},
6869
"preferred-install": "dist",
6970
"sort-packages": true
@@ -143,8 +144,8 @@
143144
"phpstan": [
144145
"vendor/bin/phpstan analyze --ansi --memory-limit=1G"
145146
],
146-
"php:psalm": "psalm --output-format=text --no-progress",
147-
"php:psalm:fix": "psalm --alter --output-format=text --no-progress",
147+
"php:psalm": "psalm --no-progress",
148+
"php:psalm:fix": "psalm --alter --no-progress",
148149
"qa": "sh bin/local/run-qa.sh",
149150
"test": [
150151
"sh bin/local/run-unit-tests.sh coverage",

0 commit comments

Comments
 (0)