From 0fb754faf061a8a15e5851b73964a7c86f21ef9c Mon Sep 17 00:00:00 2001 From: Mahdi Date: Tue, 14 Jan 2025 20:25:03 +0330 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d0898b..fbe354f 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,6 @@ EasyIni\Logger::setLevel(Monolog\Level::Debug); - [x] Add Linux support. - [x] Add Logging. - [x] Expand project into files and release PHAR. -- [ ] Add dependabot for dependency update checks. -- [ ] Automate PHAR release using CD. +- [x] Add dependabot for dependency update checks. +- [x] Automate PHAR release using CD. - [ ] Add `error_reporting` entry to `ErrorHandlingProcessor`.