Skip to content

Commit 2fa5a30

Browse files
committed
Upgrade phplrt version
1 parent 79054a7 commit 2fa5a30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"require": {
1212
"php": "^8.1",
13-
"phplrt/lexer": "^3.6",
14-
"phplrt/parser": "^3.6",
15-
"phplrt/source": "^3.6"
13+
"phplrt/lexer": "^3.7",
14+
"phplrt/parser": "^3.7",
15+
"phplrt/source": "^3.7"
1616
},
1717
"autoload": {
1818
"psr-4": {
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.53",
2424
"jetbrains/phpstorm-attributes": "^1.0",
25-
"phplrt/compiler": "^3.6",
25+
"phplrt/compiler": "^3.7",
2626
"phpstan/extension-installer": "^1.4",
2727
"phpstan/phpstan": "^1.11",
2828
"phpstan/phpstan-strict-rules": "^1.6",

0 commit comments

Comments
 (0)