Skip to content

Commit 0b600a8

Browse files
committed
Fix readme.
1 parent 851b06e commit 0b600a8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@ A library that allows us to write PHP extensions using pure Rust and using safe
1717

1818
**os**
1919

20-
-[x] linux
21-
-[ ] macos
22-
-[ ] windows
20+
- [x] linux
21+
- [ ] macos
22+
- [ ] windows
2323

2424
**php**
2525

2626
*version*
2727

28-
-[x] 7.0
29-
-[x] 7.1
30-
-[x] 7.2
31-
-[x] 7.3
32-
-[x] 7.4
33-
-[x] 8.0
28+
- [x] 7.0
29+
- [x] 7.1
30+
- [x] 7.2
31+
- [x] 7.3
32+
- [x] 7.4
33+
- [x] 8.0
3434

3535
*mode*
3636

37-
-[x] nts
38-
-[ ] zts
37+
- [x] nts
38+
- [ ] zts
3939

4040
*sapi*
4141

42-
-[x] cli
43-
-[ ] fpm
42+
- [x] cli
43+
- [ ] fpm
4444

4545
*debug*
4646

47-
-[x] disable
48-
-[ ] enable
47+
- [x] disable
48+
- [ ] enable
4949

5050
## Usage
5151

0 commit comments

Comments
 (0)