Skip to content

Commit 71ea1fc

Browse files
committed
allow customize markup
1 parent 8b9114a commit 71ea1fc

File tree

4 files changed

+1425
-7
lines changed

4 files changed

+1425
-7
lines changed

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
}
99
],
1010
"require": {
11+
"php": "^5.6",
1112
"sebastian/diff": "^1.4"
1213
},
14+
"require-dev": {
15+
"phpunit/phpunit": "5.4.*"
16+
},
1317
"autoload": {
1418
"psr-4": {
1519
"Sokil\\Diff\\": "src/"

0 commit comments

Comments
 (0)