Skip to content

Commit

Permalink
build: exclude buggy symfony/property-info, (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jul 6, 2024
1 parent 6e50350 commit f19a8bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.7.3

* build: exclude buggy `symfony/property-info`,
https://github.com/symfony/symfony/issues/57634

## 0.7.2

* deps: require rekapager 0.11
* feat: add `RekapagerPageablePaginatorApplier`
* build: add github-actions to dependabot
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-client": "^6.4 || ^7.0",
"symfony/property-access": "^6.4.4 || ^7.0.4 || ^7.1",
"symfony/property-info": "6.4.0 - 6.4.8 || 7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.2",
"symfony/maker-bundle": "^1.55",
"symfony/routing": "^6.4 || ^7.0",
"symfony/runtime": "^6.4 || ^7.0",
Expand Down

0 comments on commit f19a8bb

Please sign in to comment.