Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions ci/qa/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2478,12 +2478,6 @@ parameters:
count: 1
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Doctrine/Type/DateTimeType.php

-
message: '#^Parameter \#2 \$datetime of static method DateTime\:\:createFromFormat\(\) expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Doctrine/Type/DateTimeType.php

-
message: '#^Parameter \#1 \$documentNumber of class Surfnet\\Stepup\\Identity\\Value\\DocumentNumber constructor expects string, mixed given\.$#'
identifier: argument.type
Expand Down Expand Up @@ -2556,12 +2550,6 @@ parameters:
count: 1
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Doctrine/Type/NameIdType.php

-
message: '#^Cannot cast T of mixed to int\.$#'
identifier: cast.int
count: 1
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Doctrine/Type/NumberOfTokensPerIdentityType.php

-
message: '#^Parameter \#1 \$raLocationName of class Surfnet\\Stepup\\Configuration\\Value\\RaLocationName constructor expects string, mixed given\.$#'
identifier: argument.type
Expand Down
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,24 @@
"src/Surfnet/StepupMiddleware/ApiBundle/Tests/Request/commands.php"
]
},
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/SURFnet/broadway-event-store-dbal"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.5",
"ext-gmp": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"broadway/broadway": "^2.5",
"broadway/event-store-dbal": "^0.6",
"broadway/event-store-dbal": "dev-feature/dbal4",
"doctrine/annotations": "^2.0",
"doctrine/dbal": "^4.3,<4.4",
"doctrine/doctrine-bundle": "^2.13.2",
"doctrine/doctrine-migrations-bundle": "^3.4.1",
"doctrine/orm": "^3.3.2",
Expand Down
Loading