Skip to content

Commit 0d4e4e5

Browse files
committed
README.md: Update to PHP 7.4
1 parent 7c3feee commit 0d4e4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/raml2html/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ composer install;
1414

1515
## Usage
1616

17-
Note: If PHP 7.2 is not the default PHP, please, adapt.
17+
Note: If PHP 7.4 is not the default PHP, please, adapt.
1818

1919
To generate static HTML from RAML definitions, use the following code from project root:
2020

@@ -28,7 +28,7 @@ To test static HTML against an Ibexa DXP to find route removed and missing route
2828
php tools/raml2html/raml2html.php test docs/api/rest_api/rest_api_reference/rest_api_reference.html ~/ibexa-dxp
2929
```
3030

31-
Note: The Ibexa DXP doesn't need to run
31+
Note: The Ibexa DXP doesn't need to run.
3232

3333
```shell
3434
mkdir ~/ibexa-dxp;

0 commit comments

Comments
 (0)