Skip to content

Commit

Permalink
require symfony/options-resolver ^5.4|^6.0
Browse files Browse the repository at this point in the history
symfony/form ^5.4|^6.0 will install version symfony/options/resolver 5.1, on lowest deps, which has php 8.1 deprecations
  • Loading branch information
bendavies committed Jun 16, 2023
1 parent 2a02152 commit ade87ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Autocomplete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"fakerphp/faker": "^1.22",
"mtdowling/jmespath.php": "^2.6",
"symfony/form": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/maker-bundle": "^1.40",
"symfony/phpunit-bridge": "^5.4|^6.0",
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
},
"require-dev": {
Expand Down
3 changes: 2 additions & 1 deletion src/Dropzone/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"symfony/http-kernel": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
Expand Down
1 change: 1 addition & 0 deletions src/LiveComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"phpdocumentor/reflection-docblock": "5.x-dev",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/property-info": "^5.4|^6.0",
Expand Down

0 comments on commit ade87ac

Please sign in to comment.