Skip to content

Commit

Permalink
fix: exclude symfony/property-info version 7.1.2 and 6.4.9 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jul 6, 2024
1 parent 35b531b commit 07f7e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.5.4

* fix: exclude `symfony/property-info` version 7.1.2 and 6.4.9,
https://github.com/symfony/symfony/issues/57634

## 1.5.2

* refactor(`ObjectMapperTable`): simplification
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/console": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0, !=7.1.2, !=6.4.9",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/service-contracts": "^3.0",
"symfony/var-exporter": "^6.4.1 || ^6.5 || ^7.0.1 || ^7.1"
Expand Down

0 comments on commit 07f7e7a

Please sign in to comment.