mirror of
https://github.com/phpmon/website
synced 2025-08-06 06:20:07 +02:00
Fix vulnerabilities
This commit is contained in:
@ -10,8 +10,7 @@ public function __construct(
|
||||
public string $url,
|
||||
public string $target,
|
||||
public string $name
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public static function named($name, $url, $target): Redirection
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
$path = public_path('builds/early-access/sponsors/changelog.md');
|
||||
if (file_exists($path)) {
|
||||
return view('changelog', [
|
||||
'content' => (new CommonMarkConverter())
|
||||
'content' => (new CommonMarkConverter)
|
||||
->convert(file_get_contents($path)),
|
||||
]);
|
||||
} 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