Skip to content

Commit

Permalink
open 0.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 26, 2023
1 parent fb74b2f commit cd55f25
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/file-association/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require": {
"rekalogika/direct-property-access": "^1.1.2 || ^1.2",
"rekalogika/file-association-contracts": "^0.1.3",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file-association-contracts": "^0.2",
"rekalogika/file-contracts": "^0.2",
"rekalogika/reconstitutor": "^1.0",
"symfony/property-access": "^6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/file-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"league/flysystem": "^3.16",
"league/flysystem-local": "^3.16",
"psr/container": "^2.0",
"rekalogika/file": "^0.1.3",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file": "^0.2",
"rekalogika/file-contracts": "^0.2",
"symfony/config": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/http-kernel": "^6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/file-derivation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
}
},
"require": {
"rekalogika/file-contracts": "^0.1.3"
"rekalogika/file-contracts": "^0.2"
}
}
4 changes: 2 additions & 2 deletions packages/file-image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require": {
"intervention/image": "^2.5",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file-derivation": "^0.1.3",
"rekalogika/file-contracts": "^0.2",
"rekalogika/file-derivation": "^0.2",
"symfony/service-contracts": "^3.3",
"twig/twig": "^2.12|^3.0",
"webmozart/assert": "^1.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/file-oneup-uploader-bridge/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"oneup/uploader-bundle": "^4.0",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file": "^0.1.3"
"rekalogika/file-contracts": "^0.2",
"rekalogika/file": "^0.2"
}
}
4 changes: 2 additions & 2 deletions packages/file-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
},
"require": {
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file-symfony-bridge": "^0.1.3",
"rekalogika/file-contracts": "^0.2",
"rekalogika/file-symfony-bridge": "^0.2",
"rekalogika/temporary-url-bundle": "^1.2",
"symfony/http-foundation": "^6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/file-symfony-bridge/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
}
},
"require": {
"rekalogika/file": "^0.1.3",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file-metadata-contracts": "^0.1.3",
"rekalogika/file": "^0.2",
"rekalogika/file-contracts": "^0.2",
"rekalogika/file-metadata-contracts": "^0.2",
"symfony/form": "^6.2",
"symfony/http-foundation": "^6.2",
"symfony/validator": "^6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/file/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"fileeye/mimemap": "^2.0",
"league/flysystem": "^3.16",
"league/mime-type-detection": "^1.0.0",
"rekalogika/file-contracts": "^0.1.3",
"rekalogika/file-metadata-contracts": "^0.1.3",
"rekalogika/file-contracts": "^0.2",
"rekalogika/file-metadata-contracts": "^0.2",
"symfony/deprecation-contracts": "^3.1",
"symfony/translation-contracts": "^3.0"
},
Expand Down

0 comments on commit cd55f25

Please sign in to comment.