Skip to content

Commit

Permalink
Update all non-major dependencies to ^7.0.3
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| packagist  | symfony/cache | 7.0.2 | 7.0.3 |
| packagist  | symfony/yaml  | 7.0.0 | 7.0.3 |
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 2817194 commit 90cc807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.5.9",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/yaml": "^7.0.0",
"symfony/yaml": "^7.0.3",
"vimeo/psalm": "^5.21.0"
},
"autoload": {
Expand Down
14 changes: 7 additions & 7 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.43.0",
"laminas/laminas-servicemanager": "^3.22.1",
"symfony/cache": "^7.0.2"
"symfony/cache": "^7.0.3"
},
"config": {
"platform": {
Expand Down

0 comments on commit 90cc807

Please sign in to comment.