Skip to content

Commit 3f4d4a9

Browse files
author
Luke Woodward
committed
Update dependencies and version
1 parent ad8697d commit 3f4d4a9

2 files changed

Lines changed: 745 additions & 350 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "lkwdwrd/wp-muplugin-loader",
3-
"version" : "1.0.4",
3+
"version" : "1.0.5",
44
"description" : "A drop-in MU Plugin loader for WordPress",
55
"keywords" : ["wordpress", "muplugin", "loader"],
66
"type" : "composer-plugin",
@@ -23,10 +23,9 @@
2323
"composer-plugin-api": "^1.0"
2424
},
2525
"require-dev" : {
26-
"phpunit/phpunit": "^6.0.0",
27-
"antecedent/patchwork": "^1.3.4",
26+
"phpunit/phpunit": "^7.1.4",
2827
"10up/wp_mock": "dev-dev",
29-
"codeclimate/php-test-reporter": "^0.3.2"
28+
"codeclimate/php-test-reporter": "^0.4.4"
3029
},
3130
"scripts" : {
3231
"test" : "phpunit --colors",

0 commit comments

Comments
 (0)