Skip to content

Commit

Permalink
Bumping the version up to 0.1.6 and updating dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis authored Mar 23, 2024
1 parent a47cd24 commit 506335d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aldavigdis/wp-tests-strapon",
"description": "Strap the WordPress PHPUnit tests library onto your plugin or theme with this handy Composer package.",
"version": "0.1.5",
"version": "0.1.6",
"type": "library",
"license": "AGPL-3.0-or-later",
"keywords": ["wordpress", "phpunit", "testing", "dev"],
Expand All @@ -22,7 +22,7 @@
"composer-plugin-api": "^2.6",
"yoast/phpunit-polyfills": "^2.0",
"simoneast/simple-ansi-colors": "^1.0",
"phpunit/phpunit": "^9.0 || ^10.0"
"phpunit/phpunit": "^9 || ^10"
},
"require-dev": {
"composer/composer": "^2.7",
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 506335d

Please sign in to comment.