1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-18 19:52:26 +02:00
polr/composer.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2015-11-03 05:13:32 +01:00
{
2015-11-03 05:17:51 +01:00
"name": "cydrobolt/polr",
"description": "The Polr URL Shortener.",
"keywords": ["url-shortener", "url", "cms"],
"license": "GPLv2+",
2015-11-03 05:13:32 +01:00
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.1.*",
2016-02-27 21:54:40 +01:00
"vlucas/phpdotenv": "~1.0",
2016-10-01 04:10:58 +02:00
"illuminate/mail": "~5.1",
"yajra/laravel-datatables-oracle": "~6.0",
"paragonie/random_compat": "^1.0.6",
"torann/geoip": "^1.0",
"geoip2/geoip2": "^2.4",
"nesbot/carbon": "^1.22",
"doctrine/dbal": "2.5.11",
"google/recaptcha": "~1.1",
"symfony/http-foundation": "2.7.51"
2015-11-03 05:13:32 +01:00
},
"require-dev": {
2016-02-14 04:53:46 +01:00
"fzaninotto/faker": "~1.0",
"phpunit/phpunit": "^5.2",
"symfony/css-selector": "^3.0"
2015-11-03 05:13:32 +01:00
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"classmap": [
"database/"
]
},
"autoload-dev": {
"classmap": [
"tests/"
]
},
"config": {
"preferred-install": "dist"
}
}