forked from origammi/AstinaRedirectManagerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 857 Bytes
/
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
{
"name": "astina/redirect-manager-bundle",
"description": "User gets ability to specify redirection through web GUI.",
"keywords": ["astina", "redirection", "redirect", "manager", "302", "301"],
"type": "symfony-bundle",
"homepage": "http://astina.ch",
"authors": [
{
"name": "Astina",
"homepage": "https://github.com/astina/AstinaRedirectManagerBundle/contributors"
}
],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/symfony": "~2.2|~3.0",
"doctrine/orm": ">=2.2.3",
"doctrine/doctrine-bundle": ">=1.0.0"
},
"autoload": {
"psr-0": {
"Astina\\Bundle\\RedirectManagerBundle": ""
}
},
"require-dev": {
"phpunit/phpunit": "~4.3"
},
"target-dir": "Astina/Bundle/RedirectManagerBundle"
}