Skip to content

Commit

Permalink
depend on symfony/form 6.3.6 or 6.4 for the bug fix we require
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 18, 2023
1 parent 527d806 commit 7c25e2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"league/flysystem-local": "^3.16",
"league/mime-type-detection": "^1.0.0",
"maennchen/zipstream-php": "^3.1",
"nyholm/psr7": "^1.8",
"oneup/uploader-bundle": "^4.0",
"php": "^8.1",
"php-http/discovery": "^1.15",
Expand All @@ -32,7 +33,7 @@
"symfony/config": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/deprecation-contracts": "^3.1",
"symfony/form": "^6.2",
"symfony/form": "^6.3.6 || ^6.4@dev",
"symfony/http-foundation": "^6.2",
"symfony/http-kernel": "^6.2",
"symfony/options-resolver": "^6.2",
Expand All @@ -42,8 +43,7 @@
"symfony/translation-contracts": "^3.0",
"symfony/validator": "^6.2",
"twig/twig": "^2.12|^3.0",
"webmozart/assert": "^1.11",
"nyholm/psr7": "^1.8"
"webmozart/assert": "^1.11"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/file-filepond/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rekalogika/file-server": "^1.7",
"rekalogika/file-symfony-bridge": "^1.7",
"rekalogika/temporary-url-bundle": "^1.3",
"symfony/form": "^6.2",
"symfony/form": "^6.3.6 || ^6.4@dev",
"symfony/options-resolver": "^6.2",
"symfony/stimulus-bundle": "^2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/file-symfony-bridge/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rekalogika/file": "^1.7",
"rekalogika/file-contracts": "^1.7",
"rekalogika/file-metadata-contracts": "^1.7",
"symfony/form": "^6.2",
"symfony/form": "^6.3.6 || ^6.4@dev",
"symfony/http-foundation": "^6.2",
"symfony/validator": "^6.2"
},
Expand Down

0 comments on commit 7c25e2b

Please sign in to comment.