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  | laminas/laminas-servicemanager | 3.20.0 | 3.22.1 |
| packagist  | symfony/config                 | 6.0.19 | 6.4.6  |
| packagist  | symfony/dependency-injection   | 6.0.20 | 6.4.6  |
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 12b7a0b commit 1fd6afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"behat/behat": "^3.14.0",
"psr/container": "^1.1.2",
"symfony/config": "^6.0.19",
"symfony/dependency-injection": "^6.0.20"
"symfony/config": "^6.4.6",
"symfony/dependency-injection": "^6.4.6"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^9.6.19"
},
"license": "MIT",
Expand Down

0 comments on commit 1fd6afe

Please sign in to comment.