-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.1 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
{
"name": "kunstmaan/redirect-bundle",
"type": "symfony-bundle",
"description": "This bundle adds a way to configure redirects from the backend.",
"keywords": ["kunstmaan", "cms", "redirect", "admin"],
"homepage": "https://github.com/Kunstmaan/KunstmaanRedirectBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2|^8.0",
"kunstmaan/adminlist-bundle": "^5.9",
"symfony-cmf/routing-bundle": "^2.1"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/phpunit-bridge": "^5.1",
"phpunit/phpunit": "^8.5"
},
"conflict": {
"doctrine/persistence": "<1.3"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": { "Kunstmaan\\RedirectBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.10-dev"
}
}
}