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  | doctrine/common      | 3.4.4   | 3.4.5   |
| packagist  | illuminate/container | 11.26.0 | 11.27.0 |
| packagist  | phpunit/phpunit      | 10.5.35 | 10.5.36 |
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 909de0e commit cd31d93
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://github.com/Roave/psr-container-doctrine",
"require": {
"php": "~8.3.0 || ~8.4.0",
"doctrine/common": "^3.4.4",
"doctrine/common": "^3.4.5",
"doctrine/dbal": "^4.1.1",
"doctrine/event-manager": "^2.0.1",
"doctrine/migrations": "^3.8.1",
Expand All @@ -28,7 +28,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.35",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"symfony/yaml": "^7.1.5",
"vimeo/psalm": "^5.26.1"
Expand Down
26 changes: 13 additions & 13 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.26.0",
"illuminate/container": "^11.27.0",
"laminas/laminas-servicemanager": "^4.2.0",
"symfony/cache": "^7.1.5"
},
Expand Down

0 comments on commit cd31d93

Please sign in to comment.