Skip to content

Commit 6b95fc6

Browse files
committed
fix PHP deprecations - The float xxx is not representable as an int, cast occurred
@see https://github.com/sebastianbergmann/exporter/blob/6.3.1/ChangeLog.md
1 parent 78dc16c commit 6b95fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Serializer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"doctrine/collections": "^2.1",
4040
"phpspec/prophecy-phpunit": "^2.2",
4141
"phpunit/phpunit": "11.5.x-dev",
42+
"sebastian/exporter": "^6.3.1",
4243
"symfony/mercure-bundle": "*",
4344
"symfony/var-dumper": "^6.4 || ^7.0 || ^8.0",
4445
"symfony/yaml": "^6.4 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)