Skip to content

Commit db2cc40

Browse files
chore: Composer && NPM update, all-checks mise task
1 parent d53a403 commit db2cc40

File tree

5 files changed

+702
-735
lines changed

5 files changed

+702
-735
lines changed

.mise/tasks/all-checks.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
#MISE description="Run all checks (build, quality, tests) that verify the correctness of the project"
3+
4+
set -e
5+
6+
mise run frontend
7+
mise run quality
8+
mise run tests
9+
mise run tests:frontend
10+
mise run tests:e2e

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"ext-ctype": "*",
1010
"ext-iconv": "*",
1111
"ext-mbstring": "*",
12-
"aws/aws-sdk-php": "^3.369.34",
13-
"doctrine/dbal": "^4.4.1",
12+
"aws/aws-sdk-php": "^3.371.1",
13+
"doctrine/dbal": "^4.4.2",
1414
"doctrine/doctrine-bundle": "^3.2.2",
1515
"doctrine/doctrine-migrations-bundle": "^3.7.0",
1616
"doctrine/orm": "^3.6.2",
1717
"enterprise-tooling-for-symfony/coding-agent": "dev-main",
1818
"enterprise-tooling-for-symfony/shared-bundle": "dev-main",
1919
"enterprise-tooling-for-symfony/webui-bundle": "dev-main",
2020
"googleads/google-ads-php": "^25.0",
21-
"neuron-core/neuron-ai": "^2.12.4",
21+
"neuron-core/neuron-ai": "^2.13.0",
2222
"orhanerday/open-ai": "^5.3",
2323
"phpdocumentor/reflection-docblock": "^5.6.6",
2424
"sensiolabs/minify-bundle": "^0.9.5",
@@ -60,8 +60,8 @@
6060
"twig/twig": "^2.12|^3.23.0"
6161
},
6262
"require-dev": {
63-
"pestphp/pest": "^4.3.2",
64-
"phpunit/phpunit": "^12.5.8"
63+
"pestphp/pest": "^4.4.1",
64+
"phpunit/phpunit": "^12.5.12"
6565
},
6666
"config": {
6767
"allow-plugins": {

0 commit comments

Comments
 (0)