-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
43 lines (42 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
42
43
{
"name": "manuxi/sulu-event-bundle",
"description": "Say hello to sulu-events",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Manuel Bertrams",
"email": "[email protected]"
}
],
"require": {
"dantleech/phpcr-migrations-bundle": "^1.2",
"php": "^7.2 | ^8.0",
"sulu/sulu": "^2.2",
"symfony/config": "^4.4 | ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 | ^5.0",
"symfony/http-foundation": "^4.4 | ^5.0",
"symfony/http-kernel": "^4.4 | ^5.0",
"symfony/intl": "^5.2",
"symfony/translation": "^5.2"
},
"require-dev": {
"jackalope/jackalope-doctrine-dbal": "^1.3.4",
"symfony/browser-kit": "^4.4 | ^5.0",
"symfony/phpunit-bridge": "^4.4 | ^5.0",
"symfony/console": "^4.4 | ^5.0"
},
"autoload": {
"psr-4": {
"Manuxi\\SuluEventBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Manuxi\\SuluEventBundle\\Tests\\": "tests/"
}
},
"scripts": {
}
}