Skip to content

Commit f149e53

Browse files
author
Diego Hernandes
authored
Update README.md
1 parent 61d537c commit f149e53

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For short, this project will support **2 minor version of both PHP and Alpine**
2424

2525
| Alpine Version | PHP Version | Status | Repository URL
2626
| - | - | - | -
27-
| **`3.7`** | **`7.2`** _(7.2.0)_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.2
27+
| **`3.7`** | **`7.2`** _(7.2.1)_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.2
2828
| **`3.7`** | **`7.1`** _(7.1.12)_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.1
2929
| **`3.6`** | **`7.2`** _(7.2.0)_ | supported until Alpine 3.8 release | https://php.codecasts.rocks/v3.6/php-7.2
3030
| **`3.6`** | **`7.1`** _(7.1.12)_ | supported until Alpine 3.8 release | https://php.codecasts.rocks/v3.6/php-7.1
@@ -97,6 +97,12 @@ apk add --update php7-any-other-extension@php
9797

9898
The following packages are available for installation on both 7.2 and 7.1 repositories:
9999

100+
- **[NEW]** **Backported Packages**
101+
102+
`argon2` `argon2-dev` `libargon2`
103+
104+
Argon2 was backported from EDGE branch of `ports` to allow PHP to be compiled with Argon2 password hashing support.
105+
100106
- **Core Packages (Provide Binaries or Modules)**
101107

102108
`php7` `php7-common` `php7-fpm` `php7-cgi` `php7-apache2`

0 commit comments

Comments
 (0)