Skip to content

Commit

Permalink
Merge pull request #466 from greg0ire/allow-lexer-3
Browse files Browse the repository at this point in the history
Allow doctrine/lexer 3
  • Loading branch information
greg0ire committed Dec 18, 2022
2 parents 96c1475 + c03bc8b commit 4919d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-tokenizer": "*",
"doctrine/lexer": "^2",
"doctrine/lexer": "^2 || ^3",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
Expand Down

0 comments on commit 4919d49

Please sign in to comment.