-
Notifications
You must be signed in to change notification settings - Fork 35
/
composer.json
43 lines (43 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
43
{
"name": "helios-ag/fm-bbcode-bundle",
"type": "symfony-bundle",
"description": "Symfony FMBbCodeBundle",
"keywords": ["bbcode"],
"homepage": "https://github.com/helios-ag/FMBbCodeBundle",
"license": "MIT",
"authors": [
{
"name": "Albert Ganiev",
"email": "helios.ag@gmail.com"
}
],
"require": {
"php": ">=5.5",
"mjohnson/decoda": "6.*",
"symfony/twig-bundle": "~3.0",
"symfony/assetic-bundle": "~2.4",
"symfony/config": "~3.0",
"symfony/console": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/framework-bundle": "~3.0",
"symfony/http-foundation": "~3.0",
"symfony/http-kernel": "~3.0",
"symfony/process": "~3.0",
"symfony/templating": "~3.0",
"symfony/yaml": "~3.0",
"sensio/distribution-bundle": "~5.0"
},
"require-dev": {
"symfony/symfony": "~3.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": { "FM\\BbcodeBundle\\": "" }
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
}
}