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": {
|
2022-04-23 05:08:01 -05:00
|
|
|
"php": "^8.1",
|
2018-08-10 16:14:45 -05:00
|
|
|
"ext-json": "*",
|
2018-09-13 16:50:09 -05:00
|
|
|
"ext-pdo": "*",
|
2021-12-02 13:55:50 -06:00
|
|
|
"akrabat/ip-address-middleware": "^2.1",
|
|
|
|
"cakephp/chronos": "^2.3",
|
2022-07-29 05:04:30 -05:00
|
|
|
"doctrine/migrations": "^3.5",
|
|
|
|
"doctrine/orm": "^2.12",
|
2021-12-02 13:55:50 -06:00
|
|
|
"endroid/qr-code": "^4.4",
|
|
|
|
"geoip2/geoip2": "^2.12",
|
|
|
|
"guzzlehttp/guzzle": "^7.4",
|
2021-02-26 13:01:16 -06:00
|
|
|
"happyr/doctrine-specification": "^2.0",
|
2021-12-08 02:40:43 -06:00
|
|
|
"jaybizzle/crawler-detect": "^1.2.110",
|
2021-12-02 13:55:50 -06:00
|
|
|
"laminas/laminas-config": "^3.7",
|
2022-07-29 05:04:30 -05:00
|
|
|
"laminas/laminas-config-aggregator": "^1.8",
|
|
|
|
"laminas/laminas-diactoros": "^2.14",
|
|
|
|
"laminas/laminas-inputfilter": "^2.19",
|
|
|
|
"laminas/laminas-servicemanager": "^3.16",
|
|
|
|
"laminas/laminas-stdlib": "^3.11",
|
2021-08-04 06:22:16 -05:00
|
|
|
"lcobucci/jwt": "^4.1",
|
2022-07-29 05:04:30 -05:00
|
|
|
"league/uri": "^6.7",
|
2021-03-14 01:49:38 -06:00
|
|
|
"lstrojny/functional-php": "^1.17",
|
2022-07-29 05:04:30 -05:00
|
|
|
"mezzio/mezzio": "^3.11",
|
|
|
|
"mezzio/mezzio-fastroute": "^3.5",
|
|
|
|
"mezzio/mezzio-problem-details": "^1.6",
|
2022-07-26 03:17:50 -05:00
|
|
|
"mezzio/mezzio-swoole": "^4.3",
|
2022-07-29 05:04:30 -05:00
|
|
|
"mlocati/ip-lib": "^1.18",
|
|
|
|
"ocramius/proxy-manager": "^2.14",
|
|
|
|
"pagerfanta/core": "^3.6",
|
2020-12-11 14:42:40 -06:00
|
|
|
"php-middleware/request-id": "^4.1",
|
2021-12-08 02:40:43 -06:00
|
|
|
"pugx/shortid-php": "^1.0",
|
2022-07-29 05:04:30 -05:00
|
|
|
"ramsey/uuid": "^4.3",
|
2022-08-08 12:33:59 -05:00
|
|
|
"shlinkio/shlink-common": "^5.0",
|
2022-08-27 06:01:38 -05:00
|
|
|
"shlinkio/shlink-config": "dev-main#33004e6 as 2.1",
|
2022-08-27 01:01:57 -05:00
|
|
|
"shlinkio/shlink-event-dispatcher": "dev-main#48c0137 as 2.6",
|
2022-08-07 02:36:51 -05:00
|
|
|
"shlinkio/shlink-importer": "^4.0",
|
2022-09-11 06:14:36 -05:00
|
|
|
"shlinkio/shlink-installer": "dev-develop#a01bca9 as 8.2",
|
2022-08-07 02:36:51 -05:00
|
|
|
"shlinkio/shlink-ip-geolocation": "^3.0",
|
2022-08-21 06:19:27 -05:00
|
|
|
"spiral/roadrunner": "^2.11",
|
|
|
|
"spiral/roadrunner-jobs": "^2.3",
|
2022-07-26 05:07:27 -05:00
|
|
|
"symfony/console": "^6.1",
|
|
|
|
"symfony/filesystem": "^6.1",
|
|
|
|
"symfony/lock": "^6.1",
|
|
|
|
"symfony/process": "^6.1",
|
|
|
|
"symfony/string": "^6.1"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-23 01:56:25 -05:00
|
|
|
"cebe/php-openapi": "^1.7",
|
2020-12-22 02:30:35 -06:00
|
|
|
"devster/ubench": "^2.1",
|
2022-08-09 12:15:49 -05:00
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.4.0",
|
2022-03-05 03:51:48 -06:00
|
|
|
"infection/infection": "^0.26.5",
|
2022-05-09 01:00:54 -05:00
|
|
|
"openswoole/ide-helper": "~4.11.1",
|
2020-11-02 04:50:19 -06:00
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
2022-07-29 05:04:30 -05:00
|
|
|
"phpstan/phpstan": "^1.8",
|
|
|
|
"phpstan/phpstan-doctrine": "^1.3",
|
|
|
|
"phpstan/phpstan-symfony": "^1.2",
|
2020-11-02 04:50:19 -06:00
|
|
|
"phpunit/php-code-coverage": "^9.2",
|
2020-12-22 02:30:35 -06:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2019-02-04 12:43:21 -06:00
|
|
|
"roave/security-advisories": "dev-master",
|
2022-07-25 02:49:14 -05:00
|
|
|
"shlinkio/php-coding-standard": "~2.3.0",
|
2022-09-08 07:10:09 -05:00
|
|
|
"shlinkio/shlink-test-utils": "dev-main#404fdf6 as 3.3",
|
2022-07-26 05:07:27 -05:00
|
|
|
"symfony/var-dumper": "^6.1",
|
2021-12-02 13:55:50 -06:00
|
|
|
"veewee/composer-run-parallel": "^1.1"
|
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",
|
2019-12-31 06:40:38 -06:00
|
|
|
"Shlinkio\\Shlink\\Core\\": "module/Core/src"
|
2019-10-11 02:35:09 -05:00
|
|
|
},
|
|
|
|
"files": [
|
2021-09-26 04:20:29 -05:00
|
|
|
"config/constants.php",
|
2019-10-11 02:35:09 -05:00
|
|
|
"module/Core/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",
|
2022-02-13 05:20:02 -06:00
|
|
|
"ShlinkioCliTest\\Shlink\\CLI\\": "module/CLI/test-cli",
|
2016-07-19 09:50:02 -05:00
|
|
|
"ShlinkioTest\\Shlink\\Rest\\": "module/Rest/test",
|
2019-01-26 03:19:20 -06:00
|
|
|
"ShlinkioApiTest\\Shlink\\Rest\\": "module/Rest/test-api",
|
2022-09-11 05:18:04 -05:00
|
|
|
"ShlinkioDbTest\\Shlink\\Rest\\": "module/Rest/test-db",
|
2022-01-06 04:01:21 -06:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": "module/Core/test",
|
|
|
|
"ShlinkioDbTest\\Shlink\\Core\\": "module/Core/test-db"
|
2020-09-26 03:43:50 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"config/test/constants.php"
|
|
|
|
]
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-01-20 14:49:07 -06:00
|
|
|
"ci": [
|
2021-12-10 05:52:36 -06:00
|
|
|
"@parallel cs stan swagger:validate test:unit:ci test:db:sqlite:ci test:db:mysql test:db:maria test:db:postgres test:db:ms",
|
2022-08-09 12:48:43 -05:00
|
|
|
"@parallel infect:test:api infect:test:cli infect:ci:unit infect:ci:db"
|
2021-01-01 04:13:51 -06:00
|
|
|
],
|
2016-04-10 02:38:07 -05:00
|
|
|
"cs": "phpcs",
|
2018-09-30 02:04:00 -05:00
|
|
|
"cs:fix": "phpcbf",
|
2021-07-20 06:50:14 -05:00
|
|
|
"stan": "APP_ENV=test php vendor/bin/phpstan analyse module/*/src module/*/config config docker/config data/migrations --level=8",
|
2018-09-30 02:04:00 -05:00
|
|
|
"test": [
|
2022-08-12 11:10:45 -05:00
|
|
|
"@parallel test:unit test:db",
|
|
|
|
"@parallel test:api test:cli"
|
2018-11-03 04:58:46 -05:00
|
|
|
],
|
2022-08-12 11:10:45 -05:00
|
|
|
"test:unit": "@php vendor/bin/phpunit --order-by=random --colors=always --testdox",
|
|
|
|
"test:unit:ci": "@test:unit --coverage-php=build/coverage-unit.cov --coverage-xml=build/coverage-unit/coverage-xml --log-junit=build/coverage-unit/junit.xml",
|
2022-02-01 12:25:18 -06:00
|
|
|
"test:unit:pretty": "@test:unit --coverage-html build/coverage-unit/coverage-html",
|
2021-01-02 10:14:42 -06:00
|
|
|
"test:db": "@parallel test:db:sqlite:ci test:db:mysql test:db:maria test:db:postgres test:db:ms",
|
2020-09-26 03:43:50 -05:00
|
|
|
"test:db:sqlite": "APP_ENV=test php vendor/bin/phpunit --order-by=random --colors=always --testdox -c phpunit-db.xml",
|
2020-06-07 04:23:32 -05:00
|
|
|
"test:db:sqlite:ci": "@test:db:sqlite --coverage-php build/coverage-db.cov --coverage-xml=build/coverage-db/coverage-xml --log-junit=build/coverage-db/junit.xml",
|
2019-07-23 15:17:49 -05:00
|
|
|
"test:db:mysql": "DB_DRIVER=mysql composer test:db:sqlite",
|
2019-10-06 04:21:41 -05:00
|
|
|
"test:db:maria": "DB_DRIVER=maria composer test:db:sqlite",
|
2019-07-23 15:17:49 -05:00
|
|
|
"test:db:postgres": "DB_DRIVER=postgres composer test:db:sqlite",
|
2020-02-03 14:20:40 -06:00
|
|
|
"test:db:ms": "DB_DRIVER=mssql composer test:db:sqlite",
|
2019-01-27 03:54:04 -06:00
|
|
|
"test:api": "bin/test/run-api-tests.sh",
|
2022-08-27 02:09:14 -05:00
|
|
|
"test:api:rr": "TEST_RUNTIME=rr bin/test/run-api-tests.sh",
|
2021-12-11 03:25:58 -06:00
|
|
|
"test:api:ci": "GENERATE_COVERAGE=yes composer test:api",
|
2022-08-12 11:10:45 -05:00
|
|
|
"test:api:pretty": "GENERATE_COVERAGE=pretty composer test:api",
|
|
|
|
"test:cli": "APP_ENV=test DB_DRIVER=maria TEST_ENV=cli php vendor/bin/phpunit --order-by=random --colors=always --testdox -c phpunit-cli.xml --log-junit=build/coverage-cli/junit.xml",
|
|
|
|
"test:cli:ci": "GENERATE_COVERAGE=yes composer test:cli",
|
|
|
|
"test:cli:pretty": "GENERATE_COVERAGE=pretty composer test:cli",
|
2022-08-13 05:31:12 -05:00
|
|
|
"infect:ci:base": "infection --threads=4 --only-covered --only-covering-test-cases --skip-initial-tests",
|
2022-05-01 04:48:20 -05:00
|
|
|
"infect:ci:unit": "@infect:ci:base --coverage=build/coverage-unit --min-msi=84",
|
2021-01-03 09:41:44 -06:00
|
|
|
"infect:ci:db": "@infect:ci:base --coverage=build/coverage-db --min-msi=95 --configuration=infection-db.json",
|
2021-12-10 10:45:50 -06:00
|
|
|
"infect:ci:api": "@infect:ci:base --coverage=build/coverage-api --min-msi=80 --configuration=infection-api.json",
|
2022-08-10 10:08:42 -05:00
|
|
|
"infect:ci:cli": "@infect:ci:base --coverage=build/coverage-cli --min-msi=80 --configuration=infection-cli.json",
|
2022-08-09 12:48:43 -05:00
|
|
|
"infect:ci": "@parallel infect:ci:unit infect:ci:db infect:ci:api infect:ci:cli",
|
2018-11-17 10:36:22 -06:00
|
|
|
"infect:test": [
|
2021-12-11 03:33:00 -06:00
|
|
|
"@parallel test:unit:ci test:db:sqlite:ci test:api:ci",
|
2018-11-17 10:36:22 -06:00
|
|
|
"@infect:ci"
|
2019-11-17 03:00:29 -06:00
|
|
|
],
|
2021-12-10 06:42:33 -06:00
|
|
|
"infect:test:unit": [
|
|
|
|
"@test:unit:ci",
|
|
|
|
"@infect:ci:unit"
|
|
|
|
],
|
2021-12-10 10:45:50 -06:00
|
|
|
"infect:test:api": [
|
2021-12-11 03:33:00 -06:00
|
|
|
"@test:api:ci",
|
2021-12-10 10:45:50 -06:00
|
|
|
"@infect:ci:api"
|
|
|
|
],
|
2022-08-09 12:15:49 -05:00
|
|
|
"infect:test:cli": [
|
|
|
|
"@test:cli:ci",
|
|
|
|
"@infect:ci:cli"
|
|
|
|
],
|
2021-12-09 11:51:26 -06:00
|
|
|
"swagger:validate": "php-openapi validate docs/swagger/swagger.json",
|
|
|
|
"swagger:inline": "php-openapi inline docs/swagger/swagger.json docs/swagger/swagger-inlined.json",
|
2019-11-17 03:00:29 -06:00
|
|
|
"clean:dev": "rm -f data/database.sqlite && rm -f config/params/generated_config.php"
|
2018-09-30 02:04:00 -05:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
2021-12-10 05:52:36 -06:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"swagger:validate\", \"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</>",
|
|
|
|
"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</>",
|
2021-12-11 03:33:00 -06:00
|
|
|
"test:unit:pretty": "<fg=blue;options=bold>Runs unit test suites and generates an HTML code coverage report</>",
|
2020-05-04 12:55:03 -05:00
|
|
|
"test:db": "<fg=blue;options=bold>Runs database test suites on a SQLite, MySQL, MariaDB, PostgreSQL and MsSQL</>",
|
2019-07-23 15:17:49 -05:00
|
|
|
"test:db:sqlite": "<fg=blue;options=bold>Runs database test suites on a SQLite database</>",
|
2021-01-01 04:19:57 -06:00
|
|
|
"test:db:sqlite:ci": "<fg=blue;options=bold>Runs database test suites on a SQLite database, generating all needed reports and logs for CI envs</>",
|
2019-03-05 13:36:35 -06:00
|
|
|
"test:db:mysql": "<fg=blue;options=bold>Runs database test suites on a MySQL database</>",
|
2019-10-06 05:23:02 -05:00
|
|
|
"test:db:maria": "<fg=blue;options=bold>Runs database test suites on a MariaDB database</>",
|
2019-03-05 13:36:35 -06:00
|
|
|
"test:db:postgres": "<fg=blue;options=bold>Runs database test suites on a PostgreSQL database</>",
|
2022-05-30 21:38:36 -05:00
|
|
|
"test:db:ms": "<fg=blue;options=bold>Runs database test suites on a Microsoft SQL Server database</>",
|
2019-01-27 03:30:38 -06:00
|
|
|
"test:api": "<fg=blue;options=bold>Runs API test suites</>",
|
2022-08-12 11:10:45 -05:00
|
|
|
"test:api:ci": "<fg=blue;options=bold>Runs API test suites, and generates code coverage for CI</>",
|
|
|
|
"test:api:pretty": "<fg=blue;options=bold>Runs API test suites, and generates code coverage in HTML format</>",
|
|
|
|
"test:cli": "<fg=blue;options=bold>Runs CLI test suites</>",
|
|
|
|
"test:cli:ci": "<fg=blue;options=bold>Runs CLI test suites, and generates code coverage for CI</>",
|
|
|
|
"test:cli:pretty": "<fg=blue;options=bold>Runs CLI test suites, and generates code coverage in HTML format</>",
|
2021-01-01 04:19:57 -06:00
|
|
|
"infect:ci": "<fg=blue;options=bold>Checks unit and db tests quality applying mutation testing with existing reports and logs</>",
|
|
|
|
"infect:ci:unit": "<fg=blue;options=bold>Checks unit tests quality applying mutation testing with existing reports and logs</>",
|
|
|
|
"infect:ci:db": "<fg=blue;options=bold>Checks db tests quality applying mutation testing with existing reports and logs</>",
|
|
|
|
"infect:test": "<fg=blue;options=bold>Runs unit and db tests, then checks tests quality applying mutation testing</>",
|
2021-12-09 11:51:26 -06:00
|
|
|
"swagger:validate": "<fg=blue;options=bold>Validates the swagger docs, making sure they fulfil the spec</>",
|
|
|
|
"swagger:inline": "<fg=blue;options=bold>Inlines swagger docs in a single file</>",
|
2019-11-17 03:00:29 -06:00
|
|
|
"clean:dev": "<fg=blue;options=bold>Deletes artifacts which are gitignored and could affect dev env</>"
|
2016-08-28 12:32:07 -05:00
|
|
|
},
|
|
|
|
"config": {
|
2020-10-29 11:24:12 -05:00
|
|
|
"sort-packages": true,
|
2022-01-04 10:50:41 -06:00
|
|
|
"platform-check": false,
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/package-versions-deprecated": true,
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
|
|
"infection/extension-installer": true,
|
|
|
|
"veewee/composer-run-parallel": true
|
|
|
|
}
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
}
|