Skip to content

Commit

Permalink
Define doctrine/lexer dependency range correctly (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Georgiev <martin-georgiev@users.noreply.github.com>
  • Loading branch information
alexander-schranz and martin-georgiev authored Jan 29, 2024
1 parent 6f8776e commit f29f70c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"doctrine/dbal": "~2.5||~3.0"
"doctrine/dbal": "~2.10||~3.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
"doctrine/orm": "~2.5||~3.0",
"doctrine/lexer": "~1.0||~2.0",
"doctrine/orm": "~2.8||~3.0",
"ekino/phpstan-banned-code": "^1.0",
"friendsofphp/php-cs-fixer": "^3.48.0",
"php-coveralls/php-coveralls": "^2.7.0",
Expand All @@ -55,9 +56,13 @@
"rector/rector": "^0.19",
"symfony/cache": "^6.4||^7.0"
},
"conflict": {
"doctrine/lexer": "<1.0||>=3.0",
"doctrine/orm": "<2.8||>=3.0"
},
"suggest": {
"php": "^8.3",
"doctrine/orm": "~2.5||~3.0"
"doctrine/orm": "~2.8||~3.0"
},

"scripts": {
Expand Down

0 comments on commit f29f70c

Please sign in to comment.