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": {
|
2021-01-24 16:00:10 -06:00
|
|
|
"php": "^7.4 || ^8.0",
|
2018-08-10 16:14:45 -05:00
|
|
|
"ext-json": "*",
|
2018-09-13 16:50:09 -05:00
|
|
|
"ext-pdo": "*",
|
2020-12-11 14:42:40 -06:00
|
|
|
"akrabat/ip-address-middleware": "^2.0",
|
2020-11-06 11:58:07 -06:00
|
|
|
"cakephp/chronos": "^2.0",
|
2020-06-08 11:08:46 -05:00
|
|
|
"cocur/slugify": "^4.0",
|
2019-11-20 13:03:06 -06:00
|
|
|
"doctrine/cache": "^1.9",
|
2020-12-24 03:37:07 -06:00
|
|
|
"doctrine/migrations": "^3.0.2",
|
2020-12-04 11:50:00 -06:00
|
|
|
"doctrine/orm": "^2.8",
|
2021-01-22 23:01:12 -06:00
|
|
|
"endroid/qr-code": "dev-master#0f1613a as 3.10",
|
2018-11-11 05:04:42 -06:00
|
|
|
"geoip2/geoip2": "^2.9",
|
2020-06-28 03:06:49 -05:00
|
|
|
"guzzlehttp/guzzle": "^7.0",
|
2021-01-05 12:32:18 -06:00
|
|
|
"happyr/doctrine-specification": "2.0.x-dev#cb116d3 as 2.0",
|
2020-01-01 14:11:53 -06:00
|
|
|
"laminas/laminas-config": "^3.3",
|
|
|
|
"laminas/laminas-config-aggregator": "^1.1",
|
|
|
|
"laminas/laminas-diactoros": "^2.1.3",
|
|
|
|
"laminas/laminas-inputfilter": "^2.10",
|
2021-01-10 13:05:14 -06:00
|
|
|
"laminas/laminas-servicemanager": "^3.6",
|
2020-01-01 14:11:53 -06:00
|
|
|
"laminas/laminas-stdlib": "^3.2",
|
2020-11-29 05:54:22 -06:00
|
|
|
"lcobucci/jwt": "^4.0",
|
2020-06-27 04:09:56 -05:00
|
|
|
"league/uri": "^6.2",
|
2020-12-22 02:30:35 -06:00
|
|
|
"lstrojny/functional-php": "^1.15",
|
2021-01-24 16:00:10 -06:00
|
|
|
"mezzio/mezzio": "^3.3",
|
2020-12-22 02:30:35 -06:00
|
|
|
"mezzio/mezzio-fastroute": "^3.1",
|
2021-01-24 16:00:10 -06:00
|
|
|
"mezzio/mezzio-problem-details": "^1.3",
|
2021-01-14 13:19:38 -06:00
|
|
|
"mezzio/mezzio-swoole": "^3.1",
|
2019-11-30 10:21:36 -06:00
|
|
|
"monolog/monolog": "^2.0",
|
2020-12-19 03:04:00 -06:00
|
|
|
"nikolaposa/monolog-factory": "^3.1",
|
2020-12-31 06:28:06 -06:00
|
|
|
"ocramius/proxy-manager": "^2.11",
|
2021-01-23 07:37:34 -06:00
|
|
|
"pagerfanta/core": "^2.5",
|
2020-12-11 14:42:40 -06:00
|
|
|
"php-middleware/request-id": "^4.1",
|
2019-08-07 07:17:15 -05:00
|
|
|
"predis/predis": "^1.1",
|
2020-11-30 15:33:42 -06:00
|
|
|
"pugx/shortid-php": "^0.7",
|
2020-02-19 11:58:22 -06:00
|
|
|
"ramsey/uuid": "^3.9",
|
2021-02-12 16:40:29 -06:00
|
|
|
"shlinkio/shlink-common": "^3.5",
|
2020-03-14 13:24:21 -05:00
|
|
|
"shlinkio/shlink-config": "^1.0",
|
2021-02-13 04:39:51 -06:00
|
|
|
"shlinkio/shlink-event-dispatcher": "^2.1",
|
2021-02-06 13:45:45 -06:00
|
|
|
"shlinkio/shlink-importer": "^2.2",
|
2021-02-10 13:39:37 -06:00
|
|
|
"shlinkio/shlink-installer": "dev-develop#c489d3f as 5.4",
|
2020-06-28 03:06:49 -05:00
|
|
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
2020-06-08 11:08:46 -05:00
|
|
|
"symfony/console": "^5.1",
|
|
|
|
"symfony/filesystem": "^5.1",
|
|
|
|
"symfony/lock": "^5.1",
|
2020-11-30 15:33:42 -06:00
|
|
|
"symfony/mercure": "^0.4.1",
|
2020-06-08 15:38:51 -05:00
|
|
|
"symfony/process": "^5.1",
|
2020-06-28 03:06:49 -05:00
|
|
|
"symfony/string": "^5.1"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-22 02:30:35 -06:00
|
|
|
"devster/ubench": "^2.1",
|
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.2.1",
|
2019-07-19 12:54:39 -05:00
|
|
|
"eaglewu/swoole-ide-helper": "dev-master",
|
2021-02-03 11:26:50 -06:00
|
|
|
"infection/infection": "^0.21.0",
|
2020-11-02 04:50:19 -06:00
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
2020-12-22 02:30:35 -06:00
|
|
|
"phpstan/phpstan": "^0.12.64",
|
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",
|
2020-11-02 04:50:19 -06:00
|
|
|
"shlinkio/php-coding-standard": "~2.1.1",
|
2021-01-13 13:21:24 -06:00
|
|
|
"shlinkio/shlink-test-utils": "^2.0",
|
2021-01-01 04:13:51 -06:00
|
|
|
"symfony/var-dumper": "^5.2",
|
|
|
|
"veewee/composer-run-parallel": "^0.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",
|
2019-12-31 06:40:38 -06:00
|
|
|
"Shlinkio\\Shlink\\Core\\": "module/Core/src"
|
2019-10-11 02:35:09 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"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",
|
|
|
|
"ShlinkioTest\\Shlink\\Rest\\": "module/Rest/test",
|
2019-01-26 03:19:20 -06:00
|
|
|
"ShlinkioApiTest\\Shlink\\Rest\\": "module/Rest/test-api",
|
2017-10-23 04:20:55 -05:00
|
|
|
"ShlinkioTest\\Shlink\\Core\\": [
|
|
|
|
"module/Core/test",
|
2019-01-20 14:49:07 -06:00
|
|
|
"module/Core/test-db"
|
2019-12-31 06:40:38 -06:00
|
|
|
]
|
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": [
|
2018-11-03 04:58:46 -05:00
|
|
|
"@cs",
|
|
|
|
"@stan",
|
|
|
|
"@test:ci",
|
|
|
|
"@infect:ci"
|
|
|
|
],
|
2021-01-01 04:13:51 -06:00
|
|
|
"ci:parallel": [
|
|
|
|
"@parallel cs stan test:unit:ci test:db:sqlite:ci test:db:mysql test:db:maria test:db:postgres test:db:ms",
|
|
|
|
"@parallel test:api infect:ci:unit infect:ci:db"
|
|
|
|
],
|
2016-04-10 02:38:07 -05:00
|
|
|
"cs": "phpcs",
|
2018-09-30 02:04:00 -05:00
|
|
|
"cs:fix": "phpcbf",
|
2020-11-07 03:27:35 -06:00
|
|
|
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config data/migrations --level=6",
|
2018-09-30 02:04:00 -05:00
|
|
|
"test": [
|
|
|
|
"@test:unit",
|
2019-01-28 03:52:05 -06:00
|
|
|
"@test:db",
|
|
|
|
"@test:api"
|
2018-09-30 02:04:00 -05:00
|
|
|
],
|
2018-11-03 04:58:46 -05:00
|
|
|
"test:ci": [
|
|
|
|
"@test:unit:ci",
|
2020-12-13 06:11:41 -06:00
|
|
|
"@test:db",
|
|
|
|
"@test:api"
|
2018-11-03 04:58:46 -05:00
|
|
|
],
|
2020-09-26 03:43:50 -05:00
|
|
|
"test:unit": "@php vendor/bin/phpunit --order-by=random --colors=always --coverage-php build/coverage-unit.cov --testdox",
|
|
|
|
"test:unit:ci": "@test:unit --coverage-xml=build/coverage-unit/coverage-xml --log-junit=build/coverage-unit/junit.xml",
|
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",
|
2020-09-26 03:43:50 -05:00
|
|
|
"test:unit:pretty": "@php vendor/bin/phpunit --order-by=random --colors=always --coverage-html build/coverage-unit-html",
|
2021-01-03 09:41:44 -06:00
|
|
|
"infect:ci:base": "infection --threads=4 --log-verbosity=default --only-covered --skip-initial-tests",
|
|
|
|
"infect:ci:unit": "@infect:ci:base --coverage=build/coverage-unit --min-msi=80",
|
|
|
|
"infect:ci:db": "@infect:ci:base --coverage=build/coverage-db --min-msi=95 --configuration=infection-db.json",
|
|
|
|
"infect:ci": "@parallel infect:ci:unit infect:ci:db",
|
2018-11-17 10:36:22 -06:00
|
|
|
"infect:test": [
|
2021-01-03 09:41:44 -06:00
|
|
|
"@parallel test:unit:ci test:db:sqlite:ci",
|
2018-11-17 10:36:22 -06:00
|
|
|
"@infect:ci"
|
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": {
|
2018-11-03 04:58:46 -05:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"test:ci\" and \"infect:ci\"</>",
|
2021-01-01 04:19:57 -06:00
|
|
|
"ci:parallel": "<fg=blue;options=bold>Same as \"ci\", but parallelizing tasks as much as possible</>",
|
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</>",
|
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</>",
|
2021-01-01 04:19:57 -06:00
|
|
|
"test:db:ms": "<fg=blue;options=bold>Runs database test suites on a Miscrosoft SQL Server database</>",
|
2019-01-27 03:30:38 -06:00
|
|
|
"test:api": "<fg=blue;options=bold>Runs API test suites</>",
|
2018-09-30 02:04:00 -05:00
|
|
|
"test:unit:pretty": "<fg=blue;options=bold>Runs unit test suites and generates an HTML code coverage report</>",
|
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</>",
|
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,
|
|
|
|
"platform-check": false
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
}
|