Skip to content

Commit 5e2b086

Browse files
committed
docs: Update README.
1 parent e1ff5da commit 5e2b086

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Diff for: README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![GitHub stars][github stars]][1]
2-
[![License][license]][1]
32
[![Donate!][donate github]][5]
43

54
# Nix shell
@@ -21,10 +20,10 @@ Each available environment provides the following tools:
2120
* Symfony CLi,
2221
* GNU Make.
2322

24-
Available PHP versions from `5.6` to `8.1`.
23+
Available PHP versions from `5.6` to `8.2`.
2524

2625
The PHP extensions to use are automatically inferred
27-
from the `composer.json` and `composer.lock` files.
26+
from the `composer.json` file.
2827

2928
```json
3029
...8<...
@@ -70,19 +69,19 @@ opt-in option.
7069

7170
### In a shell
7271

73-
To work with `PHP 8.1` only:
72+
To work with PHP 8.1 only:
7473

7574
```shell
7675
nix shell github:loophp/nix-shell#php81
7776
```
7877

79-
or
78+
or with PHP 8.1 and a couple of useful tools:
8079

8180
```shell
8281
nix shell github:loophp/nix-shell#env-php81
8382
```
8483

85-
`ZTS` is enabled by default (see [#154774](https://github.com/NixOS/nixpkgs/issues/154774)),
84+
PHP has `ZTS` enabled by default (see [#154774](https://github.com/NixOS/nixpkgs/issues/154774)),
8685
feel free to use the `NTS` if needed, see the matrix below.
8786

8887
Available PHP versions and environments are:
@@ -108,11 +107,11 @@ Available PHP versions and environments are:
108107

109108
This package also provide development environments with some tools:
110109

111-
* Symfony cli
112-
* Github cli
113-
* sqlite
114-
* git
115-
* gnumake
110+
* [Symfony cli](https://github.com/symfony-cli/symfony-cli)
111+
* [Github cli](https://cli.github.com/)
112+
* [sqlite](https://www.sqlite.org/)
113+
* [git](https://git-scm.com/)
114+
* [gnumake](https://www.gnu.org/software/make/)
116115

117116
In order to use them, use the prefix `env-`:
118117

0 commit comments

Comments
 (0)