Skip to content

Commit

Permalink
lint php
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Aug 30, 2024
1 parent da3398f commit 9b9e3e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pages/docs/providers/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ To install PHP extensions, you can add them to the `require` section of your `co

```json
{
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-redis": "*"
}
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-redis": "*"
}
}
```

Expand Down

0 comments on commit 9b9e3e1

Please sign in to comment.