2016-04-10 10:38:07 +03:00
|
|
|
{
|
2016-07-19 17:30:48 +03:00
|
|
|
"name": "shlinkio/shlink",
|
2016-04-10 10:38:07 +03:00
|
|
|
"type": "project",
|
2017-03-24 23:10:25 +03:00
|
|
|
"homepage": "https://shlink.io",
|
2016-07-31 17:42:19 +03:00
|
|
|
"description": "A self-hosted and PHP-based URL shortener application with CLI and REST interfaces",
|
2016-04-10 10:38:07 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-07-31 17:42:19 +03:00
|
|
|
"name": "Alejandro Celaya Alastrué",
|
2017-03-24 23:10:25 +03:00
|
|
|
"homepage": "https://www.alejandrocelaya.com",
|
2016-04-10 10:38:07 +03:00
|
|
|
"email": "alejandro@alejandrocelaya.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2019-12-17 13:21:47 +03:00
|
|
|
"php": "^7.4",
|
2018-08-11 00:14:45 +03:00
|
|
|
"ext-json": "*",
|
2018-09-14 00:50:09 +03:00
|
|
|
"ext-pdo": "*",
|
2018-10-18 20:53:50 +03:00
|
|
|
"akrabat/ip-address-middleware": "^1.0",
|
2018-09-29 13:52:32 +03:00
|
|
|
"cakephp/chronos": "^1.2",
|
2017-10-21 18:18:57 +03:00
|
|
|
"cocur/slugify": "^3.0",
|
2019-11-20 22:03:06 +03:00
|
|
|
"doctrine/cache": "^1.9",
|
|
|
|
"doctrine/dbal": "^2.10",
|
|
|
|
"doctrine/migrations": "^2.2",
|
|
|
|
"doctrine/orm": "^2.7",
|
2019-10-15 20:06:37 +03:00
|
|
|
"endroid/qr-code": "^3.6",
|
2017-10-12 10:40:42 +03:00
|
|
|
"firebase/php-jwt": "^4.0",
|
2018-11-11 14:04:42 +03:00
|
|
|
"geoip2/geoip2": "^2.9",
|
2019-12-21 18:02:12 +03:00
|
|
|
"guzzlehttp/guzzle": "^6.5.1",
|
2020-01-01 23:11:53 +03:00
|
|
|
"laminas/laminas-config": "^3.3",
|
|
|
|
"laminas/laminas-config-aggregator": "^1.1",
|
2020-01-03 13:38:21 +03:00
|
|
|
"laminas/laminas-dependency-plugin": "^1.0",
|
2020-01-01 23:11:53 +03:00
|
|
|
"laminas/laminas-diactoros": "^2.1.3",
|
|
|
|
"laminas/laminas-inputfilter": "^2.10",
|
|
|
|
"laminas/laminas-paginator": "^2.8",
|
|
|
|
"laminas/laminas-servicemanager": "^3.4",
|
|
|
|
"laminas/laminas-stdlib": "^3.2",
|
2019-08-12 18:58:04 +03:00
|
|
|
"lstrojny/functional-php": "^1.9",
|
2020-01-01 23:11:53 +03:00
|
|
|
"mezzio/mezzio": "^3.2",
|
|
|
|
"mezzio/mezzio-fastroute": "^3.0",
|
|
|
|
"mezzio/mezzio-helpers": "^5.3",
|
|
|
|
"mezzio/mezzio-platesrenderer": "^2.1",
|
|
|
|
"mezzio/mezzio-problem-details": "^1.1",
|
2020-02-15 22:28:32 +03:00
|
|
|
"mezzio/mezzio-swoole": "^2.6",
|
2019-11-30 19:21:36 +03:00
|
|
|
"monolog/monolog": "^2.0",
|
|
|
|
"nikolaposa/monolog-factory": "^3.0",
|
2020-02-15 22:28:32 +03:00
|
|
|
"ocramius/proxy-manager": "^2.7.0",
|
2019-07-13 13:04:21 +03:00
|
|
|
"phly/phly-event-dispatcher": "^1.0",
|
2020-02-19 20:58:22 +03:00
|
|
|
"php-middleware/request-id": "^4.0",
|
2019-08-07 15:17:15 +03:00
|
|
|
"predis/predis": "^1.1",
|
2019-10-11 10:14:25 +03:00
|
|
|
"pugx/shortid-php": "^0.5",
|
2020-02-19 20:58:22 +03:00
|
|
|
"ramsey/uuid": "^3.9",
|
2020-03-14 21:24:21 +03:00
|
|
|
"shlinkio/shlink-common": "^3.0",
|
|
|
|
"shlinkio/shlink-config": "^1.0",
|
|
|
|
"shlinkio/shlink-event-dispatcher": "^1.4",
|
2020-04-06 21:59:10 +03:00
|
|
|
"shlinkio/shlink-installer": "^4.3.2",
|
2020-03-14 21:24:21 +03:00
|
|
|
"shlinkio/shlink-ip-geolocation": "^1.4",
|
2019-11-30 19:21:36 +03:00
|
|
|
"symfony/console": "^5.0",
|
|
|
|
"symfony/filesystem": "^5.0",
|
|
|
|
"symfony/lock": "^5.0",
|
2020-01-01 23:11:53 +03:00
|
|
|
"symfony/process": "^5.0"
|
2016-04-10 10:38:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-11-11 20:57:32 +03:00
|
|
|
"devster/ubench": "^2.0",
|
2020-02-15 23:14:14 +03:00
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.2.0",
|
2019-07-19 20:54:39 +03:00
|
|
|
"eaglewu/swoole-ide-helper": "dev-master",
|
2020-03-29 14:07:27 +03:00
|
|
|
"infection/infection": "^0.16.1",
|
|
|
|
"phpstan/phpstan": "^0.12.18",
|
2020-04-06 21:52:33 +03:00
|
|
|
"phpunit/phpunit": "~9.0.1",
|
2019-02-04 21:43:21 +03:00
|
|
|
"roave/security-advisories": "dev-master",
|
2020-01-01 22:48:31 +03:00
|
|
|
"shlinkio/php-coding-standard": "~2.1.0",
|
2020-02-15 23:14:14 +03:00
|
|
|
"shlinkio/shlink-test-utils": "^1.4",
|
2019-11-30 19:21:36 +03:00
|
|
|
"symfony/var-dumper": "^5.0"
|
2016-04-10 10:38:07 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-07-19 17:50:02 +03:00
|
|
|
"Shlinkio\\Shlink\\CLI\\": "module/CLI/src",
|
|
|
|
"Shlinkio\\Shlink\\Rest\\": "module/Rest/src",
|
2019-12-31 15:40:38 +03:00
|
|
|
"Shlinkio\\Shlink\\Core\\": "module/Core/src"
|
2019-10-11 10:35:09 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"module/Core/functions/functions.php"
|
|
|
|
]
|
2016-04-10 10:38:07 +03:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2016-07-19 17:50:02 +03:00
|
|
|
"ShlinkioTest\\Shlink\\CLI\\": "module/CLI/test",
|
|
|
|
"ShlinkioTest\\Shlink\\Rest\\": "module/Rest/test",
|
2019-01-26 12:19:20 +03:00
|
|
|
"ShlinkioApiTest\\Shlink\\Rest\\": "module/Rest/test-api",
|
2017-10-23 12:20:55 +03:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": [
|
|
|
|
"module/Core/test",
|
2019-01-20 23:49:07 +03:00
|
|
|
"module/Core/test-db"
|
2019-12-31 15:40:38 +03:00
|
|
|
]
|
2016-04-10 10:38:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-01-20 23:49:07 +03:00
|
|
|
"ci": [
|
2018-11-03 12:58:46 +03:00
|
|
|
"@cs",
|
|
|
|
"@stan",
|
|
|
|
"@test:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
],
|
2016-04-10 10:38:07 +03:00
|
|
|
"cs": "phpcs",
|
2018-09-30 10:04:00 +03:00
|
|
|
"cs:fix": "phpcbf",
|
2020-01-11 22:36:17 +03:00
|
|
|
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config --level=6",
|
2018-09-30 10:04:00 +03:00
|
|
|
"test": [
|
|
|
|
"@test:unit",
|
2019-01-28 12:52:05 +03:00
|
|
|
"@test:db",
|
|
|
|
"@test:api"
|
2018-09-30 10:04:00 +03:00
|
|
|
],
|
2018-11-03 12:58:46 +03:00
|
|
|
"test:ci": [
|
|
|
|
"@test:unit:ci",
|
2019-10-06 13:23:02 +03:00
|
|
|
"@test:db:ci",
|
2020-02-15 22:55:04 +03:00
|
|
|
"@test:api:ci"
|
2018-11-03 12:58:46 +03:00
|
|
|
],
|
2019-08-20 19:46:33 +03:00
|
|
|
"test:unit": "phpdbg -qrr vendor/bin/phpunit --order-by=random --colors=always --coverage-php build/coverage-unit.cov --testdox",
|
2019-12-29 16:09:51 +03:00
|
|
|
"test:unit:ci": "@test:unit --coverage-clover=build/clover.xml --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
|
2019-07-23 23:17:49 +03:00
|
|
|
"test:db": [
|
|
|
|
"@test:db:sqlite",
|
|
|
|
"@test:db:mysql",
|
2019-10-06 12:21:41 +03:00
|
|
|
"@test:db:maria",
|
2020-02-03 23:20:40 +03:00
|
|
|
"@test:db:postgres",
|
|
|
|
"@test:db:ms"
|
2019-07-23 23:17:49 +03:00
|
|
|
],
|
2019-10-06 13:23:02 +03:00
|
|
|
"test:db:ci": [
|
|
|
|
"@test:db:sqlite",
|
|
|
|
"@test:db:mysql",
|
|
|
|
"@test:db:postgres"
|
|
|
|
],
|
2019-12-29 16:09:51 +03:00
|
|
|
"test:db:sqlite": "APP_ENV=test phpdbg -qrr vendor/bin/phpunit --order-by=random --colors=always --coverage-php build/coverage-db.cov --testdox -c phpunit-db.xml",
|
2019-07-23 23:17:49 +03:00
|
|
|
"test:db:mysql": "DB_DRIVER=mysql composer test:db:sqlite",
|
2019-10-06 12:21:41 +03:00
|
|
|
"test:db:maria": "DB_DRIVER=maria composer test:db:sqlite",
|
2019-07-23 23:17:49 +03:00
|
|
|
"test:db:postgres": "DB_DRIVER=postgres composer test:db:sqlite",
|
2020-02-03 23:20:40 +03:00
|
|
|
"test:db:ms": "DB_DRIVER=mssql composer test:db:sqlite",
|
2019-01-27 12:54:04 +03:00
|
|
|
"test:api": "bin/test/run-api-tests.sh",
|
2020-02-15 22:55:04 +03:00
|
|
|
"test:api:ci": "@test:api --coverage-php build/coverage-api.cov",
|
2019-08-20 19:46:33 +03:00
|
|
|
"test:unit:pretty": "phpdbg -qrr vendor/bin/phpunit --order-by=random --colors=always --coverage-html build/coverage",
|
2019-12-01 14:34:26 +03:00
|
|
|
"infect": "infection --threads=4 --min-msi=80 --log-verbosity=default --only-covered",
|
2020-03-29 14:07:27 +03:00
|
|
|
"infect:ci": "@infect --coverage=build --skip-initial-tests",
|
2019-12-29 16:09:51 +03:00
|
|
|
"infect:show": "@infect --show-mutations",
|
2018-11-17 19:36:22 +03:00
|
|
|
"infect:test": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@infect:ci"
|
2019-11-17 12:00:29 +03:00
|
|
|
],
|
|
|
|
"clean:dev": "rm -f data/database.sqlite && rm -f config/params/generated_config.php"
|
2018-09-30 10:04:00 +03:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
2018-11-03 12:58:46 +03:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test:ci\" and \"infect:ci\"</>",
|
2018-09-30 10:04:00 +03: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 12:58:46 +03:00
|
|
|
"test:ci": "<fg=blue;options=bold>Runs all test suites, generating all needed reports and logs for CI envs</>",
|
2018-09-30 10:04:00 +03:00
|
|
|
"test:unit": "<fg=blue;options=bold>Runs unit test suites</>",
|
2018-11-03 12:58:46 +03:00
|
|
|
"test:unit:ci": "<fg=blue;options=bold>Runs unit test suites, generating all needed reports and logs for CI envs</>",
|
2019-10-06 13:23:02 +03:00
|
|
|
"test:db": "<fg=blue;options=bold>Runs database test suites on a SQLite, MySQL, MariaDB and PostgreSQL</>",
|
|
|
|
"test:db:ci": "<fg=blue;options=bold>Runs database test suites on a SQLite, MySQL and PostgreSQL</>",
|
2019-07-23 23:17:49 +03:00
|
|
|
"test:db:sqlite": "<fg=blue;options=bold>Runs database test suites on a SQLite database</>",
|
2019-03-05 22:36:35 +03:00
|
|
|
"test:db:mysql": "<fg=blue;options=bold>Runs database test suites on a MySQL database</>",
|
2019-10-06 13:23:02 +03:00
|
|
|
"test:db:maria": "<fg=blue;options=bold>Runs database test suites on a MariaDB database</>",
|
2019-03-05 22:36:35 +03:00
|
|
|
"test:db:postgres": "<fg=blue;options=bold>Runs database test suites on a PostgreSQL database</>",
|
2019-01-27 12:30:38 +03:00
|
|
|
"test:api": "<fg=blue;options=bold>Runs API test suites</>",
|
2018-09-30 10:04:00 +03:00
|
|
|
"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 12:58:46 +03:00
|
|
|
"infect:ci": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing with existing reports and logs</>",
|
2019-02-16 12:53:45 +03:00
|
|
|
"infect:show": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing and shows applied mutators</>",
|
2019-11-17 12:00:29 +03:00
|
|
|
"infect:test": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing</>",
|
|
|
|
"clean:dev": "<fg=blue;options=bold>Deletes artifacts which are gitignored and could affect dev env</>"
|
2016-08-28 20:32:07 +03:00
|
|
|
},
|
|
|
|
"config": {
|
2018-09-30 10:04:00 +03:00
|
|
|
"sort-packages": true
|
2016-04-10 10:38:07 +03:00
|
|
|
}
|
|
|
|
}
|