|
1 | 1 | { |
2 | | - "name": "phphd/exception-handler-bundle", |
| 2 | + "name": "phphd/exception-handler", |
3 | 3 | "description": "Message Bus Exception Handler", |
4 | 4 | "type": "symfony-bundle", |
5 | 5 | "license": "MIT", |
|
12 | 12 | "minimum-stability": "stable", |
13 | 13 | "require": { |
14 | 14 | "php": ">=8.1", |
15 | | - "symfony/dependency-injection": "^6.0 | ^7.0", |
16 | | - "symfony/http-kernel": "^6.0 | ^7.0", |
17 | 15 | "symfony/messenger": "^6.2 | ^7.0", |
18 | | - "symfony/string": "^6.0 | ^7.0" |
| 16 | + "symfony/string": "^6.0 | ^7.0", |
| 17 | + "symfony/polyfill-php83": "^1.31" |
| 18 | + }, |
| 19 | + "conflict": { |
| 20 | + "symfony/http-kernel": "<6.0 || >=8.0", |
| 21 | + "symfony/dependency-injection": "<6.0 || >=8.0", |
| 22 | + "symfony/config": "<6.0 || >=8.0" |
19 | 23 | }, |
20 | 24 | "require-dev": { |
21 | | - "tomasvotruba/type-coverage": "^0.2.3", |
| 25 | + "symfony/http-kernel": "*", |
| 26 | + "symfony/dependency-injection":"*", |
| 27 | + "symfony/config": "*", |
| 28 | + "tomasvotruba/type-coverage": "^1.0", |
22 | 29 | "phpstan/phpstan": "^1.10.60", |
23 | | - "vimeo/psalm": "^5.23.1", |
24 | | - "phpat/phpat": "^0.10.15", |
25 | | - "phpstan/phpstan-phpunit": "^1.3.16", |
| 30 | + "vimeo/psalm": "^5.26.1", |
| 31 | + "phpat/phpat": "^0.10.18", |
| 32 | + "phpstan/phpstan-phpunit": "^1.4.0", |
26 | 33 | "psalm/plugin-phpunit": "^0.18.4", |
27 | 34 | "nyholm/symfony-bundle-test": "^3.0", |
28 | | - "phphd/coding-standard": "~0.5.0", |
29 | | - "phpunit/phpunit": "^10.5.13" |
| 35 | + "phphd/coding-standard": "~0.5.3", |
| 36 | + "phpunit/phpunit": "^10.5.36" |
30 | 37 | }, |
31 | 38 | "repositories": [ |
32 | 39 | { |
|
35 | 42 | } |
36 | 43 | ], |
37 | 44 | "autoload": { |
38 | | - "classmap": [ |
39 | | - "DependencyInjection", |
40 | | - "PhdExceptionHandlerBundle.php" |
41 | | - ], |
42 | 45 | "psr-4": { |
43 | 46 | "PhPhD\\ExceptionHandler\\": "src" |
44 | 47 | } |
45 | 48 | }, |
46 | 49 | "autoload-dev": { |
47 | 50 | "psr-4": { |
48 | | - "PhPhD\\ExceptionHandlerBundle\\Tests\\": "tests" |
| 51 | + "PhPhD\\ExceptionHandler\\Bundle\\Tests\\": "tests" |
49 | 52 | } |
50 | 53 | }, |
51 | 54 | "scripts": { |
|
61 | 64 | "ci:ecs-fix": "vendor/bin/ecs check --fix", |
62 | 65 | "ci:rector": "vendor/bin/rector process --dry-run -vv", |
63 | 66 | "ci:rector-fix": "vendor/bin/rector process", |
64 | | - "ci:phpstan": "vendor/bin/phpstan analyze ./", |
| 67 | + "ci:phpstan": "vendor/bin/phpstan analyze", |
65 | 68 | "ci:psalm": "vendor/bin/psalm", |
66 | 69 | "ci:test": "vendor/bin/phpunit --testdox --colors=always", |
67 | 70 | "ci:unit-test": "vendor/bin/phpunit --testdox --colors=always --testsuite=Unit", |
|
0 commit comments