2016-04-10 09:38:07 +02:00
|
|
|
{
|
2016-07-19 16:30:48 +02:00
|
|
|
"name": "shlinkio/shlink",
|
2016-04-10 09:38:07 +02:00
|
|
|
"type": "project",
|
2017-03-24 21:10:25 +01:00
|
|
|
"homepage": "https://shlink.io",
|
2016-07-31 16:42:19 +02:00
|
|
|
"description": "A self-hosted and PHP-based URL shortener application with CLI and REST interfaces",
|
2016-04-10 09:38:07 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-07-31 16:42:19 +02:00
|
|
|
"name": "Alejandro Celaya Alastrué",
|
2017-03-24 21:10:25 +01:00
|
|
|
"homepage": "https://www.alejandrocelaya.com",
|
2016-04-10 09:38:07 +02:00
|
|
|
"email": "alejandro@alejandrocelaya.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2018-03-26 17:01:50 +02:00
|
|
|
"php": "^7.1",
|
2018-08-10 23:14:45 +02:00
|
|
|
"ext-json": "*",
|
2018-09-13 23:50:09 +02:00
|
|
|
"ext-pdo": "*",
|
2018-03-26 18:49:28 +02:00
|
|
|
"acelaya/ze-content-based-error-handler": "^2.2",
|
2018-10-18 19:53:50 +02:00
|
|
|
"akrabat/ip-address-middleware": "^1.0",
|
2018-09-29 12:52:32 +02:00
|
|
|
"cakephp/chronos": "^1.2",
|
2017-10-21 17:18:57 +02:00
|
|
|
"cocur/slugify": "^3.0",
|
2017-12-27 15:25:59 +01:00
|
|
|
"doctrine/cache": "^1.6",
|
2017-10-12 09:40:42 +02:00
|
|
|
"doctrine/migrations": "^1.4",
|
2017-12-27 15:25:59 +01:00
|
|
|
"doctrine/orm": "^2.5",
|
2018-03-26 20:13:03 +02:00
|
|
|
"endroid/qr-code": "^1.7",
|
2017-10-12 09:40:42 +02:00
|
|
|
"firebase/php-jwt": "^4.0",
|
2018-11-11 12:04:42 +01:00
|
|
|
"geoip2/geoip2": "^2.9",
|
2016-04-17 20:27:24 +02:00
|
|
|
"guzzlehttp/guzzle": "^6.2",
|
2018-11-02 10:54:42 +01:00
|
|
|
"lstrojny/functional-php": "^1.8",
|
2017-10-12 09:40:42 +02:00
|
|
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
|
|
|
"monolog/monolog": "^1.21",
|
|
|
|
"roave/security-advisories": "dev-master",
|
2018-11-16 16:44:48 +01:00
|
|
|
"symfony/console": "^4.1",
|
|
|
|
"symfony/filesystem": "^4.1",
|
2018-11-17 14:10:38 +01:00
|
|
|
"symfony/lock": "^4.1",
|
2018-11-16 16:44:48 +01:00
|
|
|
"symfony/process": "^4.1",
|
2016-08-09 10:24:42 +02:00
|
|
|
"theorchard/monolog-cascade": "^0.4",
|
2017-10-12 09:40:42 +02:00
|
|
|
"zendframework/zend-config": "^3.0",
|
2017-10-23 13:33:23 +02:00
|
|
|
"zendframework/zend-config-aggregator": "^1.0",
|
2018-09-29 12:52:32 +02:00
|
|
|
"zendframework/zend-diactoros": "^2.0",
|
2018-03-26 18:49:28 +02: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 21:26:19 +01:00
|
|
|
"zendframework/zend-expressive-swoole": "^2.2",
|
2017-10-12 09:40:42 +02:00
|
|
|
"zendframework/zend-i18n": "^2.7",
|
2018-01-07 19:51:25 +01:00
|
|
|
"zendframework/zend-inputfilter": "^2.8",
|
2017-10-12 09:40:42 +02:00
|
|
|
"zendframework/zend-paginator": "^2.6",
|
2017-12-27 15:25:59 +01:00
|
|
|
"zendframework/zend-servicemanager": "^3.2",
|
2017-10-12 09:40:42 +02:00
|
|
|
"zendframework/zend-stdlib": "^3.0"
|
2016-04-10 09:38:07 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-11-11 18:57:32 +01:00
|
|
|
"devster/ubench": "^2.0",
|
2016-04-10 12:06:28 +02:00
|
|
|
"filp/whoops": "^2.0",
|
2018-11-11 21:24:11 +01:00
|
|
|
"infection/infection": "^0.11.0",
|
2018-07-04 12:08:27 +02:00
|
|
|
"phpstan/phpstan": "^0.10.0",
|
2018-03-26 19:09:10 +02:00
|
|
|
"phpunit/phpcov": "^5.0",
|
2018-10-28 08:34:02 +01:00
|
|
|
"phpunit/phpunit": "^7.3",
|
2018-11-26 20:45:44 +01:00
|
|
|
"shlinkio/php-coding-standard": "~1.0.0",
|
2018-03-26 20:32:12 +02:00
|
|
|
"symfony/dotenv": "^4.0",
|
|
|
|
"symfony/var-dumper": "^4.0",
|
2018-03-26 18:49:28 +02:00
|
|
|
"zendframework/zend-component-installer": "^2.1",
|
|
|
|
"zendframework/zend-expressive-tooling": "^1.0"
|
2016-04-10 09:38:07 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-07-19 16:50:02 +02:00
|
|
|
"Shlinkio\\Shlink\\CLI\\": "module/CLI/src",
|
|
|
|
"Shlinkio\\Shlink\\Rest\\": "module/Rest/src",
|
2016-07-19 17:27:55 +02:00
|
|
|
"Shlinkio\\Shlink\\Core\\": "module/Core/src",
|
2018-09-29 09:52:32 +02:00
|
|
|
"Shlinkio\\Shlink\\Common\\": "module/Common/src",
|
|
|
|
"Shlinkio\\Shlink\\Installer\\": "module/Installer/src"
|
2016-08-01 14:36:39 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"module/Common/functions/functions.php"
|
|
|
|
]
|
2016-04-10 09:38:07 +02:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2016-07-19 16:50:02 +02:00
|
|
|
"ShlinkioTest\\Shlink\\CLI\\": "module/CLI/test",
|
|
|
|
"ShlinkioTest\\Shlink\\Rest\\": "module/Rest/test",
|
2017-10-23 11:20:55 +02:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": [
|
|
|
|
"module/Core/test",
|
|
|
|
"module/Core/test-func"
|
|
|
|
],
|
2017-10-22 18:03:35 +02:00
|
|
|
"ShlinkioTest\\Shlink\\Common\\": [
|
|
|
|
"module/Common/test",
|
|
|
|
"module/Common/test-func"
|
2018-09-29 09:52:32 +02:00
|
|
|
],
|
|
|
|
"ShlinkioTest\\Shlink\\Installer\\": "module/Installer/test"
|
2016-04-10 09:38:07 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"check": [
|
2018-11-03 10:58:46 +01:00
|
|
|
"@cs",
|
|
|
|
"@stan",
|
|
|
|
"@test:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
],
|
2018-11-03 11:40:57 +01:00
|
|
|
"ci": [
|
|
|
|
"echo \"This command is DEPRECATED. Use check instead\"",
|
|
|
|
"@check"
|
|
|
|
],
|
2018-09-30 09:04:00 +02:00
|
|
|
|
2016-04-10 09:38:07 +02:00
|
|
|
"cs": "phpcs",
|
2018-09-30 09:04:00 +02:00
|
|
|
"cs:fix": "phpcbf",
|
2018-11-16 16:44:48 +01:00
|
|
|
"stan": "phpstan analyse module/*/src/ --level=5 -c phpstan.neon",
|
2018-09-30 09:04:00 +02:00
|
|
|
|
|
|
|
"test": [
|
|
|
|
"@test:unit",
|
|
|
|
"@test:func"
|
|
|
|
],
|
2018-11-03 10:58:46 +01:00
|
|
|
"test:ci": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@test:func"
|
|
|
|
],
|
2018-11-03 11:02:19 +01: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 09:04:00 +02:00
|
|
|
|
|
|
|
"test:pretty": [
|
2018-11-03 10:58:46 +01:00
|
|
|
"@test",
|
2018-12-02 19:13:49 +01:00
|
|
|
"phpdbg -qrr vendor/bin/phpcov merge build --html build/html"
|
2018-03-26 17:01:50 +02:00
|
|
|
],
|
2018-11-03 11:02:19 +01:00
|
|
|
"test:unit:pretty": "phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage --order-by=random",
|
2018-09-30 09:04:00 +02:00
|
|
|
|
2018-11-17 19:23:25 +01: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 17:36:22 +01:00
|
|
|
"infect:test": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
]
|
2018-09-30 09:04:00 +02:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
|
|
|
"check": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test\" and \"infect\"</>",
|
2018-11-03 10:58:46 +01:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test:ci\" and \"infect:ci\"</>",
|
2018-09-30 09:04:00 +02: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 10:58:46 +01:00
|
|
|
"test:ci": "<fg=blue;options=bold>Runs all test suites, generating all needed reports and logs for CI envs</>",
|
2018-09-30 09:04:00 +02:00
|
|
|
"test:unit": "<fg=blue;options=bold>Runs unit test suites</>",
|
2018-11-03 10:58:46 +01:00
|
|
|
"test:unit:ci": "<fg=blue;options=bold>Runs unit test suites, generating all needed reports and logs for CI envs</>",
|
2018-09-30 09:04:00 +02: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 10:58:46 +01:00
|
|
|
"infect:ci": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing with existing reports and logs</>",
|
2018-09-30 09:04:00 +02:00
|
|
|
"infect:show": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing and shows applied mutators</>"
|
2016-08-28 19:32:07 +02:00
|
|
|
},
|
|
|
|
"config": {
|
2018-09-30 09:04:00 +02:00
|
|
|
"sort-packages": true
|
2016-04-10 09:38:07 +02:00
|
|
|
}
|
|
|
|
}
|