{
"name": "ahmard/php-server",
"description": "A small library to help run PHP servers easily and quickly.",
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0",
"ext-pdo": "*",
"react/child-process": "^0.6.3",
"react/http": "^1.5",
"opis/closure": "^3.6",
"symfony/console": "^5.3",
"ahmard/quick-route": "^3.8",
"nette/utils": "^3.2",
"vlucas/phpdotenv": "^5.3"
},
"require-dev": {
"phpstan/phpstan": "^0.12.98",
"symfony/var-dumper": "^5.3",
"swoole/ide-helper": "^4.7",
"ahmard/swotch": "^0.0.1"
},
"autoload": {
"psr-4": {
"PHPServer\\": "src/"
},
"files": ["src/functions.php"]
},
"authors": [
{
"name": "ahmard",
"email": "ahmard06@gmail.com"
}
],
"scripts": {
"analyse": "phpstan analyse",
"analyze": "@analyse"
}
}
|