Update bundles version to v3.0.0-RC9
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
73c1e7a17a
commit
207f8b9118
@ -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.1.0 - 2024-08-08
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC9
|
||||
|
||||
## 2.0.0-alpha4 - 2024-07-03
|
||||
### Release
|
||||
* fixes
|
||||
|
@ -9,7 +9,7 @@
|
||||
"ext-iconv": "*",
|
||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||
"champs-libres/wopi-lib": "dev-master@dev",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC8",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC9",
|
||||
"chill-project/chill-deploy": "^1.0",
|
||||
"graylog2/gelf-php": "^2.0",
|
||||
"symfony/console": "5.4.*",
|
||||
|
56
composer.lock
generated
56
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d2a2b039540ffd854e8ffa2fe3ad9378",
|
||||
"content-hash": "76ae585c9fab4132940ede4a5502561f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@ -185,16 +185,16 @@
|
||||
},
|
||||
{
|
||||
"name": "chill-project/chill-bundles",
|
||||
"version": "v3.0.0-RC8",
|
||||
"version": "v3.0.0-RC9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/Chill-Projet/chill-bundles.git",
|
||||
"reference": "5dfd8daf3ab741048b1e760d51242f6129a3ae74"
|
||||
"reference": "547a9d1369795e9983aac1065ef55a93c18868d0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=5dfd8daf3ab741048b1e760d51242f6129a3ae74",
|
||||
"reference": "5dfd8daf3ab741048b1e760d51242f6129a3ae74",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=547a9d1369795e9983aac1065ef55a93c18868d0",
|
||||
"reference": "547a9d1369795e9983aac1065ef55a93c18868d0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -327,9 +327,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues",
|
||||
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.0.0-RC8"
|
||||
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.0.0-RC9"
|
||||
},
|
||||
"time": "2024-07-30T14:58:48+00:00"
|
||||
"time": "2024-08-08T11:01:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "chill-project/chill-deploy",
|
||||
@ -784,16 +784,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "3.8.6",
|
||||
"version": "3.8.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1"
|
||||
"reference": "2093d670ca17f634f3c095ec10a20687eccebd99"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1",
|
||||
"reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2093d670ca17f634f3c095ec10a20687eccebd99",
|
||||
"reference": "2093d670ca17f634f3c095ec10a20687eccebd99",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -809,12 +809,12 @@
|
||||
"doctrine/coding-standard": "12.0.0",
|
||||
"fig/log-test": "^1",
|
||||
"jetbrains/phpstorm-stubs": "2023.1",
|
||||
"phpstan/phpstan": "1.11.5",
|
||||
"phpstan/phpstan": "1.11.7",
|
||||
"phpstan/phpstan-strict-rules": "^1.6",
|
||||
"phpunit/phpunit": "9.6.19",
|
||||
"phpunit/phpunit": "9.6.20",
|
||||
"psalm/plugin-phpunit": "0.18.4",
|
||||
"slevomat/coding-standard": "8.13.1",
|
||||
"squizlabs/php_codesniffer": "3.10.1",
|
||||
"squizlabs/php_codesniffer": "3.10.2",
|
||||
"symfony/cache": "^5.4|^6.0|^7.0",
|
||||
"symfony/console": "^4.4|^5.4|^6.0|^7.0",
|
||||
"vimeo/psalm": "4.30.0"
|
||||
@ -877,7 +877,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/dbal/issues",
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.8.6"
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.8.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -893,7 +893,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-19T10:38:17+00:00"
|
||||
"time": "2024-08-07T11:57:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/deprecations",
|
||||
@ -1787,16 +1787,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/sql-formatter",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/sql-formatter.git",
|
||||
"reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc"
|
||||
"reference": "7f83911cc5eba870de7ebb11283972483f7e2891"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d1ac84aef745c69ea034929eb6d65a6908b675cc",
|
||||
"reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc",
|
||||
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/7f83911cc5eba870de7ebb11283972483f7e2891",
|
||||
"reference": "7f83911cc5eba870de7ebb11283972483f7e2891",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1836,9 +1836,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/sql-formatter/issues",
|
||||
"source": "https://github.com/doctrine/sql-formatter/tree/1.4.0"
|
||||
"source": "https://github.com/doctrine/sql-formatter/tree/1.4.1"
|
||||
},
|
||||
"time": "2024-05-08T08:12:09+00:00"
|
||||
"time": "2024-08-05T20:32:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
@ -6820,16 +6820,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/flex",
|
||||
"version": "v2.4.5",
|
||||
"version": "v2.4.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/flex.git",
|
||||
"reference": "b0a405f40614c9f584b489d54f91091817b0e26e"
|
||||
"reference": "4dc11919791f81d087a12db2ab4c7e044431ef6b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/flex/zipball/b0a405f40614c9f584b489d54f91091817b0e26e",
|
||||
"reference": "b0a405f40614c9f584b489d54f91091817b0e26e",
|
||||
"url": "https://api.github.com/repos/symfony/flex/zipball/4dc11919791f81d087a12db2ab4c7e044431ef6b",
|
||||
"reference": "4dc11919791f81d087a12db2ab4c7e044431ef6b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6865,7 +6865,7 @@
|
||||
"description": "Composer plugin for Symfony",
|
||||
"support": {
|
||||
"issues": "https://github.com/symfony/flex/issues",
|
||||
"source": "https://github.com/symfony/flex/tree/v2.4.5"
|
||||
"source": "https://github.com/symfony/flex/tree/v2.4.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6881,7 +6881,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-03-02T08:16:47+00:00"
|
||||
"time": "2024-04-27T10:22:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/form",
|
||||
|
Loading…
Reference in New Issue
Block a user