Skip to content

Commit

Permalink
avoid versions that cant be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Sep 5, 2024
1 parent 97dc7ab commit f8f95d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"ruflin/elastica": "^5.3.5|^6.1.2"
},
"require-dev": {
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.7",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/persistence": "^2.5",
"doctrine/phpcr-bundle": "^1.3|^2.0",
"doctrine/phpcr-odm": "^1.4",
"jackalope/jackalope-doctrine-dbal": "^1.2",
"doctrine/phpcr-bundle": "^2.0",
"doctrine/phpcr-odm": "^1.5",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"jms/serializer-bundle": "^2.4|^3.5",
"phpunit/phpunit": "^9.6",
"phpspec/prophecy-phpunit": "^2.2",
Expand All @@ -36,7 +36,7 @@
"symfony/twig-bundle": "^4.4|^5.4",
"symfony/serializer": "^4.4|^5.4",
"symfony/yaml": "^4.4|^5.4",
"friendsofphp/php-cs-fixer": "^2.2",
"friendsofphp/php-cs-fixer": "^3.4",
"symfony/web-profiler-bundle": "^4.4|^5.4"
},
"suggest": {
Expand Down

0 comments on commit f8f95d6

Please sign in to comment.