Skip to content

Commit d37d077

Browse files
committed
chore: bump dependencies
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 607cb3b commit d37d077

File tree

7 files changed

+266
-355
lines changed

7 files changed

+266
-355
lines changed

composer.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"license": "AGPL-3.0-or-later",
44
"require": {
55
"cmixin/business-day": "^1.16",
6-
"doctrine/dbal": "^3.5",
7-
"doctrine/migrations": "^3.6",
8-
"doctrine/orm": "^2.15",
9-
"doctrine/sql-formatter": "^1.1",
6+
"doctrine/dbal": "^3.9",
7+
"doctrine/migrations": "^3.8",
8+
"doctrine/orm": "^3.3",
9+
"doctrine/sql-formatter": "^1.5",
1010
"librecodecoop/impostos": "^0.1.0",
11-
"monolog/monolog": "^3.3",
11+
"monolog/monolog": "^3.8",
1212
"php-di/php-di": "*",
1313
"roukmoute/polyfill-calendar": "^0.5.0",
14-
"symfony/browser-kit": "^6.2",
15-
"symfony/cache": "^6.3",
16-
"symfony/console": "^6.2",
17-
"symfony/css-selector": "^6.2",
18-
"symfony/http-client": "^6.2",
19-
"symfony/http-foundation": "^6.3",
20-
"symfony/mime": "^6.2",
21-
"symfony/routing": "^6.3",
22-
"twig/twig": "^3.7",
23-
"vlucas/phpdotenv": "^5.5"
14+
"symfony/browser-kit": "^7.2",
15+
"symfony/cache": "^7.2",
16+
"symfony/console": "^7.2",
17+
"symfony/css-selector": "^7.2",
18+
"symfony/http-client": "^7.2",
19+
"symfony/http-foundation": "^7.2",
20+
"symfony/mime": "^7.2",
21+
"symfony/routing": "^7.2",
22+
"twig/twig": "^3.20",
23+
"vlucas/phpdotenv": "^5.6"
2424
},
2525
"require-dev": {
2626
"bamarni/composer-bin-plugin": "^1.8",
@@ -32,7 +32,7 @@
3232
"Tests\\Php\\": "tests/php"
3333
}
3434
},
35-
"bin" : [
35+
"bin": [
3636
"bin/import"
3737
],
3838
"config": {
@@ -55,9 +55,8 @@
5555
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -print0 | xargs -0 -n1 php -l",
5656
"cs:check": "vendor-bin/cs/vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff",
5757
"cs:fix": "vendor-bin/cs/vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix",
58-
"psalm": "vendor-bin/psalm/vendor/bin/psalm --threads=1",
59-
"psalm:update-baseline": "vendor-bin/psalm/vendor/bin/psalm --threads=1 --update-baseline --set-baseline=tests/psalm-baseline.xml",
60-
"psalm:clear": "vendor-bin/psalm/vendor/bin/psalm --clear-cache && vendor-bin/psalm/vendor/bin/psalm --clear-global-cache",
58+
"psalm": "vendor-bin/psalm/vendor/bin/psalm --no-cache --threads=$(nproc)",
59+
"psalm:update-baseline": "vendor-bin/psalm/vendor/bin/psalm --threads=$(nproc) --update-baseline --set-baseline=tests/psalm-baseline.xml",
6160
"post-install-cmd": [
6261
"@composer bin all install --ansi",
6362
"composer dump-autoload"
@@ -68,4 +67,4 @@
6867
],
6968
"test:unit": "vendor-bin/unit/vendor/bin/phpunit -c tests/php/phpunit.xml --color --no-coverage --fail-on-warning --fail-on-risky"
7069
}
71-
}
70+
}

0 commit comments

Comments
 (0)