Skip to content

Commit b7686d0

Browse files
committed
Refactored parser to allow keywords to be names
1 parent 131d6cd commit b7686d0

File tree

6 files changed

+352
-174
lines changed

6 files changed

+352
-174
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": ">=8.0",
16-
"infinityloop-dev/graphpinator-tokenizer": "^1.0",
16+
"infinityloop-dev/graphpinator-tokenizer": "^1.1.1",
1717
"infinityloop-dev/graphpinator-common": "^1.1",
1818
"infinityloop-dev/utils": "^2.0",
1919
"nette/utils": "^3.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.3",
23-
"infection/infection": "^0.20 || ^0.21 || ^0.22 || ^0.23",
23+
"infection/infection": "^0.23",
2424
"phpstan/phpstan": "^0.12",
2525
"infinityloop-dev/coding-standard": "^0.2"
2626
},

0 commit comments

Comments
 (0)