Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 1518ce2

Browse files
committed
update dep versions
1 parent fa358fa commit 1518ce2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"doctrine/doctrine-bundle": "^3",
3838
"doctrine/doctrine-migrations-bundle": "^4.0",
3939
"doctrine/orm": "^3",
40-
"easycorp/easyadmin-bundle": "^4.26",
40+
"easycorp/easyadmin-bundle": "^4.28",
4141
"egulias/email-validator": "^4",
4242
"friendsofsymfony/jsrouting-bundle": "^3",
4343
"liip/imagine-bundle": "^2",

src/system/CoreBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"bin": ["bin/console"],
1515
"require": {
16-
"php": ">=8.3",
16+
"php": ">=8.4",
1717

1818
"symfony/config": "^7.4",
1919
"symfony/console": "^7.4",

src/system/LegalBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.3"
14+
"php": ">=8.4"
1515
},
1616
"autoload": {
1717
"psr-4": { "Zikula\\LegalBundle\\": "" }

src/system/ThemeBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.3",
15-
"easycorp/easyadmin-bundle": "^4.24",
14+
"php": ">=8.4",
15+
"easycorp/easyadmin-bundle": "^4.28",
1616
"symfony/config": "^7.4",
1717
"symfony/dependency-injection": "^7.4",
1818
"symfony/event-dispatcher": "^7.4",

src/system/UsersBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.3",
14+
"php": ">=8.4",
1515
"doctrine/doctrine-migrations-bundle": "^4.0",
1616
"nucleos/profile-bundle": "^2",
1717
"nucleos/user-bundle": "^4",

0 commit comments

Comments
 (0)