|
34 | 34 | ] |
35 | 35 | }, |
36 | 36 | "require": { |
37 | | - "php": ">=8.1", |
| 37 | + "php": ">=8.2", |
38 | 38 | "ext-json": "*", |
39 | 39 | "ext-iconv": "*", |
40 | | - "php-service-bus/common": "v5.1.*", |
41 | | - "doctrine/annotations": "v1.13.*", |
42 | | - "phpdocumentor/reflection-docblock": "v5.3.*", |
43 | | - "symfony/property-access": "v6.0.*", |
44 | | - "symfony/property-info": "v6.0.*", |
45 | | - "symfony/serializer": "v6.0.*" |
| 40 | + "php-service-bus/common": "v5.2.x-dev", |
| 41 | + "doctrine/annotations": "^1.13 || ^2.0", |
| 42 | + "phpdocumentor/reflection-docblock": "^5.5", |
| 43 | + "symfony/property-access": "^6.3 || ^7.0", |
| 44 | + "symfony/property-info": "^6.3 || ^7.0", |
| 45 | + "symfony/serializer": "^6.3 || ^7.0" |
46 | 46 | }, |
47 | 47 | "require-dev": { |
48 | | - "php-service-bus/code-style-config": "v5.1.*", |
49 | | - "phpunit/phpunit": "v9.5.*", |
50 | | - "vimeo/psalm": "v4.22.*", |
51 | | - "phpstan/phpstan": "v1.5.*", |
52 | | - "boesing/psalm-plugin-stringf": "v1.1.*" |
| 48 | + "php-service-bus/code-style-config": "v5.2.x-dev", |
| 49 | + "phpunit/phpunit": "^10.0 || ^11.0", |
| 50 | + "vimeo/psalm": "^4.30 || ^5.4", |
| 51 | + "phpstan/phpstan": "^1.12 || ^2.0" |
53 | 52 | }, |
54 | 53 | "prefer-stable": true, |
55 | 54 | "minimum-stability": "stable", |
56 | 55 | "scripts": { |
57 | 56 | "psalm": "rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml", |
58 | | - "phpstan": "./vendor/bin/phpstan analyse src --level 9", |
59 | | - "tests": "./vendor/bin/phpunit --configuration phpunit.xml --verbose --debug", |
60 | | - "coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --verbose --debug", |
| 57 | + "phpstan": "./vendor/bin/phpstan analyse src", |
| 58 | + "tests": "./vendor/bin/phpunit --configuration phpunit.xml", |
| 59 | + "coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage", |
61 | 60 | "cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run", |
62 | 61 | "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes", |
63 | | - "pre-commit": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src --level 9 && ./vendor/bin/phpunit --configuration phpunit.xml --verbose" |
| 62 | + "pre-commit": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src && ./vendor/bin/phpunit --configuration phpunit.xml" |
64 | 63 | }, |
65 | 64 | "config": { |
66 | 65 | "optimize-autoloader": true, |
|
0 commit comments