mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 23:20:18 +02:00
Compare commits
7 Commits
0.0.23
..
078f838700
| Author | SHA1 | Date | |
|---|---|---|---|
| 078f838700 | |||
| 841bd5b00d | |||
| 2aea98a839 | |||
| 54668521f0 | |||
| 56d89e42d6 | |||
| 2997323f0e | |||
| 15e2a57943 |
Generated
+56
-55
@@ -404,16 +404,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-bundle",
|
||||
"version": "3.2.2",
|
||||
"version": "3.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||
"reference": "af84173db6978c3d2688ea3bcf3a91720b0704ce"
|
||||
"reference": "9670526ce9a8512c207da3ea4a8103127369f602"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/af84173db6978c3d2688ea3bcf3a91720b0704ce",
|
||||
"reference": "af84173db6978c3d2688ea3bcf3a91720b0704ce",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9670526ce9a8512c207da3ea4a8103127369f602",
|
||||
"reference": "9670526ce9a8512c207da3ea4a8103127369f602",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -437,14 +437,15 @@
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^14",
|
||||
"doctrine/orm": "^3.4.4",
|
||||
"phpstan/phpstan": "2.1.1",
|
||||
"phpstan/phpstan": "^2.1.13",
|
||||
"phpstan/phpstan-phpunit": "2.0.3",
|
||||
"phpstan/phpstan-strict-rules": "^2",
|
||||
"phpstan/phpstan-symfony": "^2.0",
|
||||
"phpstan/phpstan-symfony": "^2.0.9",
|
||||
"phpunit/phpunit": "^12.3.10",
|
||||
"psr/log": "^3.0",
|
||||
"symfony/doctrine-messenger": "^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/expression-language": "^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/http-kernel": "^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/messenger": "^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/property-info": "^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/security-bundle": "^6.4 || ^7.0 || ^8.0",
|
||||
@@ -499,7 +500,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
||||
"source": "https://github.com/doctrine/DoctrineBundle/tree/3.2.2"
|
||||
"source": "https://github.com/doctrine/DoctrineBundle/tree/3.2.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -515,7 +516,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-12-24T12:24:29+00:00"
|
||||
"time": "2026-05-26T19:29:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-migrations-bundle",
|
||||
@@ -2144,16 +2145,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/phpspreadsheet",
|
||||
"version": "5.7.0",
|
||||
"version": "5.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||||
"reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8"
|
||||
"reference": "01964d92536edf1a3a874b9580a52824bebf6fbb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8",
|
||||
"reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/01964d92536edf1a3a874b9580a52824bebf6fbb",
|
||||
"reference": "01964d92536edf1a3a874b9580a52824bebf6fbb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2247,9 +2248,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.7.0"
|
||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.8.0"
|
||||
},
|
||||
"time": "2026-04-20T02:42:17+00:00"
|
||||
"time": "2026-06-07T03:51:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
@@ -9288,16 +9289,16 @@
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v3.95.3",
|
||||
"version": "v3.95.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
||||
"reference": "3d681493acc0e93283481b1c63c263737df78687"
|
||||
"reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3d681493acc0e93283481b1c63c263737df78687",
|
||||
"reference": "3d681493acc0e93283481b1c63c263737df78687",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f8f68856837a77e1f1d870354eca3c8747f2f72",
|
||||
"reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9381,7 +9382,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
||||
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.3"
|
||||
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -9389,7 +9390,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-29T20:35:26+00:00"
|
||||
"time": "2026-06-03T18:02:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
@@ -9677,11 +9678,11 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dea9c8f2d25cc849391042b71e429c1a4bf82660",
|
||||
"reference": "dea9c8f2d25cc849391042b71e429c1a4bf82660",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
|
||||
"reference": "e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9737,20 +9738,20 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-28T14:44:12+00:00"
|
||||
"time": "2026-06-05T09:00:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
"version": "2.0.23",
|
||||
"version": "2.0.25",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-doctrine.git",
|
||||
"reference": "4821d678585be36f585273de38c06b7e4a98bb91"
|
||||
"reference": "e20e8bf3223ae6eba9c4b5987c391d922e094b3c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4821d678585be36f585273de38c06b7e4a98bb91",
|
||||
"reference": "4821d678585be36f585273de38c06b7e4a98bb91",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e20e8bf3223ae6eba9c4b5987c391d922e094b3c",
|
||||
"reference": "e20e8bf3223ae6eba9c4b5987c391d922e094b3c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9812,9 +9813,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
|
||||
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.23"
|
||||
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.25"
|
||||
},
|
||||
"time": "2026-05-25T15:58:25+00:00"
|
||||
"time": "2026-06-02T20:27:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-phpunit",
|
||||
@@ -9948,16 +9949,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "14.1.9",
|
||||
"version": "14.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "655533a65696bbc4231cd8027af150dadc40ec88"
|
||||
"reference": "10d7da3628a99289cdf4c662dd7f0d73f1baec83"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/655533a65696bbc4231cd8027af150dadc40ec88",
|
||||
"reference": "655533a65696bbc4231cd8027af150dadc40ec88",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/10d7da3628a99289cdf4c662dd7f0d73f1baec83",
|
||||
"reference": "10d7da3628a99289cdf4c662dd7f0d73f1baec83",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9969,14 +9970,14 @@
|
||||
"php": ">=8.4",
|
||||
"phpunit/php-text-template": "^6.0",
|
||||
"sebastian/complexity": "^6.0",
|
||||
"sebastian/environment": "^9.2",
|
||||
"sebastian/environment": "^9.3.2",
|
||||
"sebastian/git-state": "^1.0",
|
||||
"sebastian/lines-of-code": "^5.0",
|
||||
"sebastian/lines-of-code": "^5.0.1",
|
||||
"sebastian/version": "^7.0",
|
||||
"theseer/tokenizer": "^2.0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^13.1"
|
||||
"phpunit/phpunit": "^13.2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-pcov": "PHP extension that provides line coverage",
|
||||
@@ -9985,7 +9986,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "14.1.x-dev"
|
||||
"dev-main": "14.2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -10014,7 +10015,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.1.9"
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.2.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10034,7 +10035,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-16T05:16:14+00:00"
|
||||
"time": "2026-06-08T11:50:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@@ -10331,16 +10332,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "13.1.13",
|
||||
"version": "13.1.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "ddf7f25d9ee9652b464475d7f3bacde2613e355e"
|
||||
"reference": "cdd419c33c040c6b570e51dba8ecbe81d399da53"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ddf7f25d9ee9652b464475d7f3bacde2613e355e",
|
||||
"reference": "ddf7f25d9ee9652b464475d7f3bacde2613e355e",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cdd419c33c040c6b570e51dba8ecbe81d399da53",
|
||||
"reference": "cdd419c33c040c6b570e51dba8ecbe81d399da53",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10354,7 +10355,7 @@
|
||||
"phar-io/manifest": "^2.0.4",
|
||||
"phar-io/version": "^3.2.1",
|
||||
"php": ">=8.4.1",
|
||||
"phpunit/php-code-coverage": "^14.1.9",
|
||||
"phpunit/php-code-coverage": "^14.1.10",
|
||||
"phpunit/php-file-iterator": "^7.0.0",
|
||||
"phpunit/php-invoker": "^7.0.0",
|
||||
"phpunit/php-text-template": "^6.0.0",
|
||||
@@ -10365,7 +10366,7 @@
|
||||
"sebastian/environment": "^9.3.2",
|
||||
"sebastian/exporter": "^8.1.0",
|
||||
"sebastian/git-state": "^1.0",
|
||||
"sebastian/global-state": "^9.0.0",
|
||||
"sebastian/global-state": "^9.0.1",
|
||||
"sebastian/object-enumerator": "^8.0.0",
|
||||
"sebastian/recursion-context": "^8.0.0",
|
||||
"sebastian/type": "^7.0.1",
|
||||
@@ -10410,7 +10411,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.13"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.14"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10418,7 +10419,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-27T14:03:08+00:00"
|
||||
"time": "2026-06-04T06:16:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/cache",
|
||||
@@ -11553,16 +11554,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sebastian/global-state",
|
||||
"version": "9.0.0",
|
||||
"version": "9.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/global-state.git",
|
||||
"reference": "e52e3dc22441e6218c710afe72c3042f8fc41ea7"
|
||||
"reference": "ba68ba79da690cf7eddefd3ce5b78b20b9ba9945"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e52e3dc22441e6218c710afe72c3042f8fc41ea7",
|
||||
"reference": "e52e3dc22441e6218c710afe72c3042f8fc41ea7",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ba68ba79da690cf7eddefd3ce5b78b20b9ba9945",
|
||||
"reference": "ba68ba79da690cf7eddefd3ce5b78b20b9ba9945",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11572,7 +11573,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-dom": "*",
|
||||
"phpunit/phpunit": "^13.0"
|
||||
"phpunit/phpunit": "^13.1.13"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -11603,7 +11604,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
||||
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/global-state/tree/9.0.0"
|
||||
"source": "https://github.com/sebastianbergmann/global-state/tree/9.0.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11623,7 +11624,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-02-06T04:45:13+00:00"
|
||||
"time": "2026-06-01T15:11:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/lines-of-code",
|
||||
|
||||
Reference in New Issue
Block a user