Skip to content

Commit 48d1d9c

Browse files
authored
Merge pull request #7761 from kenjis/docs-composer_packages.rst-license
docs: add sub section "Choosing License"
2 parents 18487ea + c1fc4a8 commit 48d1d9c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/extending/composer_packages.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ be ``YourVendor``. So you would write like the following::
9090

9191
This setting instructs Composer to autoload the source code for your package.
9292

93+
Choosing License
94+
================
95+
96+
If you are not familiar with open source licenses, see https://choosealicense.com/.
97+
Many PHP packages, including CodeIgniter, use the MIT license.
98+
9399
***************************
94100
Preparing Development Tools
95101
***************************

0 commit comments

Comments
 (0)