Skip to content

Commit 0751c36

Browse files
committed
Remove spatie/phpunit-watcher
1 parent 20002ca commit 0751c36

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.phpunit-watcher.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"phpunit/phpunit": "^10.5.52",
4646
"rector/rector": "^2.1.4",
4747
"roave/infection-static-analysis-plugin": "^1.35",
48-
"spatie/phpunit-watcher": "^1.24",
4948
"vimeo/psalm": "^5.26.1 || ^6.8.0",
5049
"yiisoft/di": "^1.4"
5150
},
@@ -83,7 +82,6 @@
8382
},
8483
"scripts": {
8584
"require-checker": "composer-require-checker",
86-
"test": "phpunit --testdox --no-interaction",
87-
"test-watch": "phpunit-watcher watch"
85+
"test": "phpunit --testdox --no-interaction"
8886
}
8987
}

0 commit comments

Comments
 (0)