Skip to content

Fix support for symfony/property-info 7.3@beta #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
Merged

Fix support for symfony/property-info 7.3@beta #274

merged 1 commit into from
May 2, 2025

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented May 2, 2025

To test it, I forced 7.3@beta in the composer.json. But I didn't commit it!

>…re/dev/github.com/jolicode/automapper(sf7-3 *) composer show symfony/property-info
name     : symfony/property-info
descrip. : Extracts information about PHP class' properties using metadata of popular sources
keywords : doctrine, phpdoc, property, symfony, type, validator
versions : * v7.3.0-BETA1
released : 2025-04-04, 3 weeks ago
type     : library
license  : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
homepage : https://symfony.com
source   : [git] https://github.com/symfony/property-info.git 200d230d8553610ada73ac557501dc4609aad31f
dist     : [zip] https://api.github.com/repos/symfony/property-info/zipball/200d230d8553610ada73ac557501dc4609aad31f 200d230d8553610ada73ac557501dc4609aad31f
path     : /home/gregoire/dev/github.com/jolicode/automapper/vendor/symfony/property-info
names    : symfony/property-info

support
source : https://github.com/symfony/property-info/tree/v7.3.0-BETA1

autoload
psr-4
Symfony\Component\PropertyInfo\ => .
exclude-from-classmap

requires
php >=8.2
symfony/deprecation-contracts ^2.5|^3
symfony/string ^6.4|^7.0
symfony/type-info ~7.1.9|^7.2.2

requires (dev)
phpdocumentor/reflection-docblock ^5.2
phpstan/phpdoc-parser ^1.0|^2.0
symfony/cache ^6.4|^7.0
symfony/dependency-injection ^6.4|^7.0
symfony/serializer ^6.4|^7.0

conflicts
phpdocumentor/reflection-docblock <5.2
phpdocumentor/type-resolver <1.5.1
symfony/cache <6.4
symfony/dependency-injection <6.4
symfony/serializer <6.4
>…re/dev/github.com/jolicode/automapper(sf7-3 *) ./vendor/bin/phpunit 
PHPUnit 9.6.23 by Sebastian Bergmann and contributors.

...............................................................  63 / 342 ( 18%)
............................................................... 126 / 342 ( 36%)
.........................................S..................... 189 / 342 ( 55%)
..........................................SSSSSSSSSSSSSSSSSSSSS 252 / 342 ( 73%)
......S.......S.....SS......................................... 315 / 342 ( 92%)
...........................                                     342 / 342 (100%)

Time: 00:04.116, Memory: 38.00 MB

OK, but incomplete, skipped, or risky tests!
Tests: 342, Assertions: 1013, Skipped: 26.

Copy link
Member

@Korbeil Korbeil left a comment

Choose a reason for hiding this comment

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

Thanks for the fix ! Could you add a quick note about this in CHANGELOG file ? 🙏

@lyrixx lyrixx changed the title Add suport for symfony/property-info 7.3@beta Fix support for symfony/property-info 7.3@beta May 2, 2025
@Korbeil
Copy link
Member

Korbeil commented May 2, 2025

Thanks for your contribution @lyrixx ! 🎉

@Korbeil Korbeil merged commit 1e1812a into main May 2, 2025
6 checks passed
@Korbeil Korbeil deleted the sf7-3 branch May 2, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants