Skip to content

Commit

Permalink
Allow symfony/validator 6.x, but use the fsi/files version that confl…
Browse files Browse the repository at this point in the history
…icts with it
  • Loading branch information
szymach committed Oct 24, 2023
1 parent 827ad50 commit cd6b174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"symfony/form" : "^4.4|^5.4|^6.0",
"symfony/framework-bundle": "^4.4|^5.4|^6.0",
"symfony/property-access": "^4.4|^5.4|^6.0",
"symfony/validator": "^4.4|^5.4",
"symfony/validator": "^4.4|^5.4|^6.0",
"twig/twig": "^3.7"
},
"require-dev": {
"doctrine/orm": "^2.5",
"friendsofsymfony/ckeditor-bundle": "^2.1",
"fsi/files": "^2.0",
"fsi/files": "^2.0|>=2.0.2",
"fsi/form-extensions-bundle": "^2.2",
"phpunit/phpunit": "^9.0",
"phpspec/phpspec": "^6.0|^7.0",
Expand Down

0 comments on commit cd6b174

Please sign in to comment.