mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
Fix vulnerabilities
This commit is contained in:
@ -10,8 +10,7 @@ public function __construct(
|
|||||||
public string $url,
|
public string $url,
|
||||||
public string $target,
|
public string $target,
|
||||||
public string $name
|
public string $name
|
||||||
) {
|
) {}
|
||||||
}
|
|
||||||
|
|
||||||
public static function named($name, $url, $target): Redirection
|
public static function named($name, $url, $target): Redirection
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
$path = public_path('builds/early-access/sponsors/changelog.md');
|
$path = public_path('builds/early-access/sponsors/changelog.md');
|
||||||
if (file_exists($path)) {
|
if (file_exists($path)) {
|
||||||
return view('changelog', [
|
return view('changelog', [
|
||||||
'content' => (new CommonMarkConverter())
|
'content' => (new CommonMarkConverter)
|
||||||
->convert(file_get_contents($path)),
|
->convert(file_get_contents($path)),
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
1223
composer.lock
generated
1223
composer.lock
generated
File diff suppressed because it is too large
Load Diff
1385
package-lock.json
generated
1385
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user