Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/Symfony/Component/PropertyAccess/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"symfony/property-info": "^6.4|^7.0|^8.0"
},
"require-dev": {
"symfony/cache": "^6.4|^7.0|^8.0"
"symfony/cache": "^6.4|^7.0|^8.0",
"symfony/var-exporter": "^6.4.1|^7.0.1|^8.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to benefit from the fix in #52797

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR not needed: these deprecations should be silenced on deps=low

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a deprecation causing the failure:

There was 1 error:

1) Symfony\Component\PropertyAccess\Tests\PropertyAccessorTest::testGetValuePropertyThrowsExceptionIfUninitializedWithLazyGhost
Undefined array key 3

/home/runner/work/symfony/symfony/src/Symfony/Component/PropertyAccess/vendor/symfony/var-exporter/LazyGhostTrait.php:170
/home/runner/work/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php:436
/home/runner/work/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php:102
/home/runner/work/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php:1013

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry, 👍

},
"autoload": {
"psr-4": { "Symfony\\Component\\PropertyAccess\\": "" },
Expand Down