{
"name": "ahmard/utiweb",
"description": "Web version of ahmard/uticlass",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Ahmad Mustapha",
"email": "ahmard06@gmail.com"
}
],
"require": {
"php": "^7.4",
"ext-json": "*",
"ext-pdo": "*",
"ahmard/quick-route": "^2.0",
"ahmard/uticlass": "^1.1",
"ahmard/preact": "^1.0",
"twig/twig": "^3.1",
"vlucas/phpdotenv": "^5.2",
"sunrise/http-server-request": "^1.0",
"symfony/validator": "^5.1",
"botman/botman": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}
|