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": {
|
2018-03-26 10:01:50 -05:00
|
|
|
"php": "^7.1",
|
2018-08-10 16:14:45 -05:00
|
|
|
"ext-json": "*",
|
2018-09-13 16:50:09 -05:00
|
|
|
"ext-pdo": "*",
|
2018-03-26 11:49:28 -05:00
|
|
|
"acelaya/ze-content-based-error-handler": "^2.2",
|
2018-10-18 12:53:50 -05:00
|
|
|
"akrabat/ip-address-middleware": "^1.0",
|
2018-09-29 05:52:32 -05:00
|
|
|
"cakephp/chronos": "^1.2",
|
2017-10-21 10:18:57 -05:00
|
|
|
"cocur/slugify": "^3.0",
|
2017-12-27 08:25:59 -06:00
|
|
|
"doctrine/cache": "^1.6",
|
2017-10-12 02:40:42 -05:00
|
|
|
"doctrine/migrations": "^1.4",
|
2017-12-27 08:25:59 -06:00
|
|
|
"doctrine/orm": "^2.5",
|
2018-03-26 13:13:03 -05:00
|
|
|
"endroid/qr-code": "^1.7",
|
2017-10-12 02:40:42 -05:00
|
|
|
"firebase/php-jwt": "^4.0",
|
2018-11-11 05:04:42 -06:00
|
|
|
"geoip2/geoip2": "^2.9",
|
2016-04-17 13:27:24 -05:00
|
|
|
"guzzlehttp/guzzle": "^6.2",
|
2018-11-02 04:54:42 -05:00
|
|
|
"lstrojny/functional-php": "^1.8",
|
2017-10-12 02:40:42 -05:00
|
|
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
|
|
|
"monolog/monolog": "^1.21",
|
|
|
|
"roave/security-advisories": "dev-master",
|
2018-12-08 04:32:16 -06:00
|
|
|
"symfony/console": "^4.2",
|
|
|
|
"symfony/filesystem": "^4.2",
|
|
|
|
"symfony/lock": "^4.2",
|
|
|
|
"symfony/process": "^4.2",
|
2016-08-09 03:24:42 -05:00
|
|
|
"theorchard/monolog-cascade": "^0.4",
|
2017-10-12 02:40:42 -05:00
|
|
|
"zendframework/zend-config": "^3.0",
|
2017-10-23 06:33:23 -05:00
|
|
|
"zendframework/zend-config-aggregator": "^1.0",
|
2018-12-29 04:13:23 -06:00
|
|
|
"zendframework/zend-diactoros": "^2.0 <2.0.2",
|
2018-03-26 11:49:28 -05:00
|
|
|
"zendframework/zend-expressive": "^3.0",
|
|
|
|
"zendframework/zend-expressive-fastroute": "^3.0",
|
|
|
|
"zendframework/zend-expressive-helpers": "^5.0",
|
|
|
|
"zendframework/zend-expressive-platesrenderer": "^2.0",
|
2018-12-05 14:26:19 -06:00
|
|
|
"zendframework/zend-expressive-swoole": "^2.2",
|
2017-10-12 02:40:42 -05:00
|
|
|
"zendframework/zend-i18n": "^2.7",
|
2018-01-07 12:51:25 -06:00
|
|
|
"zendframework/zend-inputfilter": "^2.8",
|
2017-10-12 02:40:42 -05:00
|
|
|
"zendframework/zend-paginator": "^2.6",
|
2017-12-27 08:25:59 -06:00
|
|
|
"zendframework/zend-servicemanager": "^3.2",
|
2017-10-12 02:40:42 -05:00
|
|
|
"zendframework/zend-stdlib": "^3.0"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-11-11 11:57:32 -06:00
|
|
|
"devster/ubench": "^2.0",
|
2016-04-10 05:06:28 -05:00
|
|
|
"filp/whoops": "^2.0",
|
2018-11-11 14:24:11 -06:00
|
|
|
"infection/infection": "^0.11.0",
|
2018-07-04 05:08:27 -05:00
|
|
|
"phpstan/phpstan": "^0.10.0",
|
2018-03-26 12:09:10 -05:00
|
|
|
"phpunit/phpcov": "^5.0",
|
2018-10-28 02:34:02 -05:00
|
|
|
"phpunit/phpunit": "^7.3",
|
2018-11-26 13:45:44 -06:00
|
|
|
"shlinkio/php-coding-standard": "~1.0.0",
|
2018-12-08 04:32:16 -06:00
|
|
|
"symfony/dotenv": "^4.2",
|
|
|
|
"symfony/var-dumper": "^4.2",
|
2018-03-26 11:49:28 -05:00
|
|
|
"zendframework/zend-component-installer": "^2.1",
|
|
|
|
"zendframework/zend-expressive-tooling": "^1.0"
|
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",
|
2018-09-29 02:52:32 -05:00
|
|
|
"Shlinkio\\Shlink\\Common\\": "module/Common/src",
|
|
|
|
"Shlinkio\\Shlink\\Installer\\": "module/Installer/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",
|
2017-10-23 04:20:55 -05:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": [
|
|
|
|
"module/Core/test",
|
|
|
|
"module/Core/test-func"
|
|
|
|
],
|
2017-10-22 11:03:35 -05:00
|
|
|
"ShlinkioTest\\Shlink\\Common\\": [
|
|
|
|
"module/Common/test",
|
|
|
|
"module/Common/test-func"
|
2018-09-29 02:52:32 -05:00
|
|
|
],
|
|
|
|
"ShlinkioTest\\Shlink\\Installer\\": "module/Installer/test"
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"check": [
|
2018-11-03 04:58:46 -05:00
|
|
|
"@cs",
|
|
|
|
"@stan",
|
|
|
|
"@test:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
],
|
2018-11-03 05:40:57 -05:00
|
|
|
"ci": [
|
|
|
|
"echo \"This command is DEPRECATED. Use check instead\"",
|
|
|
|
"@check"
|
|
|
|
],
|
2018-09-30 02:04:00 -05:00
|
|
|
|
2016-04-10 02:38:07 -05:00
|
|
|
"cs": "phpcs",
|
2018-09-30 02:04:00 -05:00
|
|
|
"cs:fix": "phpcbf",
|
2018-11-16 09:44:48 -06:00
|
|
|
"stan": "phpstan analyse module/*/src/ --level=5 -c phpstan.neon",
|
2018-09-30 02:04:00 -05:00
|
|
|
|
|
|
|
"test": [
|
|
|
|
"@test:unit",
|
|
|
|
"@test:func"
|
|
|
|
],
|
2018-11-03 04:58:46 -05:00
|
|
|
"test:ci": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@test:func"
|
|
|
|
],
|
2018-11-03 05:02:19 -05:00
|
|
|
"test:unit": "phpdbg -qrr vendor/bin/phpunit --order-by=random --coverage-php build/coverage-unit.cov",
|
|
|
|
"test:unit:ci": "phpdbg -qrr vendor/bin/phpunit --order-by=random --coverage-php build/coverage-unit.cov --coverage-clover=build/clover.xml --coverage-xml=build/coverage-xml --log-junit=build/phpunit.junit.xml",
|
|
|
|
"test:func": "phpdbg -qrr vendor/bin/phpunit --order-by=random -c phpunit-func.xml --coverage-php build/coverage-func.cov",
|
2018-09-30 02:04:00 -05:00
|
|
|
|
|
|
|
"test:pretty": [
|
2018-11-03 04:58:46 -05:00
|
|
|
"@test",
|
2018-12-02 12:13:49 -06:00
|
|
|
"phpdbg -qrr vendor/bin/phpcov merge build --html build/html"
|
2018-03-26 10:01:50 -05:00
|
|
|
],
|
2018-11-03 05:02:19 -05:00
|
|
|
"test:unit:pretty": "phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage --order-by=random",
|
2018-09-30 02:04:00 -05:00
|
|
|
|
2018-11-17 12:23:25 -06:00
|
|
|
"infect": "infection --threads=4 --min-msi=65 --log-verbosity=2 --only-covered",
|
|
|
|
"infect:ci": "infection --threads=4 --min-msi=65 --log-verbosity=2 --only-covered --coverage=build",
|
|
|
|
"infect:show": "infection --threads=4 --min-msi=65 --log-verbosity=2 --only-covered --show-mutations",
|
2018-11-17 10:36:22 -06:00
|
|
|
"infect:test": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
]
|
2018-09-30 02:04:00 -05:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
|
|
|
"check": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test\" and \"infect\"</>",
|
2018-11-03 04:58:46 -05:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test:ci\" and \"infect:ci\"</>",
|
2018-09-30 02:04:00 -05:00
|
|
|
"cs": "<fg=blue;options=bold>Checks coding styles</>",
|
|
|
|
"cs:fix": "<fg=blue;options=bold>Fixes coding styles, when possible</>",
|
|
|
|
"stan": "<fg=blue;options=bold>Inspects code with phpstan</>",
|
|
|
|
"test": "<fg=blue;options=bold>Runs all test suites</>",
|
2018-11-03 04:58:46 -05:00
|
|
|
"test:ci": "<fg=blue;options=bold>Runs all test suites, generating all needed reports and logs for CI envs</>",
|
2018-09-30 02:04:00 -05:00
|
|
|
"test:unit": "<fg=blue;options=bold>Runs unit test suites</>",
|
2018-11-03 04:58:46 -05:00
|
|
|
"test:unit:ci": "<fg=blue;options=bold>Runs unit test suites, generating all needed reports and logs for CI envs</>",
|
2018-09-30 02:04:00 -05:00
|
|
|
"test:func": "<fg=blue;options=bold>Runs functional test suites (covering entity repositories)</>",
|
|
|
|
"test:pretty": "<fg=blue;options=bold>Runs all test suites and generates an HTML code coverage report</>",
|
|
|
|
"test:unit:pretty": "<fg=blue;options=bold>Runs unit test suites and generates an HTML code coverage report</>",
|
|
|
|
"infect": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing</>",
|
2018-11-03 04:58:46 -05:00
|
|
|
"infect:ci": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing with existing reports and logs</>",
|
2018-09-30 02:04:00 -05:00
|
|
|
"infect:show": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing and shows applied mutators</>"
|
2016-08-28 12:32:07 -05:00
|
|
|
},
|
|
|
|
"config": {
|
2018-09-30 02:04:00 -05:00
|
|
|
"sort-packages": true
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
}
|