Skip to content

Commit

Permalink
Batch add spatie/phpunit-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 29, 2020
1 parent 91a8603 commit 5c99752
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .phpunit-watcher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
watch:
directories:
- src
- tests
fileMask: '*.php'
notifications:
passingTests: false
failingTests: false
phpunit:
binaryPath: vendor/bin/phpunit
timeout: 180
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.4|^8.0",
"yiisoft/arrays": "^3.0@dev",
"yiisoft/db": "^3.0@dev",
"yiisoft/strings": "^1.1",
"php": "^7.4|^8.0"
"yiisoft/strings": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2",
"yiisoft/aliases": "^1.1",
"yiisoft/active-record": "dev-master",
"yiisoft/aliases": "^1.1",
"yiisoft/cache": "dev-master",
"yiisoft/di": "dev-master",
"yiisoft/log": "dev-master",
"yiisoft/cache": "dev-master"
"yiisoft/log": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5c99752

Please sign in to comment.