You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
134
132
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
135
133
134
+
## License
135
+
136
+
The Yii Data Response 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/).
@@ -144,10 +149,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
Copy file name to clipboardexpand all lines: docs/internals.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static
25
25
./vendor/bin/psalm
26
26
```
27
27
28
-
## Rector
28
+
## Code style
29
29
30
30
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
31
31
use either newest or any specific version of PHP:
@@ -34,11 +34,10 @@ use either newest or any specific version of PHP:
34
34
./vendor/bin/rector
35
35
```
36
36
37
-
## Composer require checker
37
+
## Dependencies
38
38
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:
0 commit comments