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  | illuminate/container | 11.18.1 | 11.19.0 |
| packagist  | phpunit/phpunit      | 10.5.28 | 10.5.29 |
  • Loading branch information
renovate[bot] committed Jul 30, 2024
1 parent 1bcab50 commit 1d99a2b
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 @@ -28,7 +28,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.28",
"phpunit/phpunit": "^10.5.29",
"psalm/plugin-phpunit": "^0.19.0",
"symfony/yaml": "^7.1.1",
"vimeo/psalm": "^5.25.0"
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 @@ -2,7 +2,7 @@
"type": "project",
"require": {
"php": "~8.2.0 || ~8.3.0",
"illuminate/container": "^11.18.1",
"illuminate/container": "^11.19.0",
"laminas/laminas-servicemanager": "^4.2.0",
"symfony/cache": "^7.1.3"
},
Expand Down

0 comments on commit 1d99a2b

Please sign in to comment.