Skip to content

Commit f3e18ca

Browse files
committed
chore(deps): bump dependencies and update composer.json scripts
1 parent 9d773ae commit f3e18ca

2 files changed

Lines changed: 407 additions & 389 deletions

File tree

composer.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
],
1414
"require": {
1515
"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",
1818
"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",
2121
"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"
2626
},
2727
"require-dev": {
28-
"codeception/codeception": "^5.3.4",
28+
"codeception/codeception": "^5.3.5",
2929
"codeception/module-asserts": "^3.3.0",
3030
"codeception/module-phpbrowser": "^4.0.0",
3131
"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",
3333
"roave/security-advisories": "dev-latest",
3434
"symfony/var-dumper": "7.4.0 || ^8.0",
35-
"phpstan/phpstan": "^2.1.39",
35+
"phpstan/phpstan": "^2.1.51",
3636
"phpstan/phpstan-webmozart-assert": "^2.0.0",
3737
"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"
3939
},
4040
"autoload": {
4141
"psr-4": {
@@ -65,11 +65,17 @@
6565
},
6666
"scripts": {
6767
"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",
7272
"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+
]
7480
}
7581
}

0 commit comments

Comments
 (0)