mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 11:42:28 +01:00
35 lines
758 B
JSON
35 lines
758 B
JSON
{
|
|
"name": "cydrobolt/polr",
|
|
"description": "The Polr URL Shortener.",
|
|
"keywords": ["url-shortener", "url", "cms"],
|
|
"license": "GPLv2+",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"laravel/lumen-framework": "5.1.*",
|
|
"vlucas/phpdotenv": "~1.0",
|
|
"illuminate/mail": "~5.1"
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "~1.0",
|
|
"phpunit/phpunit": "^5.2",
|
|
"symfony/css-selector": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
},
|
|
"classmap": [
|
|
"database/"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|