PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ladislav Vondracek   Parex Commander   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Parex Commander
Run console programs using callback functions
Author: By
Last change:
Date: 2 months ago
Size: 885 bytes
 

Contents

Class file image Download
{ "name": "lawondyss/parex-commander", "description": "Lightweight PHP tool for creating interactive terminal applications", "type": "library", "version": "1.0.1", "keywords": [ "php", "cli", "terminal", "shell", "console", "command", "application" ], "authors": [ { "name": "Ladislav Vondrá?ek", "email": "[email protected]", "homepage": "https://www.lawondyss.cz" } ], "license": "MIT", "require": { "php": "^8.2", "lawondyss/parex": "^1.3" }, "require-dev": { "phpstan/phpstan": "^2.1", "friendsofphp/php-cs-fixer": "3.69", "tracy/tracy": "^2.10" }, "autoload": { "psr-4": { "Lawondyss\\ParexCommander\\": "src/" } }, "scripts": { "phpstan": "phpstan analyse -l 5 src/", "phpcsfix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --allow-risky yes" } }