Skip to content

Commit 0bb105e

Browse files
committed
Added support for lexer ^2.0 (#458)
1 parent 8c85e04 commit 0bb105e

File tree

5 files changed

+532
-258
lines changed

5 files changed

+532
-258
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"ext-simplexml": "*",
2222
"aeon-php/calendar": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^1.0",
2323
"coduo/php-to-string": "^3",
24-
"doctrine/lexer": "^1.0"
24+
"doctrine/lexer": "^1.0||^2.0"
2525
},
2626
"require-dev": {
27+
"ext-pcov": "*",
2728
"openlss/lib-array2xml": "^1.0",
2829
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0"
2930
},

0 commit comments

Comments
 (0)