Skip to content

Commit

Permalink
Update all non-major dependencies to ^6.4.0
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| packagist  | symfony/cache | 6.3.8 | 6.4.0 |
| packagist  | symfony/yaml  | 6.3.8 | 6.4.0 |
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 1c39d20 commit 21daad7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/yaml": "^6.3.8",
"symfony/yaml": "^6.4.0",
"vimeo/psalm": "^5.16.0"
},
"autoload": {
Expand Down
16 changes: 8 additions & 8 deletions 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 example/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"php": "~8.2.0 || ~8.3.0",
"illuminate/container": "^10.34.2",
"laminas/laminas-servicemanager": "^3.22.1",
"symfony/cache": "^6.3.8"
"symfony/cache": "^6.4.0"
},
"config": {
"platform": {
Expand Down

0 comments on commit 21daad7

Please sign in to comment.