Skip to content

Commit 426ba48

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent 6ea4b6d commit 426ba48

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
@@ -15,7 +15,7 @@
1515
"php": "^7.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^6.1",
18+
"phpunit/phpunit": "6.3.*",
1919
"symfony/stopwatch": "~2.5",
2020
"nyholm/nsa": "^1.1"
2121
},

0 commit comments

Comments
 (0)