2016-04-10 02:38:07 -05:00
|
|
|
{
|
2016-07-19 09:30:48 -05:00
|
|
|
"name": "shlinkio/shlink",
|
2016-04-10 02:38:07 -05:00
|
|
|
"type": "project",
|
2017-03-24 15:10:25 -05:00
|
|
|
"homepage": "https://shlink.io",
|
2016-07-31 09:42:19 -05:00
|
|
|
"description": "A self-hosted and PHP-based URL shortener application with CLI and REST interfaces",
|
2016-04-10 02:38:07 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-07-31 09:42:19 -05:00
|
|
|
"name": "Alejandro Celaya Alastrué",
|
2017-03-24 15:10:25 -05:00
|
|
|
"homepage": "https://www.alejandrocelaya.com",
|
2016-04-10 02:38:07 -05:00
|
|
|
"email": "alejandro@alejandrocelaya.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2016-06-12 10:51:30 -05:00
|
|
|
"php": "^5.6 || ^7.0",
|
2017-03-24 15:10:25 -05:00
|
|
|
"zendframework/zend-expressive": "^2.0",
|
|
|
|
"zendframework/zend-expressive-fastroute": "^2.0",
|
|
|
|
"zendframework/zend-expressive-twigrenderer": "^1.4",
|
|
|
|
"zendframework/zend-stdlib": "^3.0",
|
2016-04-10 02:38:07 -05:00
|
|
|
"zendframework/zend-servicemanager": "^3.0",
|
2016-07-04 01:57:37 -05:00
|
|
|
"zendframework/zend-paginator": "^2.6",
|
2017-03-24 15:10:25 -05:00
|
|
|
"zendframework/zend-config": "^3.0",
|
2016-07-21 08:08:46 -05:00
|
|
|
"zendframework/zend-i18n": "^2.7",
|
2017-03-24 14:34:18 -05:00
|
|
|
"zendframework/zend-config-aggregator": "^0.1",
|
2017-03-24 15:10:25 -05:00
|
|
|
"acelaya/ze-content-based-error-handler": "^2.0",
|
2017-07-23 01:42:57 -05:00
|
|
|
"doctrine/orm": "^2.5 <2.6",
|
|
|
|
"doctrine/dbal": "^2.5 <2.6",
|
2017-07-22 07:20:40 -05:00
|
|
|
"doctrine/annotations": "^1.4 <1.5",
|
2017-07-22 06:33:32 -05:00
|
|
|
"doctrine/collections": "^1.4 <1.5",
|
|
|
|
"doctrine/common": "^2.7 <2.8",
|
2017-07-23 04:51:47 -05:00
|
|
|
"doctrine/cache": "^1.6 <1.7",
|
2016-04-17 13:27:24 -05:00
|
|
|
"guzzlehttp/guzzle": "^6.2",
|
2016-08-07 07:44:33 -05:00
|
|
|
"symfony/console": "^3.0",
|
2016-08-14 16:40:54 -05:00
|
|
|
"symfony/process": "^3.0",
|
2016-08-18 06:20:57 -05:00
|
|
|
"symfony/filesystem": "^3.0",
|
2016-08-08 04:56:19 -05:00
|
|
|
"firebase/php-jwt": "^4.0",
|
|
|
|
"monolog/monolog": "^1.21",
|
2016-08-09 03:24:42 -05:00
|
|
|
"theorchard/monolog-cascade": "^0.4",
|
2016-08-18 03:19:33 -05:00
|
|
|
"endroid/qrcode": "^1.7",
|
2016-08-19 07:51:34 -05:00
|
|
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
|
|
|
"doctrine/migrations": "^1.4"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-03-24 14:34:18 -05:00
|
|
|
"phpunit/phpunit": "^5.7 || ^6.0",
|
2016-04-10 02:38:07 -05:00
|
|
|
"squizlabs/php_codesniffer": "^2.3",
|
|
|
|
"roave/security-advisories": "dev-master",
|
2016-04-10 05:06:28 -05:00
|
|
|
"filp/whoops": "^2.0",
|
2016-04-30 10:21:35 -05:00
|
|
|
"symfony/var-dumper": "^3.0",
|
2017-04-13 02:39:35 -05:00
|
|
|
"vlucas/phpdotenv": "^2.2",
|
|
|
|
"zendframework/zend-expressive-tooling": "^0.4"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-07-19 09:50:02 -05:00
|
|
|
"Shlinkio\\Shlink\\CLI\\": "module/CLI/src",
|
|
|
|
"Shlinkio\\Shlink\\Rest\\": "module/Rest/src",
|
2016-07-19 10:27:55 -05:00
|
|
|
"Shlinkio\\Shlink\\Core\\": "module/Core/src",
|
|
|
|
"Shlinkio\\Shlink\\Common\\": "module/Common/src"
|
2016-08-01 07:36:39 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"module/Common/functions/functions.php"
|
|
|
|
]
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2016-07-19 09:50:02 -05:00
|
|
|
"ShlinkioTest\\Shlink\\CLI\\": "module/CLI/test",
|
|
|
|
"ShlinkioTest\\Shlink\\Rest\\": "module/Rest/test",
|
2016-07-19 10:27:55 -05:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": "module/Core/test",
|
|
|
|
"ShlinkioTest\\Shlink\\Common\\": "module/Common/test"
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"check": [
|
|
|
|
"@cs",
|
|
|
|
"@test"
|
|
|
|
],
|
|
|
|
"cs": "phpcs",
|
|
|
|
"cs-fix": "phpcbf",
|
|
|
|
"serve": "php -S 0.0.0.0:8000 -t public/",
|
2016-04-17 12:34:16 -05:00
|
|
|
"test": "phpunit --coverage-clover build/clover.xml",
|
2016-04-17 06:42:52 -05:00
|
|
|
"pretty-test": "phpunit --coverage-html build/coverage"
|
2016-08-28 12:32:07 -05:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"process-timeout": 0
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
}
|