Skip to content

Commit

Permalink
[TASK] Update dependencies
Browse files Browse the repository at this point in the history
Lock file operations: 0 installs, 4 updates, 0 removals
  - Upgrading phpunit/phpunit (9.6.13 => 9.6.15)
  - Upgrading symfony/console (v5.4.28 => v5.4.32)
  - Upgrading symfony/string (v5.4.29 => v5.4.32)
  - Upgrading theseer/tokenizer (1.2.1 => 1.2.2)

Also, added "composer validate" to checks.
  • Loading branch information
a-r-m-i-n committed Dec 3, 2023
1 parent e233b47 commit bac9979
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -60,7 +60,8 @@
"@composer dump -o",
"@ec",
"@php-cs",
"@php-stan"
"@php-stan",
"@composer validate --no-check-version"
],
"fix": [
"@composer dump -o",
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

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

0 comments on commit bac9979

Please sign in to comment.