{
"name": "lawondyss/parex",
"description": "Lightweight PHP library for parsing terminal commands using PHP native options processing",
"type": "library",
"version": "1.2.1",
"keywords": [
"php",
"cli",
"terminal",
"parser",
"command-parser",
"shell"
],
"authors": [
{
"name": "Ladislav Vondrá?ek",
"email": "lad.von@gmail.com",
"homepage": "https://www.lawondyss.cz"
}
],
"license": "MIT",
"require": {
"php": "^8.2"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"friendsofphp/php-cs-fixer": "3.69",
"tracy/tracy": "^2.10"
},
"autoload": {
"psr-4": {
"Lawondyss\\Parex\\": "src/"
}
},
"scripts": {
"phpstan": "phpstan analyse -l 5 src/",
"phpcsfix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --allow-risky yes"
}
}
|