Skip to content

Commit 47a4856

Browse files
committed
Mise à jour Bootstrap 5 pour SonataBlockBundle et support de la nouvelle version form-extensions
1 parent 4ce12ae commit 47a4856

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,19 @@
1919
}
2020
],
2121
"homepage": "https://docs.sonata-project.org/projects/SonataBlockBundle",
22+
"repositories": [
23+
{
24+
"type": "vcs",
25+
"url": "https://github.com/Agbokoudjo/form-extensions"
26+
}
27+
],
2228
"require": {
2329
"php": "^8.1",
2430
"doctrine/collections": "^1.8 || ^2.0",
2531
"doctrine/common": "^3.0",
2632
"psr/container": "^1.0 || ^2.0",
2733
"psr/log": "^2.0 || ^3.0",
28-
"sonata-project/form-extensions": "^1.4 || ^2.0",
34+
"sonata-project/form-extensions": "dev-feature/bootstrap5-form-fields",
2935
"symfony/asset": "^6.4 || ^7.1",
3036
"symfony/config": "^6.4 || ^7.1",
3137
"symfony/console": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)