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": {
|
2023-05-29 02:43:12 -05:00
|
|
|
"php": "^8.2",
|
2022-09-17 06:45:09 -05:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-gd": "*",
|
2018-08-10 16:14:45 -05:00
|
|
|
"ext-json": "*",
|
2024-05-22 11:09:40 -05:00
|
|
|
"ext-mbstring": "*",
|
2018-09-13 16:50:09 -05:00
|
|
|
"ext-pdo": "*",
|
2024-10-24 02:22:44 -05:00
|
|
|
"akrabat/ip-address-middleware": "^2.3",
|
|
|
|
"cakephp/chronos": "^3.1",
|
|
|
|
"doctrine/dbal": "^4.2",
|
|
|
|
"doctrine/migrations": "^3.8",
|
|
|
|
"doctrine/orm": "^3.3",
|
2024-10-22 02:02:32 -05:00
|
|
|
"endroid/qr-code": "^6.0",
|
2023-08-19 04:48:04 -05:00
|
|
|
"friendsofphp/proxy-manager-lts": "^1.0",
|
2023-12-06 14:48:54 -06:00
|
|
|
"geoip2/geoip2": "^3.0",
|
2024-10-24 02:22:44 -05:00
|
|
|
"guzzlehttp/guzzle": "^7.9",
|
2024-11-04 01:50:58 -06:00
|
|
|
"hidehalo/nanoid-php": "^2.0",
|
2023-08-19 04:48:04 -05:00
|
|
|
"jaybizzle/crawler-detect": "^1.2.116",
|
2024-10-24 02:22:44 -05:00
|
|
|
"laminas/laminas-config": "^3.9",
|
2024-05-12 05:49:53 -05:00
|
|
|
"laminas/laminas-config-aggregator": "^1.15",
|
2024-10-24 02:22:44 -05:00
|
|
|
"laminas/laminas-diactoros": "^3.5",
|
|
|
|
"laminas/laminas-inputfilter": "^2.30",
|
|
|
|
"laminas/laminas-servicemanager": "^3.22",
|
|
|
|
"laminas/laminas-stdlib": "^3.19",
|
|
|
|
"matomo/matomo-php-tracker": "^3.3",
|
|
|
|
"mezzio/mezzio": "^3.20",
|
|
|
|
"mezzio/mezzio-fastroute": "^3.12",
|
|
|
|
"mezzio/mezzio-problem-details": "^1.15",
|
2024-10-29 10:54:53 -05:00
|
|
|
"mlocati/ip-lib": "^1.18.1",
|
2023-11-23 04:22:23 -06:00
|
|
|
"mobiledetect/mobiledetectlib": "^4.8",
|
2023-08-19 04:48:04 -05:00
|
|
|
"pagerfanta/core": "^3.8",
|
2023-02-09 02:32:38 -06:00
|
|
|
"ramsey/uuid": "^4.7",
|
2024-02-17 03:21:36 -06:00
|
|
|
"shlinkio/doctrine-specification": "^2.1.1",
|
2024-11-03 04:32:44 -06:00
|
|
|
"shlinkio/shlink-common": "^6.5",
|
2024-10-24 02:22:44 -05:00
|
|
|
"shlinkio/shlink-config": "^3.3",
|
2024-04-14 01:40:52 -05:00
|
|
|
"shlinkio/shlink-event-dispatcher": "^4.1",
|
2024-04-12 15:28:13 -05:00
|
|
|
"shlinkio/shlink-importer": "^5.3.2",
|
2024-08-11 11:30:06 -05:00
|
|
|
"shlinkio/shlink-installer": "^9.2",
|
2024-10-27 02:36:57 -05:00
|
|
|
"shlinkio/shlink-ip-geolocation": "^4.1",
|
2023-11-25 13:08:29 -06:00
|
|
|
"shlinkio/shlink-json": "^1.1",
|
2024-07-03 03:09:00 -05:00
|
|
|
"spiral/roadrunner": "^2024.1",
|
2024-02-06 01:53:57 -06:00
|
|
|
"spiral/roadrunner-cli": "^2.6",
|
2024-07-03 03:09:00 -05:00
|
|
|
"spiral/roadrunner-http": "^3.5",
|
|
|
|
"spiral/roadrunner-jobs": "^4.5",
|
2024-10-24 02:22:44 -05:00
|
|
|
"symfony/console": "^7.1",
|
|
|
|
"symfony/filesystem": "^7.1",
|
|
|
|
"symfony/lock": "^7.1",
|
|
|
|
"symfony/process": "^7.1",
|
|
|
|
"symfony/string": "^7.1"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-12 04:33:58 -05:00
|
|
|
"devizzent/cebe-php-openapi": "^1.0.1",
|
2020-12-22 02:30:35 -06:00
|
|
|
"devster/ubench": "^2.1",
|
2024-10-24 02:22:44 -05:00
|
|
|
"phpstan/phpstan": "^1.12",
|
|
|
|
"phpstan/phpstan-doctrine": "^1.5",
|
2024-05-21 11:09:45 -05:00
|
|
|
"phpstan/phpstan-phpunit": "^1.4",
|
|
|
|
"phpstan/phpstan-symfony": "^1.4",
|
2024-05-12 05:49:53 -05:00
|
|
|
"phpunit/php-code-coverage": "^11.0",
|
|
|
|
"phpunit/phpcov": "^10.0",
|
2024-10-24 02:22:44 -05:00
|
|
|
"phpunit/phpunit": "^11.4",
|
2019-02-04 12:43:21 -06:00
|
|
|
"roave/security-advisories": "dev-master",
|
2024-10-28 16:27:30 -05:00
|
|
|
"shlinkio/php-coding-standard": "~2.4.0",
|
2024-11-09 04:02:10 -06:00
|
|
|
"shlinkio/shlink-test-utils": "^4.2",
|
2024-10-24 02:22:44 -05:00
|
|
|
"symfony/var-dumper": "^7.1",
|
|
|
|
"veewee/composer-run-parallel": "^1.4"
|
2016-04-10 02:38:07 -05:00
|
|
|
},
|
2023-11-30 07:34:21 -06:00
|
|
|
"conflict": {
|
|
|
|
"symfony/var-exporter": ">=6.3.9,<=6.4.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": [
|
2021-09-26 04:20:29 -05:00
|
|
|
"config/constants.php",
|
2023-11-30 11:09:15 -06:00
|
|
|
"module/Core/functions/array-utils.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",
|
2023-01-21 04:15:38 -06:00
|
|
|
"ShlinkioDbTest\\Shlink\\Core\\": "module/Core/test-db",
|
|
|
|
"ShlinkioApiTest\\Shlink\\Core\\": "module/Core/test-api"
|
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": [
|
2024-02-20 15:16:09 -06:00
|
|
|
"@parallel cs stan swagger:validate test:unit:ci test:db:sqlite:ci test:db:postgres test:db:mysql test:db:maria test:db:ms",
|
|
|
|
"@parallel test:api:ci test:cli:ci"
|
2021-01-01 04:13:51 -06:00
|
|
|
],
|
2023-04-14 01:58:54 -05:00
|
|
|
"cs": "phpcs -s",
|
2018-09-30 02:04:00 -05:00
|
|
|
"cs:fix": "phpcbf",
|
2024-10-24 07:08:48 -05:00
|
|
|
"stan": ["@putenv APP_ENV=test", "phpstan analyse"],
|
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
|
|
|
],
|
2024-10-24 07:08:48 -05:00
|
|
|
"test:unit": ["@putenv COLUMNS=120", "phpunit --order-by=random --testdox --testdox-summary"],
|
|
|
|
"test:unit:ci": ["@putenv XDEBUG_MODE=coverage", "@test:unit --coverage-php=build/coverage-unit.cov"],
|
|
|
|
"test:unit:pretty": ["@putenv XDEBUG_MODE=coverage", "@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",
|
2024-10-24 07:08:48 -05:00
|
|
|
"test:db:sqlite": ["@putenv APP_ENV=test", "phpunit --order-by=random --testdox --testdox-summary -c phpunit-db.xml"],
|
|
|
|
"test:db:sqlite:ci": ["@putenv XDEBUG_MODE=coverage", "@test:db:sqlite --coverage-php build/coverage-db.cov"],
|
|
|
|
"test:db:mysql": ["@putenv DB_DRIVER=mysql", "@test:db:sqlite"],
|
|
|
|
"test:db:maria": ["@putenv DB_DRIVER=maria", "@test:db:sqlite"],
|
|
|
|
"test:db:postgres": ["@putenv DB_DRIVER=postgres", "@test:db:sqlite"],
|
|
|
|
"test:db:ms": ["@putenv DB_DRIVER=mssql", "@test:db:sqlite"],
|
2019-01-27 03:54:04 -06:00
|
|
|
"test:api": "bin/test/run-api-tests.sh",
|
2024-10-24 07:08:48 -05:00
|
|
|
"test:api:sqlite": ["@putenv DB_DRIVER=sqlite", "@test:api"],
|
|
|
|
"test:api:mysql": ["@putenv DB_DRIVER=mysql", "@test:api"],
|
|
|
|
"test:api:maria": ["@putenv DB_DRIVER=maria", "@test:api"],
|
|
|
|
"test:api:mssql": ["@putenv DB_DRIVER=mssql", "@test:api"],
|
|
|
|
"test:api:ci": [
|
|
|
|
"@putenv GENERATE_COVERAGE=yes",
|
|
|
|
"@test:api",
|
|
|
|
"phpcov merge build/coverage-api --php build/coverage-api.cov && rm build/coverage-api/*.cov"
|
|
|
|
],
|
|
|
|
"test:api:pretty": [
|
|
|
|
"@putenv GENERATE_COVERAGE=yes",
|
|
|
|
"@test:api",
|
|
|
|
"phpcov merge build/coverage-api --html build/coverage-api/coverage-html && rm build/coverage-api/*.cov"
|
|
|
|
],
|
2024-10-23 03:04:37 -05:00
|
|
|
"test:cli": "bin/test/run-cli-tests.sh",
|
2024-10-24 07:08:48 -05:00
|
|
|
"test:cli:ci": [
|
|
|
|
"@putenv GENERATE_COVERAGE=yes",
|
|
|
|
"@test:cli",
|
|
|
|
"vendor/bin/phpcov merge build/coverage-cli --php build/coverage-cli.cov && rm build/coverage-cli/*.cov"
|
|
|
|
],
|
|
|
|
"test:cli:pretty": [
|
|
|
|
"@putenv GENERATE_COVERAGE=yes",
|
|
|
|
"@test:cli",
|
|
|
|
"phpcov merge build/coverage-cli --html build/coverage-cli/coverage-html && rm build/coverage-cli/*.cov"
|
|
|
|
],
|
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": {
|
2024-02-20 15:16:09 -06:00
|
|
|
"ci": "<fg=blue;options=bold>Alias for \"cs\", \"stan\", \"swagger:validate\" and \"test: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-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,
|
|
|
|
"veewee/composer-run-parallel": true
|
|
|
|
}
|
2016-04-10 02:38:07 -05:00
|
|
|
}
|
|
|
|
}
|