Skip to content

Commit a85267c

Browse files
authored
Make sure we dont include multiple vendor folders (#934)
* Make sure we dont include multiple vendor folders * Require discovery 1.6
1 parent c4e03aa commit a85267c

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.3.*",
18+
"phpunit/phpunit": "^6.5 || ^7.5",
1919
"symfony/stopwatch": "~2.5",
2020
"nyholm/nsa": "^1.1"
2121
},

0 commit comments

Comments
 (0)