Skip to content

Commit 8d3c5cf

Browse files
author
Openset
committed
Add: phpunit
1 parent bba32d9 commit 8d3c5cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
}
1616
],
1717
"minimum-stability": "stable",
18-
"require": {},
18+
"require": {
19+
"php": ">=5.6"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^6.0"
23+
},
1924
"autoload": {
2025
"psr-4": {
2126
"Openset\\": "src/"

0 commit comments

Comments
 (0)