master
Anton Smirnov 2022-06-05 14:05:00 +03:00
parent e4b9813ede
commit ccf5f3db3a
1 changed files with 23 additions and 0 deletions

View File

@ -1,2 +1,25 @@
Command Line Interface
######################
The plugin adds a scan command to the composer.
``licenses:scan``
=================
.. code-block:: bash
composer licenses:scan
Lists installed packages that do not conform to the license policy.
.. code-block:: none
$ composer licenses:scan
npm-asset/jquery-form has forbidden license: (LGPL-2.1+ OR MIT)
or
.. code-block:: none
$ composer licenses:scan
All licenses conform to your policy