Skip to content

Commit

Permalink
Revise readme and composer config (#8)
Browse files Browse the repository at this point in the history
* Remove autoload config excep PSR-4

* Revise README to add formatting, test and license
  • Loading branch information
cable8mm committed Mar 3, 2024
1 parent 98873d9 commit 28fe3c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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

0 comments on commit 28fe3c5

Please sign in to comment.