Skip to content

Commit 7aa5d65

Browse files
committed
fix phpunit to 7.0 major version
1 parent 1f9ce98 commit 7aa5d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"elasticsearch/elasticsearch": "^7.0",
20-
"phpunit/phpunit": "~7.0",
20+
"phpunit/phpunit": "^7.0",
2121
"squizlabs/php_codesniffer": "^3.0"
2222
},
2323
"suggest": {

0 commit comments

Comments
 (0)