{
  "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"
  }
}
 
  |