PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eric Jumba   PHPInfo Guard   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPInfo Guard
Protected replacement for the phpinfo() function
Author: By
Last change:
Date: 20 days ago
Size: 521 bytes
 

Contents

Class file image Download
{ "name": "jumbaeric/phpinfoguard", "description": "A package to globally protect the phpinfo() command.", "type": "library", "autoload": { "psr-4": { "PhpInfoGuard\\": "src/" } }, "require": { "php": ">=7.4" }, "scripts": { "post-install-cmd": [ "PhpInfoGuard\\PhpInfoGuard::enable", "php scripts/update_php_ini.php" ], "post-update-cmd": [ "php scripts/update_php_ini.php" ] } }