Skip to content

Commit 63dd366

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | packagist | doctrine/dbal | 4.4.0 | 4.4.1 | | packagist | illuminate/container | 12.40.2 | 12.41.1 |
1 parent cacb5ee commit 63dd366

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "~8.4.0 || ~8.5.0",
2020
"doctrine/common": "^3.5.0",
21-
"doctrine/dbal": "^4.4.0",
21+
"doctrine/dbal": "^4.4.1",
2222
"doctrine/event-manager": "^2.0.1",
2323
"doctrine/migrations": "^3.9.5",
2424
"doctrine/orm": "^3.5.8",

composer.lock

Lines changed: 7 additions & 7 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
@@ -2,7 +2,7 @@
22
"type": "project",
33
"require": {
44
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
5-
"illuminate/container": "^12.40.2",
5+
"illuminate/container": "^12.41.1",
66
"laminas/laminas-servicemanager": "^4.5.0",
77
"symfony/cache": "^7.4.0"
88
},

0 commit comments

Comments
 (0)