Skip to content

Commit 30af0e3

Browse files
luizcmarinvjik
andauthored
Update file (#94)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent 0ee76d4 commit 30af0e3

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

LICENSE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions
66
are met:
77

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

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following are provided:
2929

3030
## Installation
3131

32-
The package could be installed with composer:
32+
The package could be installed with [Composer](https://getcomposer.org):
3333

3434
```shell
3535
composer require yiisoft/definitions
@@ -244,10 +244,15 @@ var_dump($storage->has(EngineMarkOne::class));
244244

245245
- [Internals](docs/internals.md)
246246

247-
## Support
247+
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
248+
that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
248249

249-
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.
250-
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
250+
## License
251+
252+
The Yii Definitions is free software. It is released under the terms of the BSD License.
253+
Please see [`LICENSE`](./LICENSE.md) for more information.
254+
255+
Maintained by [Yii Software](https://www.yiiframework.com/).
251256

252257
## Support the project
253258

@@ -260,10 +265,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
260265
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
261266
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
262267
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)
263-
264-
## License
265-
266-
The Yii Access is free software. It is released under the terms of the BSD License.
267-
Please see [`LICENSE`](./LICENSE.md) for more information.
268-
269-
Maintained by [Yii Software](https://www.yiiframework.com/).

docs/internals.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static
2525
./vendor/bin/psalm
2626
```
2727

28-
## Rector
28+
## Code style
2929

3030
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
3131
use either newest or any specific version of PHP:
@@ -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+
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if
40+
all dependencies are correctly defined in `composer.json`. To run the checker, execute the following command:
4241

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

0 commit comments

Comments
 (0)