Skip to content

Commit eee46b0

Browse files
authored
Merge pull request #171 from b1scione/feat/symfony-8-compatibility
chore: add Symfony 8 compatibility for serializer and property-access
2 parents 82946e5 + 52c0aee commit eee46b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"ext-json": "*",
88
"guzzlehttp/guzzle": "^7.3",
99
"lcobucci/jwt": "^4.1 || ^5.2",
10-
"symfony/serializer": "^6.4 || ^7.1",
11-
"symfony/property-access": "^6.4 || ^7.1"
10+
"symfony/serializer": "^6.4 || ^7.1 || ^8.0",
11+
"symfony/property-access": "^6.4 || ^7.1 || ^8.0"
1212
},
1313
"require-dev": {
1414
"phpmetrics/phpmetrics": "^2.7",

0 commit comments

Comments
 (0)