Skip to content

Commit 2f5d44c

Browse files
authored
Merge pull request #2843 from tarlepp/chore(deps)/dependency-update
Chore(deps) - Dependency update
2 parents 5ddfd19 + a117e5e commit 2f5d44c

File tree

31 files changed

+323
-319
lines changed

31 files changed

+323
-319
lines changed

.idea/symfony-flex-backend.iml

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mark-gerarts/automapper-plus-bundle": "1.5.0",
3636
"matomo/device-detector": "6.3.2",
3737
"matthiasnoback/symfony-console-form": "6.0.0",
38-
"nelmio/api-doc-bundle": "4.29.0",
38+
"nelmio/api-doc-bundle": "4.29.1",
3939
"nelmio/cors-bundle": "2.5.0",
4040
"phpdocumentor/reflection-docblock": "5.4.1",
4141
"ramsey/uuid-doctrine": "2.1.0",
@@ -45,7 +45,7 @@
4545
"symfony/doctrine-bridge": "7.1.3",
4646
"symfony/dotenv": "7.1.3",
4747
"symfony/expression-language": "7.1.1",
48-
"symfony/flex": "2.4.5",
48+
"symfony/flex": "2.4.6",
4949
"symfony/form": "7.1.3",
5050
"symfony/framework-bundle": "7.1.3",
5151
"symfony/monolog-bundle": "3.10.0",
@@ -62,7 +62,7 @@
6262
"symfony/validator": "7.1.3",
6363
"symfony/var-exporter": "7.1.2",
6464
"symfony/yaml": "7.1.1",
65-
"zircote/swagger-php": "4.9.2"
65+
"zircote/swagger-php": "4.10.6"
6666
},
6767
"conflict": {
6868
"symfony/debug": "<3.3",

composer.lock

Lines changed: 61 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Command/User/ManagementCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class ManagementCommand extends Command
2626
use ExecuteMultipleCommandTrait;
2727

2828
/**
29-
* ManagementCommand constructor.
30-
*
3129
* @throws LogicException
3230
*/
3331
public function __construct()

src/Entity/ApiKey.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ class ApiKey implements EntityInterface, UserGroupAwareInterface
125125
private Collection | ArrayCollection $logsRequest;
126126

127127
/**
128-
* ApiKey constructor.
129-
*
130128
* @throws Throwable
131129
*/
132130
public function __construct()

src/Entity/Healthz.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class Healthz implements EntityInterface
5757
private DateTimeImmutable $timestamp;
5858

5959
/**
60-
* Healthz constructor.
61-
*
6260
* @throws Throwable
6361
*/
6462
public function __construct()

src/Entity/LogLogin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ class LogLogin implements EntityInterface
222222
private ?string $model = null;
223223

224224
/**
225-
* LogLogin constructor.
226-
*
227225
* @throws Throwable
228226
*/
229227
public function __construct(

src/Entity/LogLoginFailure.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class LogLoginFailure implements EntityInterface
6363
private DateTimeImmutable $timestamp;
6464

6565
/**
66-
* LogLoginFailure constructor.
67-
*
6866
* @throws Throwable
6967
*/
7068
public function __construct(

src/Entity/LogRequest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ class LogRequest implements EntityInterface
106106
private bool $mainRequest;
107107

108108
/**
109-
* LogRequest constructor.
110-
*
111109
* @param array<int, string> $sensitiveProperties
112110
*
113111
* @throws Throwable

src/EventSubscriber/RequestLogSubscriber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
class RequestLogSubscriber implements EventSubscriberInterface
3333
{
3434
/**
35-
* RequestLogSubscriber constructor.
36-
*
3735
* @param array<int, string> $ignoredRoutes
3836
*/
3937
public function __construct(

0 commit comments

Comments
 (0)