Skip to content

Commit

Permalink
open 1.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 8, 2023
1 parent bb0ff94 commit 41d45c7
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions packages/file-association-entity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"require": {
"doctrine/collections": "^2.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-metadata": "^1.5.5",
"rekalogika/file-null": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-metadata": "^1.6",
"rekalogika/file-null": "^1.6",
"rekalogika/doctrine-collections-decorator": "^2.0"
},
"extra": {
Expand Down
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": "^1.5.5",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-association-contracts": "^1.6",
"rekalogika/file-contracts": "^1.6",
"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": "^1.5.5",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file": "^1.6",
"rekalogika/file-contracts": "^1.6",
"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,7 +21,7 @@
}
},
"require": {
"rekalogika/file-contracts": "^1.5.5"
"rekalogika/file-contracts": "^1.6"
},
"extra": {
"branch-alias": {
Expand Down
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": "^1.5.5",
"rekalogika/file-derivation": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-derivation": "^1.6",
"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-metadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"require": {
"cardinalby/content-disposition": "^1.1",
"fileeye/mimemap": "^2.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-metadata-contracts": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-metadata-contracts": "^1.6",
"symfony/translation-contracts": "^3.0"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file-null/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"psr/http-message": "^1.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"symfony/translation-contracts": "^3.0"
},
"extra": {
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,8 +24,8 @@
},
"require": {
"oneup/uploader-bundle": "^4.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file": "^1.5.5"
"rekalogika/file-contracts": "^1.6",
"rekalogika/file": "^1.6"
},
"extra": {
"branch-alias": {
Expand Down
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": "^1.5.5",
"rekalogika/file-symfony-bridge": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-symfony-bridge": "^1.6",
"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": "^1.5.5",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-metadata-contracts": "^1.5.5",
"rekalogika/file": "^1.6",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-metadata-contracts": "^1.6",
"symfony/form": "^6.2",
"symfony/http-foundation": "^6.2",
"symfony/validator": "^6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/file-tree-contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"rekalogika/file-contracts": "^1.5.5"
"rekalogika/file-contracts": "^1.6"
},
"extra": {
"branch-alias": {
Expand Down
4 changes: 2 additions & 2 deletions packages/file-zip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require": {
"psr/http-message": "^1.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-metadata": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-metadata": "^1.6",
"rekalogika/temporary-url-bundle": "^1.2",
"maennchen/zipstream-php": "^3.1",
"symfony/http-foundation": "^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 @@ -33,8 +33,8 @@
"psr/http-factory-implementation": "^1.0",
"league/flysystem": "^3.16",
"league/mime-type-detection": "^1.0.0",
"rekalogika/file-contracts": "^1.5.5",
"rekalogika/file-metadata": "^1.5.5",
"rekalogika/file-contracts": "^1.6",
"rekalogika/file-metadata": "^1.6",
"symfony/deprecation-contracts": "^3.1"
},
"require-dev": {
Expand Down

0 comments on commit 41d45c7

Please sign in to comment.