We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699ae1 commit c453c90Copy full SHA for c453c90
composer.json
@@ -10,9 +10,9 @@
10
},
11
"require": {
12
"php": "^8.1",
13
- "phplrt/lexer": "^3.6",
14
- "phplrt/parser": "^3.6",
15
- "phplrt/source": "^3.6"
+ "phplrt/lexer": "^3.6.5",
+ "phplrt/parser": "^3.6.5",
+ "phplrt/source": "^3.6.5"
16
17
"autoload": {
18
"psr-4": {
@@ -23,7 +23,7 @@
23
"friendsofphp/php-cs-fixer": "^3.53",
24
"jetbrains/phpstorm-attributes": "^1.0",
25
"nikic/php-parser": "^4.19|^5.0",
26
- "phplrt/compiler": "^3.6",
+ "phplrt/compiler": "^3.6.5",
27
"phpstan/extension-installer": "^1.3",
28
"phpstan/phpstan": "^1.10",
29
"phpstan/phpstan-strict-rules": "^1.5",
0 commit comments