first commit
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "root/www",
|
||||
"type": "project",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Root\\Www\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"twig/twig": "^3.23",
|
||||
"phpmailer/phpmailer": "^7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user