|
15 | 15 | } |
16 | 16 | ], |
17 | 17 | "require": { |
18 | | - "php": ">=8.2", |
19 | | - "ackintosh/ganesha": "^2.0 || ^3.0", |
| 18 | + "php": ">=8.3", |
| 19 | + "ackintosh/ganesha": "^4.0", |
20 | 20 | "beberlei/assert": "^3.3", |
21 | | - "doctrine/annotations": "^1.12|^2.0", |
22 | | - "symfony/cache": "^6.4 || ^7.1", |
23 | | - "symfony/framework-bundle": "^6.4 || ^7.1", |
24 | | - "symfony/proxy-manager-bridge": "^6.4 || ^7.1" |
| 21 | + "doctrine/annotations": "^2.0", |
| 22 | + "symfony/cache": "^7.3", |
| 23 | + "symfony/config": "^7.3", |
| 24 | + "symfony/framework-bundle": "^7.1", |
| 25 | + "symfony/proxy-manager-bridge": "^6.4" |
25 | 26 | }, |
26 | 27 | "require-dev": { |
27 | | - "amphp/amp": "3.0.2 as 2.6.4", |
28 | | - "amphp/byte-stream": "2.1.1 as 1.5", |
29 | 28 | "friendsofphp/php-cs-fixer": "^3.2", |
30 | 29 | "madewithlove/license-checker": "^0.10|^1.0", |
| 30 | + "nikic/php-parser": "^5.6", |
31 | 31 | "php-parallel-lint/php-parallel-lint": "^1.3", |
32 | | - "phpcompatibility/php-compatibility": "^9.1", |
33 | 32 | "phpmd/phpmd": "^2.6", |
34 | | - "phpro/grumphp": "2.4.0", |
35 | | - "phpstan/phpstan": "^1.1", |
36 | | - "phpunit/phpunit": "^10.2", |
37 | | - "pixelfederation/coding-standards": "^2.1", |
| 33 | + "phpro/grumphp": "^2.17", |
| 34 | + "phpstan/phpstan": "^2.0", |
| 35 | + "phpunit/phpunit": "^12.0", |
| 36 | + "pixelfederation/coding-standards": "^5.0", |
| 37 | + "psalm/phar": "^6.13", |
38 | 38 | "roave/security-advisories": "dev-master", |
39 | | - "squizlabs/php_codesniffer": "^3.4", |
| 39 | + "squizlabs/php_codesniffer": "^4.0", |
40 | 40 | "symfony/flex": "^2.3", |
41 | 41 | "symfony/monolog-bundle": "^3.7", |
42 | | - "symfony/phpunit-bridge": "^6.4 || ^7.1", |
43 | | - "vimeo/psalm": "^5.0" |
| 42 | + "symfony/phpunit-bridge": "^7.1" |
44 | 43 | }, |
45 | 44 | "autoload": { |
46 | 45 | "psr-4": { |
47 | 46 | "PixelFederation\\CircuitBreakerBundle\\": "src/" |
| 47 | + |
48 | 48 | } |
49 | 49 | }, |
50 | 50 | "autoload-dev": { |
|
60 | 60 | "symfony/flex": true |
61 | 61 | } |
62 | 62 | }, |
63 | | - "extra": { |
64 | | - "symfony": { |
65 | | - "require": "7.1.*", |
66 | | - "docker": false |
67 | | - } |
68 | | - }, |
69 | 63 | "scripts": { |
70 | | - "grumphp8.2": "grumphp run --testsuite=php8.2", |
71 | | - "grumphp8.2-no-analyse": "grumphp run --testsuite=php8.2-no-analyse", |
72 | | - "grumphp8.3-no-analyse": "grumphp run --testsuite=php8.3-no-analyse", |
| 64 | + "grumphp8.3": "grumphp run --testsuite=php8.3", |
| 65 | + "grumphp8.4": "grumphp run --testsuite=php8.4", |
73 | 66 | "lic-check": "license-checker check", |
74 | 67 | "phpcs": "phpcs --standard=phpcs.ruleset.xml src", |
75 | 68 | "phpcbf": "phpcbf --standard=phpcs.ruleset.xml --extensions=php --tab-width=4 -sp src tests", |
76 | 69 | "php-cs-fixer": "php-cs-fixer --config=./.php_cs fix src", |
77 | 70 | "phpmd": "phpmd src text phpmd.ruleset.xml", |
78 | 71 | "phpstan": "phpstan analyse src --level=7", |
79 | | - "psalm": "psalm" |
| 72 | + "psalm": "psalm", |
| 73 | + "phpunit": "phpunit" |
80 | 74 | } |
81 | 75 | } |
0 commit comments