Refactor project structure
This commit is contained in:
20
core/lib/composer/composer.json
Normal file
20
core/lib/composer/composer.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"require": {
|
||||
"monolog/monolog": "1.13.1",
|
||||
"twig/twig": "1.23.*",
|
||||
"gettext/gettext": "4.0.0",
|
||||
"consolidation/robo": "~1",
|
||||
"filp/whoops": "~2.1",
|
||||
"swiftmailer/swiftmailer": "^6.0",
|
||||
"pear/net_smtp": "^1.7",
|
||||
"pear/mail": "^1.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"": "../../src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user