|
12 | 12 | } |
13 | 13 | ], |
14 | 14 | "require": { |
15 | | - "php": "^8.3", |
| 15 | + "php": "^8.4", |
16 | 16 | "ext-curl": "*", |
17 | | - "ext-gd": "*", |
18 | | - "ext-json": "*", |
19 | 17 | "ext-mbstring": "*", |
20 | 18 | "ext-pdo": "*", |
21 | 19 | "akrabat/ip-address-middleware": "^2.6", |
22 | 20 | "cakephp/chronos": "^3.1", |
23 | | - "doctrine/dbal": "^4.3", |
| 21 | + "doctrine/dbal": "^4.4", |
24 | 22 | "doctrine/migrations": "^3.9", |
25 | | - "doctrine/orm": "^3.5", |
26 | | - "donatj/phpuseragentparser": "^1.10", |
27 | | - "endroid/qr-code": "^6.0.5", |
| 23 | + "doctrine/orm": "^3.6", |
| 24 | + "donatj/phpuseragentparser": "^1.11", |
28 | 25 | "friendsofphp/proxy-manager-lts": "^1.0", |
29 | 26 | "geoip2/geoip2": "^3.1", |
30 | 27 | "guzzlehttp/guzzle": "^7.9", |
|
35 | 32 | "laminas/laminas-inputfilter": "^2.31", |
36 | 33 | "laminas/laminas-servicemanager": "^3.23", |
37 | 34 | "laminas/laminas-stdlib": "^3.20", |
| 35 | + "league/csv": "^9.28", |
38 | 36 | "matomo/matomo-php-tracker": "^3.3", |
39 | 37 | "mezzio/mezzio": "^3.20", |
40 | 38 | "mezzio/mezzio-fastroute": "^3.12", |
|
43 | 41 | "pagerfanta/core": "^3.8", |
44 | 42 | "ramsey/uuid": "^4.7", |
45 | 43 | "shlinkio/doctrine-specification": "^2.2", |
46 | | - "shlinkio/shlink-common": "^7.2", |
47 | | - "shlinkio/shlink-config": "^4.0", |
48 | | - "shlinkio/shlink-event-dispatcher": "^4.3", |
49 | | - "shlinkio/shlink-importer": "^5.6", |
50 | | - "shlinkio/shlink-installer": "^9.7", |
51 | | - "shlinkio/shlink-ip-geolocation": "^4.4", |
52 | | - "shlinkio/shlink-json": "^1.2", |
| 44 | + "shlinkio/shlink-common": "dev-main#d4ae052 as 8.0.0", |
| 45 | + "shlinkio/shlink-config": "dev-main#fb186e4 as 4.1.0", |
| 46 | + "shlinkio/shlink-event-dispatcher": "dev-main#54d4701 as 4.4.0", |
| 47 | + "shlinkio/shlink-importer": "dev-main#63753cf as 5.7.0", |
| 48 | + "shlinkio/shlink-installer": "dev-develop#a225b16 as 10.0.0", |
| 49 | + "shlinkio/shlink-ip-geolocation": "dev-main#e0c45b2 as 5.0.0", |
| 50 | + "shlinkio/shlink-json": "^1.3", |
53 | 51 | "spiral/roadrunner": "^2025.1", |
54 | 52 | "spiral/roadrunner-cli": "^2.7", |
55 | | - "spiral/roadrunner-http": "^3.5", |
56 | | - "spiral/roadrunner-jobs": "^4.6", |
57 | | - "symfony/console": "^7.3", |
58 | | - "symfony/filesystem": "^7.3", |
59 | | - "symfony/lock": "^7.3.2", |
60 | | - "symfony/process": "^7.3", |
61 | | - "symfony/string": "^7.3" |
| 53 | + "spiral/roadrunner-http": "^3.6", |
| 54 | + "spiral/roadrunner-jobs": "^4.7", |
| 55 | + "symfony/console": "^8.0", |
| 56 | + "symfony/filesystem": "^8.0", |
| 57 | + "symfony/lock": "^8.0", |
| 58 | + "symfony/process": "^8.0", |
| 59 | + "symfony/string": "^8.0" |
62 | 60 | }, |
63 | 61 | "require-dev": { |
64 | 62 | "devizzent/cebe-php-openapi": "^1.1.2", |
|
70 | 68 | "phpunit/php-code-coverage": "^12.0", |
71 | 69 | "phpunit/phpcov": "^11.0", |
72 | 70 | "phpunit/phpunit": "^12.0.10", |
73 | | - "roave/security-advisories": "dev-master", |
74 | 71 | "shlinkio/php-coding-standard": "~2.5.0", |
75 | | - "shlinkio/shlink-test-utils": "^4.3.1", |
76 | | - "symfony/var-dumper": "^7.3", |
| 72 | + "shlinkio/shlink-test-utils": "^4.4", |
| 73 | + "symfony/var-dumper": "^8.0", |
77 | 74 | "veewee/composer-run-parallel": "^1.4" |
78 | 75 | }, |
79 | 76 | "conflict": { |
|
147 | 144 | "test:cli:ci": [ |
148 | 145 | "@putenv GENERATE_COVERAGE=yes", |
149 | 146 | "@test:cli", |
150 | | - "vendor/bin/phpcov merge build/coverage-cli --php build/coverage-cli.cov && rm build/coverage-cli/*.cov" |
| 147 | + "@php -d memory_limit=-1 vendor/bin/phpcov merge build/coverage-cli --php build/coverage-cli.cov && rm build/coverage-cli/*.cov" |
151 | 148 | ], |
152 | 149 | "test:cli:pretty": [ |
153 | 150 | "@putenv GENERATE_COVERAGE=yes", |
154 | 151 | "@test:cli", |
155 | | - "phpcov merge build/coverage-cli --html build/coverage-cli/coverage-html && rm build/coverage-cli/*.cov" |
| 152 | + "@php -d memory_limit=-1 phpcov merge build/coverage-cli --html build/coverage-cli/coverage-html && rm build/coverage-cli/*.cov" |
156 | 153 | ], |
157 | 154 | "openapi:validate": "php-openapi validate docs/swagger/swagger.json", |
158 | 155 | "openapi:inline": "php-openapi inline docs/swagger/swagger.json docs/swagger/openapi-inlined.json", |
|
0 commit comments