Skip to content

Commit 0bb47ae

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | packagist | doctrine/dbal | 4.4.2 | 4.4.3 | | packagist | doctrine/migrations | 3.9.6 | 3.9.7 | | packagist | doctrine/orm | 3.6.2 | 3.6.5 | | packagist | illuminate/container | 12.54.1 | 12.58.0 | | packagist | phpunit/phpunit | 12.5.14 | 12.5.24 | | packagist | psalm/plugin-phpunit | 0.19.5 | 0.20.1 | | packagist | symfony/cache | 7.4.7 | 7.4.10 | | packagist | symfony/yaml | 7.4.6 | 7.4.10 | | packagist | vimeo/psalm | 6.15.1 | 6.16.1 |
1 parent d0c0e02 commit 0bb47ae

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"require": {
1919
"php": "~8.4.0 || ~8.5.0",
2020
"doctrine/common": "^3.5.0",
21-
"doctrine/dbal": "^4.4.2",
21+
"doctrine/dbal": "^4.4.3",
2222
"doctrine/event-manager": "^2.1.1",
23-
"doctrine/migrations": "^3.9.6",
24-
"doctrine/orm": "^3.6.2",
23+
"doctrine/migrations": "^3.9.7",
24+
"doctrine/orm": "^3.6.5",
2525
"doctrine/persistence": "^3.4.0 || ^4.1.1",
2626
"psr/cache": "^2.0.0 || ^3.0.0",
2727
"psr/container": "^1.1.2 || ^2.0.2"
2828
},
2929
"require-dev": {
3030
"doctrine/coding-standard": "^14.0.0",
31-
"illuminate/container": "^12.54.1",
31+
"illuminate/container": "^12.58.0",
3232
"laminas/laminas-servicemanager": "^4.5.0",
33-
"phpunit/phpunit": "^12.5.14",
34-
"psalm/plugin-phpunit": "^0.19.5",
35-
"symfony/cache": "^7.4.7",
36-
"symfony/yaml": "^7.4.6",
37-
"vimeo/psalm": "^6.15.1"
33+
"phpunit/phpunit": "^12.5.24",
34+
"psalm/plugin-phpunit": "^0.20.1",
35+
"symfony/cache": "^7.4.10",
36+
"symfony/yaml": "^7.4.10",
37+
"vimeo/psalm": "^6.16.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)