Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions user_guide_src/source/extending/composer_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ be ``YourVendor``. So you would write like the following::

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

Choosing License
================

If you are not familiar with open source licenses, see https://choosealicense.com/.
Comment thread
paulbalandan marked this conversation as resolved.
Many PHP packages, including CodeIgniter, use the MIT license.

***************************
Preparing Development Tools
***************************
Expand Down