Skip to content

Commit 61c339c

Browse files
committed
chore(deps): bump dependencies and update composer.json scripts
1 parent 38b6089 commit 61c339c

2 files changed

Lines changed: 32 additions & 26 deletions

File tree

composer.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"friendsofphp/php-cs-fixer": "^3.95.1",
2525
"phpro/grumphp": "^2.20.0",
2626
"phpstan/phpstan": "^2.1.51",
27-
"webproject-xyz/codeception-module-ai-reporter": "^1.1"
27+
"webproject-xyz/codeception-module-ai-reporter": "^1.1.1"
2828
},
2929
"suggest": {
3030
"codeception/module-phpbrowser": "^4.0.0",
@@ -53,11 +53,17 @@
5353
"sort-packages": true
5454
},
5555
"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+
]
6268
}
6369
}

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)