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 4d728c6 commit 60ac516
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 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
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -20,19 +20,20 @@
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"npm-asset/vizuaalog--bulmajs": "^0.11.0",
"npm-asset/bulma": "^0.9.1",
"npm-asset/bulma-helpers": "^0.3.12",
"npm-asset/vizuaalog--bulmajs": "^0.11.0",
"oomphinc/composer-installers-extender": "^2.0.0",
"yiisoft/assets": "@dev",
"yiisoft/arrays": "@dev",
"yiisoft/assets": "@dev",
"yiisoft/html": "@dev",
"yiisoft/widget": "@dev"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.3",
"vimeo/psalm": "^4.1",
"roave/infection-static-analysis-plugin": "^1.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2",
"yiisoft/di": "^3.0@dev"
},
"autoload": {
Expand Down

0 comments on commit 60ac516

Please sign in to comment.