Skip to content

Commit 1f1eee1

Browse files
authored
Fix docs (#41)
1 parent ad7ba7e commit 1f1eee1

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

LICENSE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ modification, are permitted provided that the following conditions
66
are met:
77

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

1818
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1919
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,7 @@ For other available options, see the [guide](docs/guide/en).
7979

8080
## Documentation
8181

82-
- [English](docs/guide/en/README.md)
83-
- [Português - Brasil](docs/guide/pt-BR/readme.md)
84-
85-
Testing:
86-
87-
- [English](docs/guide/en/testing.md)
88-
- [Português - Brasil:](docs/guide/pt-BR/testing.md)
89-
82+
- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md).
9083
- [Internals](docs/internals.md)
9184

9285
## Support

docs/internals.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ use either newest or any specific version of PHP:
3434
./vendor/bin/rector
3535
```
3636

37-
## Composer require checker
37+
## Dependencies
3838

39-
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.
40-
41-
To run the checker, execute the following command:
39+
Use [ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker) to detect transitive
40+
[Composer](https://getcomposer.org/) dependencies:
4241

4342
```shell
4443
./vendor/bin/composer-require-checker

0 commit comments

Comments
 (0)