Download the PHP package prestashop/header-stamp without Composer
On this page you can find all versions of the php package prestashop/header-stamp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prestashop/header-stamp
More information about prestashop/header-stamp
Files in prestashop/header-stamp
Package header-stamp
Short Description Rewrite your file headers to add the license or to make them up-to-date
License AFL-3.0
Homepage https://github.com/PrestaShopCorp/header-stamp
Informations about the package header-stamp
Header Stamp
Update the headers of the current folder. This tools extracts the command originally available in the PrestaShop Core.
Installation
This projet is downloadable via Composer, the PHP Package Manager. We recommend having it in the require-dev
section of your dependancies as it is not needed on production environments.
Usage
If installed via Composer, the application is available in its binaries folder
The default behavior is to apply the OSL license in every compatible file found in the current folder.
:warning: Header Stamp will scan and process all your compatible files, including node_modules
or vendor
if you do not specify the target. Use --exclude
to avoid modifying dependency files.
Available options:
Development
Install dependencies with composer. Two CI tools are configured for this project: php-cs-fixer and phpstan
Before submitting changes to the projects, tests can be run with:
All versions of header-stamp with dependencies
symfony/console Version ^3.4 || ~4.0 || ~5.0 || ~6.0
symfony/finder Version ^3.4 || ~4.0 || ~5.0 || ~6.0
nikic/php-parser Version ^4.10