Skip to content

Commit 149690c

Browse files
luizcmarinvjik
andauthored
Update file (#87)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent da69cf3 commit 149690c

3 files changed

Lines changed: 20 additions & 21 deletions

File tree

LICENSE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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
9-
notice, this list of conditions and the following disclaimer.
10-
* 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.
14-
* 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.
8+
* Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
* 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.
14+
* 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.
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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ $authenticationMethod = new \Yiisoft\Auth\Method\Composite([
131131
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.
132132
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
133133

134+
## License
135+
136+
The Yii Auth is free software. It is released under the terms of the BSD License.
137+
Please see [`LICENSE`](./LICENSE.md) for more information.
138+
139+
Maintained by [Yii Software](https://www.yiiframework.com/).
140+
134141
## Support the project
135142

136143
[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft)
@@ -142,10 +149,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
142149
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
143150
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
144151
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)
145-
146-
## License
147-
148-
The Yii Auth is free software. It is released under the terms of the BSD License.
149-
Please see [`LICENSE`](./LICENSE.md) for more information.
150-
151-
Maintained by [Yii Software](https://www.yiiframework.com/).

docs/internals.md

Lines changed: 4 additions & 5 deletions
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 all
40+
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)