Skip to content

Commit 1b38d8a

Browse files
authored
deps: avoid buggy reconstitutor versions (#49)
1 parent 089f30d commit 1b38d8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.10.2
44

55
* chore: cleanup `composer.json`
6+
* deps: avoid buggy reconstitutor versions
67

78
## 1.10.1
89

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"psr/http-message": "^1.0 || ^2.0",
3131
"rekalogika/direct-property-access": "^1.1.2 || ^1.2",
3232
"rekalogika/doctrine-collections-decorator": "^2.0",
33-
"rekalogika/reconstitutor": "^1.0",
33+
"rekalogika/reconstitutor": "^1.3.2 || ^1.4",
3434
"rekalogika/temporary-url-bundle": "^1.3",
3535
"symfony/config": "^6.2 || ^7.0",
3636
"symfony/dependency-injection": "^6.2 || ^7.0",

packages/file-association/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"rekalogika/direct-property-access": "^1.1.2 || ^1.2",
3030
"rekalogika/file-association-contracts": "^1.10.1",
3131
"rekalogika/file-contracts": "^1.10.1",
32-
"rekalogika/reconstitutor": "^1.0",
32+
"rekalogika/reconstitutor": "^1.3.2 || ^1.4",
3333
"symfony/property-access": "^6.2 || ^7.0"
3434
},
3535
"extra": {

0 commit comments

Comments
 (0)