Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| packagist  | guzzlehttp/psr7 | 2.5.0  | 2.6.0  |
| packagist  | phpunit/phpunit | 10.2.6 | 10.2.7 |
| packagist  | symfony/yaml    | 6.3.0  | 6.3.3  |
| packagist  | vimeo/psalm     | 5.13.1 | 5.14.1 |
  • Loading branch information
renovate[bot] committed Aug 3, 2023
1 parent c2ff2d5 commit 77fd2a8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"php": "~8.2.8",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/psr7": "^2.5.0",
"guzzlehttp/psr7": "^2.6.0",
"jasny/twig-extensions": "^1.3",
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.4.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^6.3.0",
"symfony/yaml": "^6.3.3",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.6",
"phpunit/phpunit": "^10.2.7",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.14.1"
},
"autoload": {
"psr-4": {
Expand Down
81 changes: 41 additions & 40 deletions composer.lock

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

0 comments on commit 77fd2a8

Please sign in to comment.