Skip to content

Commit

Permalink
deps: allow updates to property-info (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Sep 6, 2024
1 parent f3f41fc commit 185e242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.5.7

* deps: allow updates to property-info

## 1.5.6

* fix: compatibility with `symfony/dependency-injection` 7.1.4
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.11 || ^6.5 || ^7.1.4 || ^7.2",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "6.4.0 - 6.4.8 || 7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.2",
"symfony/property-info": "6.4.0 - 6.4.8 || ^6.4.10 || ^6.5 || 7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.1.3 || ^7.2",
"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 185e242

Please sign in to comment.