Skip to content

Commit

Permalink
ALlow different Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 5, 2024
1 parent 8ed92c3 commit 0c34feb
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 @@ -20,8 +20,8 @@
"require-dev": {
"phpunit/phpunit": "~10",
"doctrine/data-fixtures": "^1.6",
"symfony/yaml": "5.*",
"symfony/cache": "5.*",
"symfony/yaml": "^5|^6|^7",
"symfony/cache": "^5|^6|^7",
"squizlabs/php_codesniffer": "3.9.*",
"doctrine/annotations": "^1.14|^2.0"
},
Expand Down

0 comments on commit 0c34feb

Please sign in to comment.