Skip to content

Commit f2b2ac5

Browse files
committed
Upgrade phplrt kernel to v3.6
1 parent d619713 commit f2b2ac5

File tree

3 files changed

+448
-417
lines changed

3 files changed

+448
-417
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"psr/cache": "^1.0|^2.0|^3.0",
1414
"psr/simple-cache": "^1.0|^2.0|^3.0",
1515
"psr/log": "^1.0|^2.0|^3.0",
16-
"phplrt/lexer": "^3.5",
17-
"phplrt/parser": "^3.5"
16+
"phplrt/lexer": "^3.6",
17+
"phplrt/parser": "^3.6"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -25,7 +25,7 @@
2525
"nikic/php-parser": "^4.17",
2626
"phpdocumentor/reflection-docblock": "^5.3",
2727
"friendsofphp/php-cs-fixer": "^3.42",
28-
"phplrt/compiler": "^3.5",
28+
"phplrt/compiler": "^3.6",
2929
"phpunit/phpunit": "^10.5",
3030
"rector/rector": "^0.18",
3131
"symfony/var-dumper": "^5.6|^6.0|^7.0",

0 commit comments

Comments
 (0)