Skip to content

Commit a4b7d5e

Browse files
committed
Optimize grammar and fixe some error
1 parent 01bb292 commit a4b7d5e

File tree

6 files changed

+162
-149
lines changed

6 files changed

+162
-149
lines changed

bin/compile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
->build()
1818
;
1919

20-
$result->withClassUsage('Bic\\Preprocessor\\Internal\\Expression\\Ast');
20+
$result->withClassUsage('FFI\\Preprocessor\\Internal\\Expression\\Ast');
2121

2222
\file_put_contents($output, $result->generate());

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"php": "^7.4|^8.0",
2222
"ffi/preprocessor-contracts": "^1.0",
2323
"psr/log": "^1.0|^2.0|^3.0",
24-
"phplrt/parser": "^3.2",
25-
"phplrt/lexer": "^3.2",
24+
"phplrt/parser": "^3.6",
25+
"phplrt/lexer": "^3.6",
2626
"symfony/polyfill-php80": "^1.27",
2727
"symfony/polyfill-ctype": "^1.27"
2828
},
@@ -38,7 +38,7 @@
3838
"phpstan/phpstan-deprecation-rules": "^2.0",
3939
"phpstan/phpstan-strict-rules": "^2.0",
4040
"monolog/monolog": "^2.9|^3.0",
41-
"phplrt/phplrt": "^3.2"
41+
"phplrt/phplrt": "^3.6"
4242
},
4343
"autoload-dev": {
4444
"psr-4": {

0 commit comments

Comments
 (0)