Skip to content

Commit 99040b6

Browse files
committed
Add Mezzio and AlmaLinux WSL2 to download page
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent 045d5a3 commit 99040b6

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

downloads-get-instructions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828

29-
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla'])) {
29+
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla', 'fw-mezzio'])) {
3030
$file = "{$options['usage']}";
3131
$options['os'] = null;
3232
}

downloads.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function option(string $value, string $desc, $attributes = []): string
5757
'fw-drupal' => 'Drupal Development',
5858
'fw-joomla' => 'Joomla Development',
5959
'fw-laravel' => 'Laravel Development',
60+
'fw-mezzio' => 'Mezzio Development',
6061
'fw-symfony' => 'Symfony Development',
6162
'fw-wordpress' => 'WordPress Development',
6263
];
@@ -89,6 +90,7 @@ function option(string $value, string $desc, $attributes = []): string
8990
'windows-chocolatey' => 'Chocolatey',
9091
'windows-scoop' => 'Scoop',
9192
'windows-docker' => 'Docker',
93+
'windows-wsl-almalinux' => 'WSL/AlmaLinux',
9294
'windows-wsl-debian' => 'WSL/Debian',
9395
'windows-wsl-ubuntu' => 'WSL/Ubuntu',
9496
],
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p>
2+
Instructions for installing PHP for Mezzio development can be found on:
3+
</p>
4+
<p>
5+
» <a href='https://docs.mezzio.dev/mezzio/v3/getting-started/quick-start/'>https://docs.mezzio.dev/mezzio/v3/getting-started/quick-start/</a>
6+
</p>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p>
2+
Instructions for installing PHP for AlmaLinux 9 and 10 on Windows WSL2 can be found on:
3+
</p>
4+
<p>
5+
» <a href='https://docs.dotkernel.org/development/'>https://docs.dotkernel.org/development/</a>
6+
</p>

0 commit comments

Comments
 (0)