Index of /OLD/Corpone/vendor/sensio/distribution-bundle

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Composer/ 2016-11-08 09:22 -  
[DIR]DependencyInjection/ 2016-11-08 09:22 -  
[DIR]Resources/ 2016-11-08 09:22 -  
[   ]SensioDistributionBu..>2016-11-08 09:22 581  
[TXT]UPGRADE.md 2016-11-08 09:22 728  
[   ]composer.json 2016-11-08 09:22 910  
[TXT]LICENSE 2016-11-08 09:22 1.0K 

SensioDistributionBundle
========================

SensioDistributionBundle provides useful developer features that can be re-used
amongst several Symfony Distributions.

Composer Hooks
--------------

The bundle hooks up into the Composer process to automate the following actions
when running an install or an update:

* Update the ``bootstrap.php.cache`` file (and clears the cache);

* Install the assets under the web root directory;

* Update the requirements file.

Security
--------

The bundle includes the SensioLabs Security Checker. When included in a Symfony
application, the check is available:

.. code-block:: bash

    $ ./app/console security:check