We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18487ea + c1fc4a8 commit 48d1d9cCopy full SHA for 48d1d9c
1 file changed
user_guide_src/source/extending/composer_packages.rst
@@ -90,6 +90,12 @@ be ``YourVendor``. So you would write like the following::
90
91
This setting instructs Composer to autoload the source code for your package.
92
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
99
***************************
100
Preparing Development Tools
101
0 commit comments