Skip to content

Commit 14ef377

Browse files
committed
docs: remove Composer v1 instructions
1 parent 3109425 commit 14ef377

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@ An enhanced version of the default [PHP Docker image](https://hub.docker.com/_/p
66

77
## Pull Command
88

9-
The following command will retrieve an image with PHP 8.1 and Composer v2:
9+
The following command will retrieve an image with PHP 8.5 and Composer v2:
1010

1111
```sh
12-
docker pull ghcr.io/clevyr/php:8.1
13-
```
14-
15-
Alternative tags exist with Composer v1. If your application still requires Composer v1, you may add the version to the end of the tag:
16-
17-
```sh
18-
docker pull ghcr.io/clevyr/php:8.1-composer1
12+
docker pull ghcr.io/clevyr/php:8.5
1913
```
2014

2115
## Runtime Configuration

0 commit comments

Comments
 (0)