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 6d0974e commit f6439aaCopy full SHA for f6439aa
src/DataCollector/LaravelCollector.php
@@ -23,7 +23,7 @@ public function __construct(protected ApplicationContract $laravel)
23
public function collect()
24
{
25
return [
26
- "version" => Str::of($this->laravel->version())->explode('.')->first(),
+ "version" => Str::of($this->laravel->version())->explode('.')->first() . '.x',
27
];
28
}
29
0 commit comments