forked from joomlatools/joomlatools-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.19 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "joomlatools/platform",
"type": "project",
"description": "Joomla based web platform for building modern, scalable and maintainable software-as-a-service apps",
"keywords": ["joomla", "platform", "php"],
"homepage": "https://github.com/joomlatools/joomlatools-platform",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Johan Janssens",
"email": "[email protected]",
"homepage": "http://about.me/johanjanssens"
},
{
"name": "Timble",
"email": "[email protected]",
"homepage": "http://www.timble.net"
}
],
"require": {
"php": ">=7.0",
"ext-mbstring": "*",
"joomla/application": "1.7.0",
"joomla/registry": "1.5.2",
"joomla/string": "1.4.1",
"joomla/uri": "~1.1",
"phpmailer/phpmailer": "5.2.16",
"vlucas/phpdotenv": "^2.1.0",
"joomlatools/console": "^1.5.0",
"paragonie/random_compat": "~1.0",
"robmorgan/phinx": "^0.8.0"
},
"suggest": {
"joomlatools/platform-legacy": "Includes deprecated library classes no longer used in the core"
},
"autoload": {
"psr-0": {"Composer": "install/scripts"}
},
"scripts": {
"post-create-project-cmd": "Composer\\Project::install"
}
}