mnocon / gnu-terry-pratchett
Add X-Clacks-Overhead "GNU Terry Pratchett" to your website headers
v1.0.0
2020-03-22 17:40 UTC
Requires
- php: ^7.1
- symfony/http-kernel: ^4.3.3 || ^5.0
Requires (Dev)
- behat/behat: ^3.6
- behat/mink: ^1.8
- behat/mink-goutte-driver: ^1.2
- dg/bypass-finals: ^1.1
- ezsystems/ezplatform-code-style: ^0.1.0
- friends-of-behat/mink-extension: ^2.2
- friendsofphp/php-cs-fixer: ^2.16.0
- matthiasnoback/symfony-dependency-injection-test: ^3.0 || ^4.1
- phpstan/phpstan: ^0.12.14
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-strict-rules: ^0.12.2
- phpstan/phpstan-symfony: ^0.12.4
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0
- sensiolabs/security-checker: ^6.0
This package is auto-updated.
Last update: 2021-02-22 19:56:22 UTC
README
This bundle allows you to honor Sir Terry Pratchett by adding the X-Clacks-Overhead to your Symfony application. See GNU Terry Pratchett for more information.
Installation
Requirements
This bundle requires Symfony 4 or higher.
1. Enable GnuTerryPratchettBundle
Edit config/bundles.php
, and add
MNocon\GnuTerryPratchettBundle\GnuTerryPratchettBundle::class => ['all' => true],
to the list of bundles.
2. Install mnocon/gnu-terry-pratchett
composer require mnocon/gnu-terry-pratchett