Skip to content

Commit

Permalink
chore: phpunit update (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck authored Dec 4, 2020
1 parent 8c702d2 commit 00c3218
Show file tree
Hide file tree
Showing 254 changed files with 30,146 additions and 131 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/komments",
"version": "0.9.15",
"version": "0.9.17",
"description": "A comment and webmention plugin for Kirby 3",
"type": "kirby-plugin",
"license": "MIT",
Expand All @@ -18,6 +18,9 @@
"utils"
]
},
"require-dev": {
"phpunit/phpunit": "^9.4"
},
"require": {
"getkirby/composer-installer": "^1.1",
"indieweb/mention-client": "^1.2",
Expand All @@ -27,7 +30,6 @@
"optimize-autoloader": true
},
"scripts": {
"testKirby": "phpunit --bootstrap ./tests/bootstrap.php --testdox ./tests/suites",
"test": "phpunit --testdox ./tests/suites"
"test": "vendor/bin/phpunit --testdox tests"
}
}
Loading

0 comments on commit 00c3218

Please sign in to comment.