forked from contao/core-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1010 Bytes
/
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
{
"name": "contao/core-bundle",
"type": "library",
"description": "Contao 4 core bundle",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"php": ">=5.4.0",
"leafo/lessphp": "~0.4",
"leafo/scssphp": "dev-master",
"leafo/scssphp-compass": "dev-master",
"mabrahamde/idna-converter": "dev-master",
"michelf/php-markdown": "~1.4",
"phpspec/php-diff": "~1.0",
"simplepie/simplepie": "~1.3",
"swiftmailer/swiftmailer": "~5.2",
"symfony/finder": "~2.5",
"symfony/framework-bundle": "~2.5",
"tecnick.com/tcpdf": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-4": {
"Contao\\CoreBundle\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-develop": "4.0.x-dev"
}
}
}