PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   XR PHP Debugger Online   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XR PHP Debugger Online
Debug PHP code using a Web interface
Author: By
Last change:
Date: 1 year ago
Size: 1,324 bytes
 

Contents

Class file image Download
{ "name": "chevere/xr", "description": "Lightweight debug utility", "keywords": [ "chevere", "dump", "debug", "debugging" ], "license": "Apache-2.0", "authors": [ { "name": "Rodolfo Berrios", "email": "rodolfo@chevere.org", "homepage": "https://chevere.org" } ], "require": { "php": ">=8.0", "chevere/chevere": "~0.7", "chevere/throwable-handler": "~0.3", "chevere/trace": "~0.2", "chevere/var-dump": "~0.1", "rodber/php-sse-react": "^0.1", "samejack/php-argv": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symplify/easy-coding-standard": "^10.1" }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Chevere\\Xr\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "config": { "optimize-autoloader": true, "sort-packages": true }, "scripts": { "update-cs": "curl --create-dirs -O --output-dir .ecs https://raw.githubusercontent.com/chevere/code-style/main/.ecs/ecs-chevere.php" }, "scripts-descriptions": { "update-cs": "Update Chevere code style definition" } }