Skip to content

Commit

Permalink
Update Packages & Fix PHP Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Jun 23, 2024
1 parent 0b59c63 commit a4e4057
Show file tree
Hide file tree
Showing 3 changed files with 12,873 additions and 8,311 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"wp-coding-standards/wpcs": "2.*",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-phpunit/wp-phpunit": "^5.4",
"phpunit/phpunit": "^7.5.20"
"phpunit/phpunit": "7.*"
},
"scripts": {
"format": "phpcbf -p",
"lint": "phpcs"
}
},
"dependencies": {
"prettier": "^1.13.0",
"typescript": "^2.8.4"
}
}
Loading

0 comments on commit a4e4057

Please sign in to comment.