|
13 | 13 | ], |
14 | 14 | "require": { |
15 | 15 | "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
16 | | - "jane-php/open-api-runtime": "^7.10.4", |
17 | | - "phpdocumentor/reflection-docblock": "^6.0.1", |
| 16 | + "jane-php/open-api-runtime": "^7.11.2", |
| 17 | + "phpdocumentor/reflection-docblock": "^6.0.3", |
18 | 18 | "phpstan/phpdoc-parser": "^2.3.2", |
19 | | - "symfony/console": "^7.4.3 || ^8.0", |
20 | | - "symfony/http-client": "^7.4.3 || ^8.0", |
| 19 | + "symfony/console": "^7.4.8 || ^8.0", |
| 20 | + "symfony/http-client": "^7.4.8 || ^8.0", |
21 | 21 | "symfony/http-client-contracts": "^3.6", |
22 | | - "symfony/property-access": "^7.4.3 || ^8.0", |
23 | | - "symfony/property-info": "^7.4.3 || ^8.0", |
24 | | - "symfony/runtime": "^7.4.1 || ^8.0", |
25 | | - "symfony/serializer": "^7.4.3 || ^8.0" |
| 22 | + "symfony/property-access": "^7.4.8 || ^8.0", |
| 23 | + "symfony/property-info": "^7.4.8 || ^8.0", |
| 24 | + "symfony/runtime": "^7.4.8 || ^8.0", |
| 25 | + "symfony/serializer": "^7.4.8 || ^8.0" |
26 | 26 | }, |
27 | 27 | "require-dev": { |
28 | | - "codeception/codeception": "^5.3.4", |
| 28 | + "codeception/codeception": "^5.3.5", |
29 | 29 | "codeception/module-asserts": "^3.3.0", |
30 | 30 | "codeception/module-phpbrowser": "^4.0.0", |
31 | 31 | "friendsofphp/php-cs-fixer": "3.94.2", |
32 | | - "jane-php/open-api-3": "^7.10.4", |
| 32 | + "jane-php/open-api-3": "^7.11.2", |
33 | 33 | "roave/security-advisories": "dev-latest", |
34 | 34 | "symfony/var-dumper": "7.4.0 || ^8.0", |
35 | | - "phpstan/phpstan": "^2.1.39", |
| 35 | + "phpstan/phpstan": "^2.1.51", |
36 | 36 | "phpstan/phpstan-webmozart-assert": "^2.0.0", |
37 | 37 | "phpstan/extension-installer": "^1.4.3", |
38 | | - "webproject-xyz/codeception-module-ai-reporter": "^1.0.1" |
| 38 | + "webproject-xyz/codeception-module-ai-reporter": "^1.1.1" |
39 | 39 | }, |
40 | 40 | "autoload": { |
41 | 41 | "psr-4": { |
|
65 | 65 | }, |
66 | 66 | "scripts": { |
67 | 67 | "generate": "XDEBUG_MODE=off jane-openapi generate", |
68 | | - "cs:check": "php-cs-fixer fix --allow-risky=yes --dry-run --diff --show-progress=dots", |
69 | | - "cs:fix": "php-cs-fixer fix --allow-risky=yes", |
70 | | - "stan": "phpstan analyse --no-progress --debug", |
71 | | - "test": "codecept run --report", |
| 68 | + "cs:check": "XDEBUG_MODE=off php-cs-fixer fix --allow-risky=yes --dry-run --diff --show-progress=dots", |
| 69 | + "cs:fix": "XDEBUG_MODE=off php-cs-fixer fix --show-progress=none --allow-risky=yes", |
| 70 | + "stan": "XDEBUG_MODE=off phpstan analyse --no-progress --no-ansi --memory-limit=-1", |
| 71 | + "test": "XDEBUG_MODE=off codecept run --report", |
72 | 72 | "test:coverage": "XDEBUG_MODE=coverage codecept run --coverage --coverage-xml=coverage.xml --xml --report", |
73 | | - "test:build": "codecept build" |
| 73 | + "test:build": "XDEBUG_MODE=off codecept build", |
| 74 | + "qa": [ |
| 75 | + "@test:build", |
| 76 | + "@cs:fix", |
| 77 | + "@test", |
| 78 | + "@stan" |
| 79 | + ] |
74 | 80 | } |
75 | 81 | } |
0 commit comments