TaskerBridges/composer.json

21 lines
607 B
JSON

{
"name": "getphred/tasker-bridges",
"description": "Optional bridges for integrating Phred CLI commands into various PHP console tools.",
"license": "MIT",
"type": "library",
"require": {
"php": "^8.2",
"getphred/console-contracts": "dev-master"
},
"suggest": {
"getphred/tasker": "To use the PhredBridge with the Tasker runner",
"symfony/console": "To use the SymfonyBridge",
"laminas/laminas-console": "To use the LaminasBridge"
},
"autoload": {
"psr-4": {
"Phred\\TaskerBridges\\": "src/"
}
}
}