Skip to content

Commit 8262bb5

Browse files
committed
Add composer dev dependency for phpunit.
1 parent b8af0ca commit 8262bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"psr-0": {
1515
"FontLib\\": "src/"
1616
}
17+
},
18+
"require-dev": {
19+
"phpunit/phpunit": "^4.8"
1720
}
1821
}

0 commit comments

Comments
 (0)