php-redirect/composer.json
2016-02-13 17:40:05 -05:00

23 lines
718 B
JSON

{
"name": "joshtronic/php-redirect",
"description": "Permanent (301) and temporary (302) redirection",
"version": "1.0.0",
"type": "utility",
"keywords": ["http", "response", "redirect", "forward", "permanment", "temporary", "301", "302"],
"homepage": "https://github.com/joshtronic/php-redirect",
"license": "MIT",
"authors": [{
"name": "Josh Sherman",
"email": "hello@joshtronic.com",
"homepage": "http://joshtronic.com"
}],
"require-dev": {
"php": ">=4.0.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {"joshtronic\\": "src/"}
}
}