-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcomposer.json
58 lines (57 loc) · 1.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "yosimitso/workingforumbundle",
"description": "A complete forum bundle",
"type": "symfony-bundle",
"require": {
"php": ">=8.2.0",
"ext-mbstring": "*",
"knplabs/knp-paginator-bundle": "^5.0",
"knplabs/knp-markdown-bundle": "^1.9.0",
"symfony/framework-bundle": ">=5.0|>=6.2",
"symfony/translation": ">=5.0|>=6.2",
"symfony/security-bundle": ">=5.0|>=6.2",
"symfony/templating": ">=5.0|>=6.2",
"symfony/asset": ">=5.0|>=6.2",
"symfony/dependency-injection": ">=5.0|>=6.2",
"symfony/form": ">=5.0|>=6.2",
"doctrine/common": "^3.0",
"doctrine/orm": "^2.8",
"twig/twig": "^2.0|^3.0",
"symfony/twig-bridge": ">= 5.4|>=6.2",
"twig/extra-bundle": ">= 3.3",
"doctrine/doctrine-bundle": ">=2.6",
"symfony/validator": ">=5.0|>=6.2",
"doctrine/annotations": "^1.12",
"symfony/mime": ">=5.0|>=6.2",
"knplabs/knp-time-bundle": "^1.20",
"symfony/messenger": ">=5.2",
"symfony/mailer": ">=5.4|>=6.2",
"symfony/security-core": ">=5.4|>=6.2",
"egulias/email-validator": "^3.1",
"symfony/expression-language": "^6.3",
"sensio/framework-extra-bundle": "^6.2"
},
"license": "MIT",
"authors": [
{
"name": "Yosimitso",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Yosimitso\\WorkingForumBundle\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"yosimitso/mockdoctrinemanager": "dev-master",
"phpstan/phpstan-symfony": "^1.3.2",
"symfony/browser-kit": ">=5.0|>=6.2",
"symfony/panther": "^2.1",
"hautelook/alice-bundle": "^2.13",
"symfony/css-selector": ">=5.0|>=6.2",
"phpstan/phpstan-doctrine": "^1.3.2"
}
}