Public Access
fix: rename moko-platform to MokoCLI in config files (#263)
Update package names, descriptions, and references across all configuration files: composer.json, mcp/package.json, phpcs.xml, issue templates, script registry, and schema templates.
This commit is contained in:
@@ -6,8 +6,8 @@ This file is part of a Moko Consulting project.
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
<ruleset name="moko-platform PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for moko-platform projects</description>
|
||||
<ruleset name="MokoCLI PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for MokoCLI projects</description>
|
||||
|
||||
<!-- Files to check -->
|
||||
<file>lib</file>
|
||||
|
||||
Reference in New Issue
Block a user