Skip to content

Commit

Permalink
Fix docs (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Apr 26, 2024
1 parent b5d31ca commit 869bdd4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 3.0.1 April 23, 2024

- Enh #82: Allow to use RoadRunner version 2024 and higher (@dependabot, @viktorprogger)
- Enh #82: Allow to use RoadRunner version 2024 and higher (@viktorprogger)

## 3.0.0 February 22, 2024

Expand Down
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: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,12 @@ $runner = $runner->withPsr7Worker($psr7Worker);

## Documentation

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

## Support

If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for
that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).

## Support the project

Expand Down
1 change: 0 additions & 1 deletion docs/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
- [English](en/readme.md)
- [Português - Brasil](pt-BR/readme.md)
- [Русский](ru/readme.md)
- [Internals](../internals.md)
5 changes: 2 additions & 3 deletions docs/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ use either newest or any specific version of PHP:

## Composer require checker

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:
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:

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

0 comments on commit 869bdd4

Please sign in to comment.