diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 527407f..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - ./test - - - - - ./src - - - diff --git a/src/Traits/ModuleCustomTrait.php b/src/Traits/ModuleCustomTrait.php index 857f2a6..2da9529 100644 --- a/src/Traits/ModuleCustomTrait.php +++ b/src/Traits/ModuleCustomTrait.php @@ -40,10 +40,10 @@ public function customModuleLatestVersionUrl(): string return self::CUSTOM_LATEST_VERSION; } -// protected function extractVersion(string $content): string -// { -// return json_decode($content, true)['tag_name'] ?? ''; -// } + // protected function extractVersion(string $content): string + // { + // return json_decode($content, true)['tag_name'] ?? ''; + // } public function customModuleLatestVersion(): string {