Skip to content

Commit 23f61fd

Browse files
author
Jeroen de Graaf
committed
Add missing symfony/property-access to serialize objects
1 parent 1f4a899 commit 23f61fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer-dependency-analyser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
->ignoreErrorsOnPackage('gember/identity-generator-symfony', [ErrorType::UNUSED_DEPENDENCY])
1515
->ignoreErrorsOnPackage('gember/message-bus-symfony', [ErrorType::UNUSED_DEPENDENCY])
1616
->ignoreErrorsOnPackage('gember/rdbms-event-store-doctrine-dbal', [ErrorType::UNUSED_DEPENDENCY])
17-
->ignoreErrorsOnPackage('gember/serializer-symfony', [ErrorType::UNUSED_DEPENDENCY]);
17+
->ignoreErrorsOnPackage('gember/serializer-symfony', [ErrorType::UNUSED_DEPENDENCY])
18+
->ignoreErrorsOnPackage('symfony/property-access', [ErrorType::UNUSED_DEPENDENCY]);

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"symfony/console": "^7.1",
3535
"symfony/dependency-injection": "^7.1",
3636
"symfony/event-dispatcher": "^7.1",
37-
"symfony/http-kernel": "^7.1"
37+
"symfony/http-kernel": "^7.1",
38+
"symfony/property-access": "^7.1"
3839
},
3940
"require-dev": {
4041
"captainhook/captainhook": "^5.23",

0 commit comments

Comments
 (0)