Skip to content

Commit

Permalink
Merge pull request #46 from szymach/dev
Browse files Browse the repository at this point in the history
Allow symfony/validator 6.x, but use the fsi/files version that conflicts with it
  • Loading branch information
chives authored Oct 24, 2023
2 parents 3f8a0f4 + 5db627c commit 06a3956
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 @@ -26,7 +26,7 @@
"doctrine/orm": "^2.14",
"doctrine/persistence": "^2.3",
"friendsofsymfony/elastica-bundle": "^6.3",
"fsi/files": "^2.0",
"fsi/files": "^2.0|>=2.0.2",
"gedmo/doctrine-extensions": "^3.5",
"nyholm/psr7": "^1.8",
"oneup/flysystem-bundle": "^4.4",
Expand All @@ -52,7 +52,7 @@
"symfony/translation": "^4.4|^5.4|^6.0",
"symfony/twig-bridge": "^4.4|^5.4|^6.0",
"symfony/twig-bundle": "^4.4|^5.4|^6.0",
"symfony/validator": "^4.4|^5.4",
"symfony/validator": "^4.4|^5.4|^6.0",
"symfony/yaml": "^4.4|^5.4|^6.0",
"seec/phpunit-consecutive-params": "^1.1.1"
},
Expand Down

0 comments on commit 06a3956

Please sign in to comment.