24 lines
546 B
JSON
24 lines
546 B
JSON
|
|
{
|
||
|
|
"name": "getphred/console-contracts",
|
||
|
|
"description": "Minimal, framework-agnostic console interfaces for the Phred Framework.",
|
||
|
|
"license": "MIT",
|
||
|
|
"type": "library",
|
||
|
|
"require": {
|
||
|
|
"php": "^8.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^10.0",
|
||
|
|
"phpstan/phpstan": "^1.10"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Phred\\ConsoleContracts\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload-dev": {
|
||
|
|
"psr-4": {
|
||
|
|
"Phred\\ConsoleContracts\\Tests\\": "tests/"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|