Skip to content

Commit

Permalink
Merge pull request #96 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Set requirement for doctrine/lexer
  • Loading branch information
x86demon authored Jan 29, 2024
2 parents 0fc0ad2 + b58697d commit 782dcce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
],
"require": {
"php": ">=8.1",
"doctrine/orm": "~2.6",
"doctrine/dbal": "~2.6|~3.0"
"doctrine/lexer": "~1.0|~2.0",
"doctrine/orm": "~2.8",
"doctrine/dbal": "~2.10|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~10",
Expand Down

0 comments on commit 782dcce

Please sign in to comment.