soko-web/composer.json

22 lines
425 B
JSON

{
"name": "esoko/soko-web",
"type": "library",
"description": "Lightweight web framework",
"license": "GNU GPL 3.0",
"require": {
"vlucas/phpdotenv": "^5.5",
"symfony/console": "^5.4",
"phpmailer/phpmailer": "^6.8",
"cocur/slugify": "^4.3"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
"SokoWeb\\": "src"
}
}
}