-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.15 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
{
"name": "digipolisgent/domainator9k-core-bundle",
"type": "symfony-bundle",
"description": "",
"license": "MIT",
"authors": [],
"support": {},
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"digipolisgent/command-builder": "^1.0",
"digipolisgent/setting-bundle": "^4.0",
"doctrine/doctrine-bundle": "^2.2.3",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/orm": "^2.5",
"mattketmo/camel": "^1.1",
"phpseclib/phpseclib": "^3.0",
"roave/better-reflection": "^6.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/doctrine-bridge": "^6.3",
"symfony/event-dispatcher": "^6.0",
"symfony/form": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/options-resolver": "^6.0",
"symfony/twig-bundle": "^6.0",
"symfony/uid": "^6.3",
"symfony/validator": "^6.0",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"DigipolisGent\\Domainator9k\\CoreBundle\\": "src",
"DigipolisGent\\Domainator9k\\CoreBundle\\Tests\\": "tests"
}
}
}