Skip to content

Commit

Permalink
Merge pull request #2535 from tarlepp/chore(deps)/dependency-update
Browse files Browse the repository at this point in the history
Chore(deps) - Dependency update
  • Loading branch information
tarlepp committed Nov 26, 2023
2 parents e531fc3 + 53fd138 commit 7b4e1b1
Show file tree
Hide file tree
Showing 19 changed files with 315 additions and 288 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -68,7 +68,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "1.8.2",
"doctrine/doctrine-fixtures-bundle": "3.5.0",
"doctrine/doctrine-fixtures-bundle": "3.5.1",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "6.3.8",
"symfony/debug-bundle": "6.3.2",
Expand Down
167 changes: 85 additions & 82 deletions composer.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/Service/Localization.php
Expand Up @@ -73,12 +73,13 @@ public function getTimezones(): array
/**
* @throws Throwable
*
* @return array<int, array{timezone: string, identifier: string, offset: string, value: string}>
* @return array<int, array{timezone: string, identifier: non-empty-string, offset: string, value: string}>
*/
public function getFormattedTimezones(): array
{
$output = [];

/** @var array<int, non-empty-string> $identifiers */
$identifiers = DateTimeZone::listIdentifiers();

foreach ($identifiers as $identifier) {
Expand Down
2 changes: 1 addition & 1 deletion tools/01_phpunit/composer.json
Expand Up @@ -6,7 +6,7 @@
},
"require-dev": {
"liuggio/fastest": "1.11.0",
"phpunit/php-code-coverage": "10.1.8",
"phpunit/php-code-coverage": "10.1.9",
"phpunit/phpcov": "9.0.2",
"phpunit/phpunit": "10.0.19",
"roave/security-advisories": "dev-latest",
Expand Down
42 changes: 22 additions & 20 deletions tools/01_phpunit/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/02_phpstan/composer.json
Expand Up @@ -5,7 +5,7 @@
"php": "^8.2.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.42",
"phpstan/phpstan": "1.10.44",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-symfony": "1.3.5",
"roave/security-advisories": "dev-latest"
Expand Down
28 changes: 15 additions & 13 deletions tools/02_phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/03_psalm/composer.json
Expand Up @@ -8,7 +8,7 @@
"roave/security-advisories": "dev-latest",
"psalm/plugin-phpunit": "0.18.4",
"psalm/plugin-symfony": "5.1.0",
"vimeo/psalm": "5.15.0",
"vimeo/psalm": "5.16.0",
"weirdan/doctrine-psalm-plugin": "2.9.0"
},
"config": {
Expand Down

0 comments on commit 7b4e1b1

Please sign in to comment.