Skip to content

Commit

Permalink
Add support for doctrine/lexer 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 5, 2024
1 parent b681c1d commit b19192d
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 @@ -13,17 +13,17 @@
],
"require": {
"php": ">=8.1",
"doctrine/lexer": "~3.0",
"doctrine/orm": "~3.0",
"doctrine/dbal": "~3.0|~4.0"
"doctrine/lexer": "^2.0|^3.0",
"doctrine/orm": "^2.19|^3.0",
"doctrine/dbal": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "~10",
"doctrine/data-fixtures": "^1.3",
"symfony/yaml": "5.*",
"symfony/cache": "5.*",
"squizlabs/php_codesniffer": "3.9.*",
"doctrine/annotations": "~2.0"
"squizlabs/php_codesniffer": "^3.5",
"doctrine/annotations": "^1.0|^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b19192d

Please sign in to comment.