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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ When installed for development via Composer, the package also requires:
25
25
26
26
* inpsyde/php-coding-standards
27
27
* roots/wordpress
28
-
*vimeo/psalm
28
+
*phpstan/phpstan
29
29
* phpunit/phpunit
30
30
* brain/monkey
31
31
* mikey179/vfsstream
@@ -38,6 +38,7 @@ When installed for development via Composer, the package also requires:
38
38
4.[Properties](docs/Properties.md)
39
39
5.[Application Flow](docs/Application-flow.md)
40
40
41
-
## License
41
+
## Copyright and License
42
+
43
+
This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).
42
44
43
-
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.
Copy file name to clipboardexpand all lines: docs/README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,14 @@ When installed for development, via Composer, the package also requires:
30
30
31
31
* inpsyde/php-coding-standards
32
32
* roots/wordpress
33
-
*vimeo/psalm
33
+
*phpstan/phpstan
34
34
* phpunit/phpunit
35
35
* brain/monkey
36
36
* mikey179/vfsstream
37
37
38
38
39
39
40
-
## License
41
-
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](https://github.com/inpsyde/modularity/blob/master/LICENSE) for complete license.
40
+
## Copyright and License
41
+
42
+
This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](https://github.com/inpsyde/modularity/blob/HEAD/LICENSE).
0 commit comments