Skip to content

Commit 4e00d93

Browse files
committed
Fix version for phpunit
1 parent 952c1f0 commit 4e00d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"php": ">=5.5"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "4.8.26"
23+
"phpunit/phpunit": "4.8.*"
2424
}
2525
}

0 commit comments

Comments
 (0)