|
15 | 15 | } |
16 | 16 | ], |
17 | 17 | "require": { |
18 | | - "php": ">=8.3", |
| 18 | + "php": ">=8.4", |
19 | 19 | "ackintosh/ganesha": "^4.0", |
20 | 20 | "beberlei/assert": "^3.3", |
21 | | - "doctrine/annotations": "^2.0", |
22 | | - "symfony/cache": "^7.3", |
23 | | - "symfony/config": "^7.3", |
24 | | - "symfony/dependency-injection": "^7.3", |
25 | | - "symfony/filesystem": "^7.3", |
26 | | - "symfony/http-kernel": "^7.3", |
| 21 | + "symfony/cache": "^7.4 || ^8.0", |
| 22 | + "symfony/config": "^7.4 || ^8.0", |
| 23 | + "symfony/dependency-injection": "^7.4 || ^8.0", |
| 24 | + "symfony/filesystem": "^7.4 || ^8.0", |
| 25 | + "symfony/http-kernel": "^7.4 || ^8.0", |
27 | 26 | "symfony/proxy-manager-bridge": "^6.4" |
28 | 27 | }, |
29 | 28 | "require-dev": { |
30 | | - "friendsofphp/php-cs-fixer": "^3.2", |
| 29 | + "friendsofphp/php-cs-fixer": "^3.92", |
31 | 30 | "madewithlove/license-checker": "^0.10|^1.0", |
32 | 31 | "nikic/php-parser": "^5.6", |
33 | 32 | "php-parallel-lint/php-parallel-lint": "^1.3", |
34 | | - "phpmd/phpmd": "^2.6", |
35 | | - "phpro/grumphp": "^2.17", |
36 | | - "phpstan/phpstan": "^2.0", |
37 | | - "phpunit/phpunit": "^12.0", |
38 | | - "pixelfederation/coding-standards": "^5.0", |
39 | | - "psalm/phar": "^6.13", |
| 33 | + "phpmd/phpmd": "^2.15", |
| 34 | + "phpstan/phpstan": "^2.1", |
| 35 | + "phpro/grumphp-shim": "2.17.0", |
| 36 | + "phpunit/phpunit": "^12.5", |
| 37 | + "pixelfederation/coding-standards": "^5.5", |
| 38 | + "psalm/phar": "^6.14", |
40 | 39 | "roave/security-advisories": "dev-master", |
41 | 40 | "squizlabs/php_codesniffer": "^4.0", |
42 | 41 | "symfony/flex": "^2.3", |
43 | | - "symfony/framework-bundle": "^7.3", |
44 | | - "symfony/monolog-bundle": "^3.7", |
45 | | - "symfony/phpunit-bridge": "^7.3" |
| 42 | + "symfony/framework-bundle": "^7.4 || ^8.0", |
| 43 | + "symfony/monolog-bundle": "^4.0", |
| 44 | + "symfony/phpunit-bridge": "^7.4 || ^8.0" |
46 | 45 | }, |
47 | 46 | "autoload": { |
48 | 47 | "psr-4": { |
|
58 | 57 | "config": { |
59 | 58 | "sort-packages": true, |
60 | 59 | "allow-plugins": { |
61 | | - "phpro/grumphp": true, |
62 | 60 | "dealerdirect/phpcodesniffer-composer-installer": true, |
| 61 | + "phpro/grumphp": true, |
| 62 | + "phpro/grumphp-shim": true, |
63 | 63 | "symfony/flex": true |
64 | 64 | } |
65 | 65 | }, |
66 | 66 | "scripts": { |
67 | | - "grumphp8.3": "grumphp run --testsuite=php8.3", |
68 | 67 | "grumphp8.4": "grumphp run --testsuite=php8.4", |
| 68 | + "grumphp8.5": "grumphp run --testsuite=php8.5", |
69 | 69 | "lic-check": "license-checker check", |
70 | 70 | "phpcs": "phpcs --standard=phpcs.ruleset.xml src", |
71 | 71 | "phpcbf": "phpcbf --standard=phpcs.ruleset.xml --extensions=php --tab-width=4 -sp src tests", |
|
0 commit comments