Skip to content

Commit 7644360

Browse files
committed
Implement Handlebars parser
1 parent a6347c2 commit 7644360

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2526
-9
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"php": ">=8.2"
1414
},
1515
"require-dev": {
16+
"ircmaxell/php-yacc": "dev-master",
1617
"jbboehr/handlebars-spec": "dev-master",
17-
"phpstan/phpstan": "^2.1",
18+
"phpstan/phpstan": "^2.1.14",
1819
"phpunit/phpunit": "^11.5"
1920
},
2021
"autoload": {
@@ -28,7 +29,7 @@
2829
}
2930
},
3031
"scripts": {
31-
"analyze": "phpstan analyze --level 10 src test",
32+
"analyze": "phpstan analyze",
3233
"test": "vendor/bin/phpunit test"
3334
},
3435
"config": {

composer.lock

Lines changed: 59 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)