This commit is contained in:
parent
71bcfd4338
commit
51cc0254d0
3
.changes/2.8.0.md
Normal file
3
.changes/2.8.0.md
Normal file
@ -0,0 +1,3 @@
|
||||
## 2.8.0 - 2025-03-04
|
||||
### Release
|
||||
* Update chill bundles to v3.9.2
|
@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## 2.8.0 - 2025-03-04
|
||||
### Release
|
||||
* Update chill bundles to v3.9.2
|
||||
|
||||
## 2.7.0 - 2025-01-20
|
||||
### Release
|
||||
* Update chill bundles to version 3.6.0
|
||||
|
@ -9,7 +9,7 @@
|
||||
"ext-iconv": "*",
|
||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||
"champs-libres/wopi-lib": "dev-master@dev",
|
||||
"chill-project/chill-bundles": "3.6.0",
|
||||
"chill-project/chill-bundles": "3.9.2",
|
||||
"chill-project/chill-deploy": "^1.0",
|
||||
"graylog2/gelf-php": "^2.0",
|
||||
"symfony/console": "5.4.*",
|
||||
|
686
composer.lock
generated
686
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,9 @@
|
||||
],
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"bootstrap": "5.2.3"
|
||||
"@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets",
|
||||
"bootstrap": "5.2.3",
|
||||
"intl-messageformat": "^10.5.11"
|
||||
},
|
||||
"scripts": {
|
||||
"specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",
|
||||
|
Loading…
Reference in New Issue
Block a user