Skip to content

Commit

Permalink
Restrict to Symfony 6.4 at least
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 25, 2024
1 parent 5726ee3 commit b7adf47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=8.1",
"symfony/form": "^6.0|^7.0",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/http-client": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0",
"symfony/validator": "^6.0|^7.0",
"symfony/twig-bundle": "^6.0|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/twig-bundle": "^6.4|^7.0",
"altcha-org/altcha": "^0.1"
},
"autoload": {
Expand Down

0 comments on commit b7adf47

Please sign in to comment.