mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
Compare commits
1 Commits
cec618e3c5
...
move-fixtu
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a29bb49ea
|
228
composer.lock
generated
228
composer.lock
generated
@@ -250,16 +250,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "4.4.0",
|
"version": "4.3.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "e8c5163fbec0f34e357431bd1e5fc4056cdf4fdc"
|
"reference": "1a2fbd0e93b8dec7c3d1ac2b6396a7b929b130dc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/e8c5163fbec0f34e357431bd1e5fc4056cdf4fdc",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1a2fbd0e93b8dec7c3d1ac2b6396a7b929b130dc",
|
||||||
"reference": "e8c5163fbec0f34e357431bd1e5fc4056cdf4fdc",
|
"reference": "1a2fbd0e93b8dec7c3d1ac2b6396a7b929b130dc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -278,8 +278,8 @@
|
|||||||
"phpunit/phpunit": "11.5.23",
|
"phpunit/phpunit": "11.5.23",
|
||||||
"slevomat/coding-standard": "8.24.0",
|
"slevomat/coding-standard": "8.24.0",
|
||||||
"squizlabs/php_codesniffer": "4.0.0",
|
"squizlabs/php_codesniffer": "4.0.0",
|
||||||
"symfony/cache": "^6.3.8|^7.0|^8.0",
|
"symfony/cache": "^6.3.8|^7.0",
|
||||||
"symfony/console": "^5.4|^6.3|^7.0|^8.0"
|
"symfony/console": "^5.4|^6.3|^7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
||||||
@@ -336,7 +336,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/4.4.0"
|
"source": "https://github.com/doctrine/dbal/tree/4.3.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-29T12:17:09+00:00"
|
"time": "2025-10-09T09:11:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
@@ -404,16 +404,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-bundle",
|
"name": "doctrine/doctrine-bundle",
|
||||||
"version": "3.1.0",
|
"version": "3.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||||
"reference": "24417f4d508086e1a458cc7aea893853ba9e4423"
|
"reference": "112091bc3ed6b2b57b20a3d07b5d2a79d32017b9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/24417f4d508086e1a458cc7aea893853ba9e4423",
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/112091bc3ed6b2b57b20a3d07b5d2a79d32017b9",
|
||||||
"reference": "24417f4d508086e1a458cc7aea893853ba9e4423",
|
"reference": "112091bc3ed6b2b57b20a3d07b5d2a79d32017b9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -422,12 +422,12 @@
|
|||||||
"doctrine/persistence": "^4",
|
"doctrine/persistence": "^4",
|
||||||
"doctrine/sql-formatter": "^1.0.1",
|
"doctrine/sql-formatter": "^1.0.1",
|
||||||
"php": "^8.4",
|
"php": "^8.4",
|
||||||
"symfony/cache": "^6.4 || ^7.0 || ^8.0",
|
"symfony/cache": "^6.4 || ^7.0",
|
||||||
"symfony/config": "^6.4 || ^7.0 || ^8.0",
|
"symfony/config": "^6.4 || ^7.0",
|
||||||
"symfony/console": "^6.4 || ^7.0 || ^8.0",
|
"symfony/console": "^6.4 || ^7.0",
|
||||||
"symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0",
|
"symfony/dependency-injection": "^6.4 || ^7.0",
|
||||||
"symfony/doctrine-bridge": "^6.4.3 || ^7.0.3 || ^8.0",
|
"symfony/doctrine-bridge": "^6.4.3 || ^7.0.3",
|
||||||
"symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
|
"symfony/framework-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/service-contracts": "^3"
|
"symfony/service-contracts": "^3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@@ -443,18 +443,18 @@
|
|||||||
"phpstan/phpstan-strict-rules": "^2",
|
"phpstan/phpstan-strict-rules": "^2",
|
||||||
"phpunit/phpunit": "^12.3.10",
|
"phpunit/phpunit": "^12.3.10",
|
||||||
"psr/log": "^3.0",
|
"psr/log": "^3.0",
|
||||||
"symfony/doctrine-messenger": "^6.4 || ^7.0 || ^8.0",
|
"symfony/doctrine-messenger": "^6.4 || ^7.0",
|
||||||
"symfony/expression-language": "^6.4 || ^7.0 || ^8.0",
|
"symfony/expression-language": "^6.4 || ^7.0",
|
||||||
"symfony/messenger": "^6.4 || ^7.0 || ^8.0",
|
"symfony/messenger": "^6.4 || ^7.0",
|
||||||
"symfony/property-info": "^6.4 || ^7.0 || ^8.0",
|
"symfony/property-info": "^6.4 || ^7.0",
|
||||||
"symfony/security-bundle": "^6.4 || ^7.0 || ^8.0",
|
"symfony/security-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/stopwatch": "^6.4 || ^7.0 || ^8.0",
|
"symfony/stopwatch": "^6.4 || ^7.0",
|
||||||
"symfony/string": "^6.4 || ^7.0 || ^8.0",
|
"symfony/string": "^6.4 || ^7.0",
|
||||||
"symfony/twig-bridge": "^6.4 || ^7.0 || ^8.0",
|
"symfony/twig-bridge": "^6.4 || ^7.0",
|
||||||
"symfony/validator": "^6.4 || ^7.0 || ^8.0",
|
"symfony/validator": "^6.4 || ^7.0",
|
||||||
"symfony/var-exporter": "^6.4.1 || ^7.0.1 || ^8.0",
|
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
|
||||||
"symfony/web-profiler-bundle": "^6.4 || ^7.0 || ^8.0",
|
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/yaml": "^6.4 || ^7.0 || ^8.0",
|
"symfony/yaml": "^6.4 || ^7.0",
|
||||||
"twig/twig": "^3.21.1"
|
"twig/twig": "^3.21.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@@ -500,7 +500,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
||||||
"source": "https://github.com/doctrine/DoctrineBundle/tree/3.1.0"
|
"source": "https://github.com/doctrine/DoctrineBundle/tree/3.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -516,7 +516,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-28T22:34:19+00:00"
|
"time": "2025-10-11T10:48:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-migrations-bundle",
|
"name": "doctrine/doctrine-migrations-bundle",
|
||||||
@@ -4081,32 +4081,33 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/error-handler",
|
"name": "symfony/error-handler",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/error-handler.git",
|
"url": "https://github.com/symfony/error-handler.git",
|
||||||
"reference": "d77ec7dda0c274178745d152e82baf7ea827fd73"
|
"reference": "48be2b0653594eea32dcef130cca1c811dcf25c2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/d77ec7dda0c274178745d152e82baf7ea827fd73",
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/48be2b0653594eea32dcef130cca1c811dcf25c2",
|
||||||
"reference": "d77ec7dda0c274178745d152e82baf7ea827fd73",
|
"reference": "48be2b0653594eea32dcef130cca1c811dcf25c2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
"psr/log": "^1|^2|^3",
|
"psr/log": "^1|^2|^3",
|
||||||
"symfony/polyfill-php85": "^1.32",
|
"symfony/polyfill-php85": "^1.32",
|
||||||
"symfony/var-dumper": "^7.4|^8.0"
|
"symfony/var-dumper": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/deprecation-contracts": "<2.5"
|
"symfony/deprecation-contracts": "<2.5",
|
||||||
|
"symfony/http-kernel": "<6.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/console": "^7.4|^8.0",
|
"symfony/console": "^6.4|^7.0|^8.0",
|
||||||
"symfony/deprecation-contracts": "^2.5|^3",
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||||||
"symfony/http-kernel": "^7.4|^8.0",
|
"symfony/http-kernel": "^6.4|^7.0|^8.0",
|
||||||
"symfony/serializer": "^7.4|^8.0",
|
"symfony/serializer": "^6.4|^7.0|^8.0",
|
||||||
"symfony/webpack-encore-bundle": "^1.0|^2.0"
|
"symfony/webpack-encore-bundle": "^1.0|^2.0"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@@ -4138,7 +4139,7 @@
|
|||||||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/error-handler/tree/v8.0.0"
|
"source": "https://github.com/symfony/error-handler/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -4158,7 +4159,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-05T14:36:47+00:00"
|
"time": "2025-11-05T14:29:59+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
@@ -4323,25 +4324,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "7fc96ae83372620eaba3826874f46e26295768ca"
|
"reference": "d551b38811096d0be9c4691d406991b47c0c630a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7fc96ae83372620eaba3826874f46e26295768ca",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a",
|
||||||
"reference": "7fc96ae83372620eaba3826874f46e26295768ca",
|
"reference": "d551b38811096d0be9c4691d406991b47c0c630a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-ctype": "~1.8",
|
||||||
"symfony/polyfill-mbstring": "~1.8"
|
"symfony/polyfill-mbstring": "~1.8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/process": "^7.4|^8.0"
|
"symfony/process": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -4369,7 +4370,7 @@
|
|||||||
"description": "Provides basic utilities for the filesystem",
|
"description": "Provides basic utilities for the filesystem",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/filesystem/tree/v8.0.0"
|
"source": "https://github.com/symfony/filesystem/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -4389,27 +4390,27 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-05T14:36:47+00:00"
|
"time": "2025-11-27T13:27:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/finder.git",
|
"url": "https://github.com/symfony/finder.git",
|
||||||
"reference": "7598dd5770580fa3517ec83e8da0c9b9e01f4291"
|
"reference": "340b9ed7320570f319028a2cbec46d40535e94bd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/finder/zipball/7598dd5770580fa3517ec83e8da0c9b9e01f4291",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/340b9ed7320570f319028a2cbec46d40535e94bd",
|
||||||
"reference": "7598dd5770580fa3517ec83e8da0c9b9e01f4291",
|
"reference": "340b9ed7320570f319028a2cbec46d40535e94bd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4"
|
"php": ">=8.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/filesystem": "^7.4|^8.0"
|
"symfony/filesystem": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -4437,7 +4438,7 @@
|
|||||||
"description": "Finds files and directories via an intuitive fluent interface",
|
"description": "Finds files and directories via an intuitive fluent interface",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/finder/tree/v8.0.0"
|
"source": "https://github.com/symfony/finder/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -4457,7 +4458,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-05T14:36:47+00:00"
|
"time": "2025-11-05T05:42:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/flex",
|
"name": "symfony/flex",
|
||||||
@@ -4974,35 +4975,37 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-foundation",
|
"name": "symfony/http-foundation",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-foundation.git",
|
"url": "https://github.com/symfony/http-foundation.git",
|
||||||
"reference": "19f925ff62437970e56fcdf793aa93607622d8be"
|
"reference": "769c1720b68e964b13b58529c17d4a385c62167b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/19f925ff62437970e56fcdf793aa93607622d8be",
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/769c1720b68e964b13b58529c17d4a385c62167b",
|
||||||
"reference": "19f925ff62437970e56fcdf793aa93607622d8be",
|
"reference": "769c1720b68e964b13b58529c17d4a385c62167b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||||||
"symfony/polyfill-mbstring": "^1.1"
|
"symfony/polyfill-mbstring": "^1.1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"doctrine/dbal": "<4.3"
|
"doctrine/dbal": "<3.6",
|
||||||
|
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/dbal": "^4.3",
|
"doctrine/dbal": "^3.6|^4",
|
||||||
"predis/predis": "^1.1|^2.0",
|
"predis/predis": "^1.1|^2.0",
|
||||||
"symfony/cache": "^7.4|^8.0",
|
"symfony/cache": "^6.4.12|^7.1.5|^8.0",
|
||||||
"symfony/clock": "^7.4|^8.0",
|
"symfony/clock": "^6.4|^7.0|^8.0",
|
||||||
"symfony/dependency-injection": "^7.4|^8.0",
|
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
|
||||||
"symfony/expression-language": "^7.4|^8.0",
|
"symfony/expression-language": "^6.4|^7.0|^8.0",
|
||||||
"symfony/http-kernel": "^7.4|^8.0",
|
"symfony/http-kernel": "^6.4|^7.0|^8.0",
|
||||||
"symfony/mime": "^7.4|^8.0",
|
"symfony/mime": "^6.4|^7.0|^8.0",
|
||||||
"symfony/rate-limiter": "^7.4|^8.0"
|
"symfony/rate-limiter": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -5030,7 +5033,7 @@
|
|||||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-foundation/tree/v8.0.0"
|
"source": "https://github.com/symfony/http-foundation/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -5050,7 +5053,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-13T08:54:25+00:00"
|
"time": "2025-11-13T08:49:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
@@ -5347,37 +5350,40 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/mime.git",
|
"url": "https://github.com/symfony/mime.git",
|
||||||
"reference": "7576ce3b2b4d3a2a7fe7020a07a392065d6ffd40"
|
"reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/mime/zipball/7576ce3b2b4d3a2a7fe7020a07a392065d6ffd40",
|
"url": "https://api.github.com/repos/symfony/mime/zipball/bdb02729471be5d047a3ac4a69068748f1a6be7a",
|
||||||
"reference": "7576ce3b2b4d3a2a7fe7020a07a392065d6ffd40",
|
"reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||||||
"symfony/polyfill-intl-idn": "^1.10",
|
"symfony/polyfill-intl-idn": "^1.10",
|
||||||
"symfony/polyfill-mbstring": "^1.0"
|
"symfony/polyfill-mbstring": "^1.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"egulias/email-validator": "~3.0.0",
|
"egulias/email-validator": "~3.0.0",
|
||||||
"phpdocumentor/reflection-docblock": "<3.2.2",
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
||||||
"phpdocumentor/type-resolver": "<1.4.0"
|
"phpdocumentor/type-resolver": "<1.4.0",
|
||||||
|
"symfony/mailer": "<6.4",
|
||||||
|
"symfony/serializer": "<6.4.3|>7.0,<7.0.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"egulias/email-validator": "^2.1.10|^3.1|^4",
|
"egulias/email-validator": "^2.1.10|^3.1|^4",
|
||||||
"league/html-to-markdown": "^5.0",
|
"league/html-to-markdown": "^5.0",
|
||||||
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
||||||
"symfony/dependency-injection": "^7.4|^8.0",
|
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
|
||||||
"symfony/process": "^7.4|^8.0",
|
"symfony/process": "^6.4|^7.0|^8.0",
|
||||||
"symfony/property-access": "^7.4|^8.0",
|
"symfony/property-access": "^6.4|^7.0|^8.0",
|
||||||
"symfony/property-info": "^7.4|^8.0",
|
"symfony/property-info": "^6.4|^7.0|^8.0",
|
||||||
"symfony/serializer": "^7.4|^8.0"
|
"symfony/serializer": "^6.4.3|^7.0.3|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -5409,7 +5415,7 @@
|
|||||||
"mime-type"
|
"mime-type"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/mime/tree/v8.0.0"
|
"source": "https://github.com/symfony/mime/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -5429,7 +5435,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-16T10:17:21+00:00"
|
"time": "2025-11-16T10:14:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/options-resolver",
|
"name": "symfony/options-resolver",
|
||||||
@@ -6005,20 +6011,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/process.git",
|
"url": "https://github.com/symfony/process.git",
|
||||||
"reference": "a0a750500c4ce900d69ba4e9faf16f82c10ee149"
|
"reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/process/zipball/a0a750500c4ce900d69ba4e9faf16f82c10ee149",
|
"url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
|
||||||
"reference": "a0a750500c4ce900d69ba4e9faf16f82c10ee149",
|
"reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4"
|
"php": ">=8.2"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -6046,7 +6052,7 @@
|
|||||||
"description": "Executes commands in sub-processes",
|
"description": "Executes commands in sub-processes",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/process/tree/v8.0.0"
|
"source": "https://github.com/symfony/process/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -6066,7 +6072,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-10-16T16:25:44+00:00"
|
"time": "2025-10-16T11:21:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/property-access",
|
"name": "symfony/property-access",
|
||||||
@@ -8040,31 +8046,31 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-dumper",
|
"name": "symfony/var-dumper",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-dumper.git",
|
"url": "https://github.com/symfony/var-dumper.git",
|
||||||
"reference": "d2a2476c93b58ac5292145e9fac1ff76a21d1ce2"
|
"reference": "41fd6c4ae28c38b294b42af6db61446594a0dece"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/d2a2476c93b58ac5292145e9fac1ff76a21d1ce2",
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/41fd6c4ae28c38b294b42af6db61446594a0dece",
|
||||||
"reference": "d2a2476c93b58ac5292145e9fac1ff76a21d1ce2",
|
"reference": "41fd6c4ae28c38b294b42af6db61446594a0dece",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
"symfony/polyfill-mbstring": "^1.0"
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||||||
|
"symfony/polyfill-mbstring": "~1.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/console": "<7.4",
|
"symfony/console": "<6.4"
|
||||||
"symfony/error-handler": "<7.4"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/console": "^7.4|^8.0",
|
"symfony/console": "^6.4|^7.0|^8.0",
|
||||||
"symfony/http-kernel": "^7.4|^8.0",
|
"symfony/http-kernel": "^6.4|^7.0|^8.0",
|
||||||
"symfony/process": "^7.4|^8.0",
|
"symfony/process": "^6.4|^7.0|^8.0",
|
||||||
"symfony/uid": "^7.4|^8.0",
|
"symfony/uid": "^6.4|^7.0|^8.0",
|
||||||
"twig/twig": "^3.12"
|
"twig/twig": "^3.12"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@@ -8103,7 +8109,7 @@
|
|||||||
"dump"
|
"dump"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/var-dumper/tree/v8.0.0"
|
"source": "https://github.com/symfony/var-dumper/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -8123,7 +8129,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-10-28T09:34:19+00:00"
|
"time": "2025-10-27T20:36:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-exporter",
|
"name": "symfony/var-exporter",
|
||||||
@@ -13634,5 +13640,5 @@
|
|||||||
"ext-iconv": "*"
|
"ext-iconv": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.9.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,3 +22,13 @@ services:
|
|||||||
|
|
||||||
# add more service definitions when explicit configuration is needed
|
# add more service definitions when explicit configuration is needed
|
||||||
# please note that last definitions always *replace* previous ones
|
# please note that last definitions always *replace* previous ones
|
||||||
|
|
||||||
|
when@prod:
|
||||||
|
services:
|
||||||
|
Tvdt\:
|
||||||
|
resource: '../src/'
|
||||||
|
exclude:
|
||||||
|
- '../src/DependencyInjection/'
|
||||||
|
- '../src/Entity/'
|
||||||
|
- '../src/Kernel.php'
|
||||||
|
- '../src/DataFixtures'
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ use Doctrine\Bundle\FixturesBundle\FixtureGroupInterface;
|
|||||||
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
|
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
|
||||||
use Doctrine\Persistence\ObjectManager;
|
use Doctrine\Persistence\ObjectManager;
|
||||||
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
|
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
|
||||||
|
use Tvdt\DataFixtures\KrtekFixtures;
|
||||||
use Tvdt\Entity\Season;
|
use Tvdt\Entity\Season;
|
||||||
use Tvdt\Entity\User;
|
use Tvdt\Entity\User;
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ namespace Tvdt\Tests\Repository;
|
|||||||
|
|
||||||
use PHPUnit\Framework\Attributes\CoversClass;
|
use PHPUnit\Framework\Attributes\CoversClass;
|
||||||
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
|
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
|
||||||
use Tvdt\DataFixtures\TestFixtures;
|
|
||||||
use Tvdt\Repository\UserRepository;
|
use Tvdt\Repository\UserRepository;
|
||||||
|
use Tvdt\DataFixtures\TestFixtures;
|
||||||
|
|
||||||
use function PHPUnit\Framework\assertEmpty;
|
use function PHPUnit\Framework\assertEmpty;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user