composer.json
{
"name": "autologic-web/redirect-bundle",
"description": "A Symfony bundle for handling redirection",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Matt Halliday",
"email": "matt.halliday@autologic.com"
}
],
"require": {
"php": "^5.6|^7.0",
"symfony/http-foundation": "^2.7|^3.0|^4.0",
"symfony/config": "^2.7|^3.0|^4.0",
"symfony/dependency-injection": "^2.7|^3.0|^4.0",
"symfony/http-kernel": "^2.7|^3.0|^4.0"
},
"autoload": {
"psr-4": {
"Autologic\\Bundle\\RedirectBundle\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.4",
"mockery/mockery": "^1.0"
}
}