first commit
This commit is contained in:
30
composer.json
Normal file
30
composer.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ezyang/htmlpurifier": "^4.19",
|
||||
"monolog/monolog": "^3.0",
|
||||
"php-di/php-di": "^6.4",
|
||||
"phpmailer/phpmailer": "^6.9",
|
||||
"slim/csrf": "^1.5",
|
||||
"slim/psr7": "^1.0",
|
||||
"slim/slim": "4.*",
|
||||
"slim/twig-view": "^3.4",
|
||||
"twig/twig": "^3.11",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.94",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
"phpunit/phpunit": "^11.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user