Skip to content

Commit

Permalink
Fix docs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Apr 25, 2024
1 parent ad7ba7e commit 1f1eee1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
12 changes: 6 additions & 6 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Yii Software nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@ For other available options, see the [guide](docs/guide/en).

## Documentation

- [English](docs/guide/en/README.md)
- [Português - Brasil](docs/guide/pt-BR/readme.md)

Testing:

- [English](docs/guide/en/testing.md)
- [Português - Brasil:](docs/guide/pt-BR/testing.md)

- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md).
- [Internals](docs/internals.md)

## Support
Expand Down
7 changes: 3 additions & 4 deletions docs/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ use either newest or any specific version of PHP:
./vendor/bin/rector
```

## Composer require checker
## Dependencies

This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.

To run the checker, execute the following command:
Use [ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker) to detect transitive
[Composer](https://getcomposer.org/) dependencies:

```shell
./vendor/bin/composer-require-checker
Expand Down

0 comments on commit 1f1eee1

Please sign in to comment.