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 8930433 commit 1471c42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .phpunit-watcher.yml
@@ -0,0 +1,11 @@
watch:
directories:
- src
- tests
fileMask: '*.php'
notifications:
passingTests: false
failingTests: false
phpunit:
binaryPath: vendor/bin/phpunit
timeout: 180
17 changes: 9 additions & 8 deletions composer.json
Expand Up @@ -22,22 +22,23 @@
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"psr/container": "1.0",
"nyholm/psr7": "^1.0",
"yiisoft/di": "^3.0@dev",
"psr/container": "1.0",
"tuupola/cors-middleware": "^1.2.1",
"yiisoft/data-response": "^3.0@dev",
"yiisoft/di": "^3.0@dev",
"yiisoft/http": "^1.0",
"yiisoft/json": "^1.0",
"yiisoft/router": "^3.0@dev",
"yiisoft/router-fastroute": "^3.0@dev",
"yiisoft/yii-debug": "^3.0@dev",
"tuupola/cors-middleware": "^1.2.1"
"yiisoft/yii-debug": "^3.0@dev"
},
"require-dev": {
"yiisoft/composer-config-plugin": "^1.0@dev",
"phpunit/phpunit": "^9.3",
"roave/infection-static-analysis-plugin": "^1.3",
"vimeo/psalm": "^4.1"
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2",
"yiisoft/composer-config-plugin": "^1.0@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1471c42

Please sign in to comment.