-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.53 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.53 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"require": {
"php": ">=7.2",
"ext-imagick": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-xml": "*",
"slim/slim": "^3.0",
"monolog/monolog": "^1.23",
"twig/twig": "dev-environment-inheritance as 2.x-dev",
"php-di/slim-bridge": "^2.0",
"doctrine/orm":"^2.0",
"phpmailer/phpmailer": "~6.0",
"scssphp/scssphp": "1.3",
"matthiasmullie/minify": "^1.3",
"firebase/php-jwt": "^6.0",
"ulrichsg/getopt-php": "^3.0",
"marcj/topsort": "^1.1",
"pelago/emogrifier": "^2.1.0",
"ext-fileinfo": "*",
"vimeo/vimeo-api": "^3.0",
"google/cloud-translate": "*",
"wikimedia/composer-merge-plugin": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/oforge/Twig"
}
],
"autoload": {
"psr-4": {
"Oforge\\Engine\\": "Engine/",
"Themes\\": "Themes/",
"": "Plugins"
},
"files": ["Engine/Modules/Core/BlackSmith.php"]
},
"extra": {
"merge-plugin": {
"include": [
"Plugins/*/composer.json"
],
"recurse": true,
"replace": false,
"merge-dev": false
}
},
"require-dev": {
"phpunit/phpunit": "8",
"codedungeon/phpunit-result-printer": "0.8"
},
"minimum-stability": "dev",
"prefer-stable": true
}