|
24 | 24 | "friendsofphp/php-cs-fixer": "^3.95.1", |
25 | 25 | "phpro/grumphp": "^2.20.0", |
26 | 26 | "phpstan/phpstan": "^2.1.51", |
27 | | - "webproject-xyz/codeception-module-ai-reporter": "^1.1" |
| 27 | + "webproject-xyz/codeception-module-ai-reporter": "^1.1.1" |
28 | 28 | }, |
29 | 29 | "suggest": { |
30 | 30 | "codeception/module-phpbrowser": "^4.0.0", |
|
53 | 53 | "sort-packages": true |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | | - "cs:check": "php-cs-fixer fix --allow-risky=yes --sequential --dry-run --diff", |
57 | | - "cs:fix": "php-cs-fixer fix --allow-risky=yes --sequential", |
58 | | - "stan": "phpstan analyse --no-progress", |
59 | | - "test": "php -d opcache.enable_cli=1 vendor/bin/codecept run --report", |
60 | | - "test:build": "codecept build", |
61 | | - "test:coverage": "XDEBUG_MODE=coverage codecept run --coverage --coverage-xml=coverage.xml --xml --report" |
| 56 | + "cs:check": "XDEBUG_MODE=off php-cs-fixer fix --allow-risky=yes --dry-run --diff --show-progress=dots", |
| 57 | + "cs:fix": "XDEBUG_MODE=off php-cs-fixer fix --show-progress=none --allow-risky=yes", |
| 58 | + "stan": "XDEBUG_MODE=off phpstan analyse --no-progress --no-ansi --memory-limit=-1", |
| 59 | + "test": "XDEBUG_MODE=off codecept run --report", |
| 60 | + "test:coverage": "XDEBUG_MODE=coverage codecept run --coverage --coverage-xml=coverage.xml --xml --report", |
| 61 | + "test:build": "XDEBUG_MODE=off codecept build", |
| 62 | + "qa": [ |
| 63 | + "@test:build", |
| 64 | + "@cs:fix", |
| 65 | + "@test", |
| 66 | + "@stan" |
| 67 | + ] |
62 | 68 | } |
63 | 69 | } |
0 commit comments