Skip to content

Commit fceece2

Browse files
author
Andrew Scott
authored
Merge pull request #19 from scotteh/dependabot/composer/phpunit/phpunit-tw-7.0or-tw-8.0
Update phpunit/phpunit requirement from ^7.0 to ^7.0 || ^8.0
2 parents 54b064e + 5b84642 commit fceece2

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
@@ -19,7 +19,7 @@
1919
"symfony/css-selector": "^4.0 || ^5.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.0",
22+
"phpunit/phpunit": "^7.0 || ^8.0",
2323
"phpdocumentor/phpdocumentor": "^2.9"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)