File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " u01jmg3/docx2md" ,
3
+ "description" : " Convert Microsoft Word files (.docx) to Markdown files (.md)" ,
4
+ "homepage" : " https://github.com/u01jmg3/docx2md" ,
5
+ "keywords" : [
6
+ " docx" ,
7
+ " md" ,
8
+ " markdown" ,
9
+ " conversion"
10
+ ],
11
+ "type" : " library" ,
12
+ "license" : " MIT" ,
13
+ "authors" : [
14
+ {
15
+ "name" : " Jonathan Goode" ,
16
+ "role" : " Developer"
17
+ }
18
+ ],
19
+ "require" : {
20
+ "php" : " >=5.3.9"
21
+ }
22
+ }
Original file line number Diff line number Diff line change 4
4
* This PHP class will read a Word file (*.docx), parse it and return a
5
5
* markdown file.
6
6
*
7
- * PHP 5 (≥ 5.3.0 )
7
+ * PHP 5 (≥ 5.3.9 )
8
8
*
9
9
* @author Jonathan Goode <https://github.com/u01jmg3>
10
10
* @license http://www.opensource.org/licenses/mit-license.php MIT License
You can’t perform that action at this time.
0 commit comments