Skip to content

Commit

Permalink
Merge pull request silverstripe#36 from creative-commoners/pulls/2.0/…
Browse files Browse the repository at this point in the history
…lowercase-phpunit

FIX Lowercase phpunit for packagist
  • Loading branch information
Maxime Rainville authored May 28, 2020
2 parents 6ffe880 + c81bae7 commit f0266cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"silverstripe/comments": "^3.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit f0266cc

Please sign in to comment.