implement Psr/LoggerAwareInterface

This commit is contained in:
2026-07-10 16:33:27 -04:00
parent d910447023
commit 58c3ae2214
3 changed files with 46 additions and 1 deletions
+4 -1
View File
@@ -13,5 +13,8 @@
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
"minimum-stability": "stable",
"require": {
"psr/log": "^3.0"
}
}