Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akeylimepie committed May 31, 2024
1 parent dce8ac9 commit 9b85b02
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ docker pull %%IMAGE%%:%%LATEST_VERSION%%-fpm
docker pull %%IMAGE%%:%%LATEST_VERSION%%-cli
```

| fpm, cli, zts | prod | dev |
|----------------------------------|---------|---------|
| Composer `%%COMPOSER_VERSION%%` | ✓ | ✓ |
| Xdebug `%%XDEBUG_VERSION%%` | | ✓ |
| PHPStan `%%PHPSTAN_VERSION%%` | | ✓ |
| AMQP `%%AMQP_VERSION%%` | ✓ | ✓ |
| Relay `%%RELAY_VERSION%%` | ✓ | ✓ |
| PDO, PDO MySQL | ✓ | ✓ |
| intl, zip, pcntl, event, ev, ffi | ✓ | ✓ |
| APCu, OPcache | ✓ | ✓ |
| | fpm-dev | fpm-prod | cli-dev | cli-prod |
|-----------------------------------|---------|----------|---------|----------|
| Composer `%%COMPOSER_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Xdebug `%%XDEBUG_VERSION%%` | ✓ | | ✓ | |
| PHPStan `%%PHPSTAN_VERSION%%` | ✓ | | ✓ | |
| APCu `%%APCU_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| AMQP `%%AMQP_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Relay `%%RELAY_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| PDO, PDO MySQL | ✓ | ✓ | ✓ | ✓ |
| intl xsl zip igbinary msgpack ffi | ✓ | ✓ | ✓ | ✓ |
| pcntl, event, sockets | | | ✓ | ✓ |
| OPcache | ✓ | ✓ | | |

## Supported tags

Expand Down

0 comments on commit 9b85b02

Please sign in to comment.