Skip to content

Commit d73fca0

Browse files
Update all non-major dependencies to ^7.4.0
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | symfony/cache | 7.3.6 | 7.4.0 | | packagist | symfony/yaml | 7.3.5 | 7.4.0 |
1 parent c9b0f55 commit d73fca0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"doctrine/coding-standard": "^14.0.0",
3131
"phpunit/phpunit": "^12.4.4",
3232
"psalm/plugin-phpunit": "^0.19.5",
33-
"symfony/yaml": "^7.3.5",
33+
"symfony/yaml": "^7.4.0",
3434
"vimeo/psalm": "^6.13.1"
3535
},
3636
"autoload": {

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
55
"illuminate/container": "^12.40.2",
66
"laminas/laminas-servicemanager": "^4.5.0",
7-
"symfony/cache": "^7.3.6"
7+
"symfony/cache": "^7.4.0"
88
},
99
"config": {
1010
"platform": {

0 commit comments

Comments
 (0)