Release 2.11 (#4580)

This commit is contained in:
Kevin Papst
2024-02-02 13:52:24 +01:00
committed by GitHub
parent a9a32c83ac
commit 49e69d1ae3
55 changed files with 347 additions and 264 deletions

43
composer.lock generated
View File

@@ -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": "12affd3e469307e60f080edeafa7d2c2",
"content-hash": "24f571304052968a6a7f49cac1109c5b",
"packages": [
{
"name": "azuyalabs/yasumi",
@@ -2447,16 +2447,16 @@
},
{
"name": "kevinpapst/tabler-bundle",
"version": "1.2.0",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kevinpapst/TablerBundle.git",
"reference": "c9a9dbf160094f2b2987f74cc15eade974793f14"
"reference": "be745c85b5b8b3f36453fbcc07ffc13ee3592c5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kevinpapst/TablerBundle/zipball/c9a9dbf160094f2b2987f74cc15eade974793f14",
"reference": "c9a9dbf160094f2b2987f74cc15eade974793f14",
"url": "https://api.github.com/repos/kevinpapst/TablerBundle/zipball/be745c85b5b8b3f36453fbcc07ffc13ee3592c5a",
"reference": "be745c85b5b8b3f36453fbcc07ffc13ee3592c5a",
"shasum": ""
},
"require": {
@@ -2504,7 +2504,7 @@
"description": "Admin/Backend theme bundle for Symfony based on Tabler.io",
"support": {
"issues": "https://github.com/kevinpapst/TablerBundle/issues",
"source": "https://github.com/kevinpapst/TablerBundle/tree/1.2.0"
"source": "https://github.com/kevinpapst/TablerBundle/tree/1.2.1"
},
"funding": [
{
@@ -2516,7 +2516,7 @@
"type": "github"
}
],
"time": "2024-01-16T17:24:13+00:00"
"time": "2024-01-25T12:56:23+00:00"
},
{
"name": "league/csv",
@@ -10551,40 +10551,40 @@
},
{
"name": "dama/doctrine-test-bundle",
"version": "v7.3.0",
"version": "v8.0.1",
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
"reference": "688eea6529ea894b83deada10c83662d7804f34b"
"reference": "e382d27bc03ee04e0fd0ef95391047042792e7cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/688eea6529ea894b83deada10c83662d7804f34b",
"reference": "688eea6529ea894b83deada10c83662d7804f34b",
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/e382d27bc03ee04e0fd0ef95391047042792e7cc",
"reference": "e382d27bc03ee04e0fd0ef95391047042792e7cc",
"shasum": ""
},
"require": {
"doctrine/dbal": "^3.3",
"doctrine/dbal": "^3.3 || ^4.0",
"doctrine/doctrine-bundle": "^2.2.2",
"ext-json": "*",
"php": "^7.3 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0"
"symfony/cache": "^5.4 || ^6.3 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0"
},
"require-dev": {
"behat/behat": "^3.0",
"doctrine/cache": "^1.12",
"friendsofphp/php-cs-fixer": "^3.27",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/phpunit-bridge": "^6.3",
"symfony/process": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
"dev-master": "8.x-dev"
}
},
"autoload": {
@@ -10608,13 +10608,14 @@
"isolation",
"performance",
"symfony",
"testing",
"tests"
],
"support": {
"issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v7.3.0"
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v8.0.1"
},
"time": "2023-11-27T21:29:42+00:00"
"time": "2023-12-05T16:11:29+00:00"
},
{
"name": "doctrine/data-fixtures",