From 7b95eaec6ab205004f7735b9e5f8b52e0c5aa89d Mon Sep 17 00:00:00 2001 From: peter279k Date: Wed, 4 Oct 2023 09:55:42 +0800 Subject: [PATCH] Resolves issue#31 --- .gitignore | 0 LICENSE.md | 0 composer.json | 0 phpunit.xml | 0 tests/CLI/CLITest.php | 0 tests/CLI/ConsoleTest.php | 0 tests/CLI/TaskTest.php | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE.md mode change 100755 => 100644 composer.json mode change 100755 => 100644 phpunit.xml mode change 100755 => 100644 tests/CLI/CLITest.php mode change 100755 => 100644 tests/CLI/ConsoleTest.php mode change 100755 => 100644 tests/CLI/TaskTest.php diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/phpunit.xml b/phpunit.xml old mode 100755 new mode 100644 diff --git a/tests/CLI/CLITest.php b/tests/CLI/CLITest.php old mode 100755 new mode 100644 diff --git a/tests/CLI/ConsoleTest.php b/tests/CLI/ConsoleTest.php old mode 100755 new mode 100644 diff --git a/tests/CLI/TaskTest.php b/tests/CLI/TaskTest.php old mode 100755 new mode 100644