Skip to content

Commit 4ca38d0

Browse files
committed
modified: composer.json
1 parent 8047915 commit 4ca38d0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
"name": "Sunra",
1515
"email": "[email protected]",
1616
"homepage": "https://github.com/sunra"
17-
}
17+
}
1818
],
1919
"require": {
20-
"php": ">=5.3.2"
21-
},
20+
"php": ">=5.3.2"
21+
},
2222
"autoload": {
23-
"classmap": ["Src/simple_html_dom.php"]
24-
}
23+
"classmap": ["Src/simple_html_dom.php"]
24+
},
25+
"target-dir": "Sunra/SimpleHtmlDomParserPhp"
2526
}

0 commit comments

Comments
 (0)