Skip to content

Commit

Permalink
Merge pull request #68 from Trusted97/docs/update-readme
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
Trusted97 authored Dec 6, 2024
2 parents fbe223f + a2f63e4 commit ad54cc9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

> Developer toolbox for avoid boring setup during development
Whitecat is a developer toolbox of cli command. Each command is thought for avoid boring
setup in developing of PHP: Packages, Library, Composer Plugin or everything you're building!
Whitecat is a developer toolbox of cli command. Each command is thought for avoid boring
setup in developing of PHP: Packages, Library, Composer Plugin or everything you're building!

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Usage](#usage)
- [Docker setup](#docker-setup)
- [Github init](#github-init)
- [GitHub Workflow](#github-workflows)
- [GitHub Issue](#github-issue)
- [GitHub Workflow](#github-workflows)
- [GitHub Issue](#github-issue)
- [GitHub Pull](#github-pull)
- [PHP CS Fixer](#php-cs-fixer)
- [PHPStan](#phpstan)
Expand All @@ -35,7 +35,7 @@ In composer.json

``` json
"require-dev": {
"trusted97/whitecat": "^1.0.0"
"trusted97/whitecat": "^2.0"
},
```

Expand Down Expand Up @@ -111,7 +111,7 @@ This command setup a basic PHPStan config file with starting level of 6 and chec
vendor/bin/whitecat phpstan:init
```

#### PHPUnit
#### PHPUnit

This command setup a basic PHPUnit config file and check if in composer is installed

Expand All @@ -124,13 +124,13 @@ vendor/bin/whitecat phpunit:init
| Repository Branch | PHP Compatibility | Status | Docs |
|-------------------|-------------------|----------------------------|-----------------------------|
| `1.x` | `^8.1` | New features and bug fixes | [Documentation 1.x](./docs) |
| `2.x` | `^8.3` | New features and bug fixes | [Documentation 1.x](./docs) |
| `2.x` | `^8.3` | New features and bug fixes | [Documentation 2.x](./docs) |

## Contributing

Any questions, bug reports or suggestions for improvement are very welcome. See the [contributing](./CONTRIBUTING.md) file for details on how to contribute.

## License

Whitecat is licensed under the MIT license.
Whitecat is licensed under the MIT license.
See the [LICENSE](./LICENSE) file for more information.

0 comments on commit ad54cc9

Please sign in to comment.