Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise readme and composer config #8

Merged
merged 2 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ $parsed = (new OptionCodeParser($inOptionCode, $inOptionName))

```

## Formatting

```sh
composer lint
```

## Test

```sh
composer test
```

## Support codes

| Type | Notation | Description | Implement |
Expand All @@ -71,3 +83,7 @@ $parsed = (new OptionCodeParser($inOptionCode, $inOptionName))
| `Complex Code` | COM | Shorten code for `Set Code` | Yes |
| `Gift Code` | GIF | Alias `Complex Code` | Yes |
| `Option Code` | OPT | Very complicated code. Not mastercode, but code + search name.(eq. wemakeprice, naver petWindow and all most OpenMarket options) | Yes |

## License

The Phpunit Start Kit is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
}
],
"autoload": {
"classmap": [
"src/"
],
"psr-4": {
"Cable8mm\\GoodCodeParser\\": "src/"
}
Expand Down
Loading