soko-web/composer.json
Pőcze Bence a17a88e9d4
All checks were successful
soko-web/pipeline/head This commit looks good
initial commit for soko-web
2023-04-07 19:32:15 +02:00

21 lines
396 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"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
"SokoWeb\\": "src"
}
}
}