Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Hernandes committed Jan 13, 2018
1 parent 61d537c commit f149e53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For short, this project will support **2 minor version of both PHP and Alpine**

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

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

- **[NEW]** **Backported Packages**

`argon2` `argon2-dev` `libargon2`

Argon2 was backported from EDGE branch of `ports` to allow PHP to be compiled with Argon2 password hashing support.

- **Core Packages (Provide Binaries or Modules)**

`php7` `php7-common` `php7-fpm` `php7-cgi` `php7-apache2`
Expand Down

0 comments on commit f149e53

Please sign in to comment.