Skip to content

Commit e1f4d49

Browse files
committed
Switch back to original phpunit-watch as far as pull request with timeouts has been merged
1 parent 345ec88 commit e1f4d49

File tree

3 files changed

+34
-48
lines changed

3 files changed

+34
-48
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7.3-cli
22

33
RUN apt-get update \
4-
&& apt-get install -y unzip git \
4+
&& apt-get install -y unzip \
55
&& docker-php-ext-install pcntl \
66
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"email": "plesk-dev-leads@plesk.com"
1414
}
1515
],
16-
"repositories": [
17-
{
18-
"url": "https://github.com/sibprogrammer/phpunit-watcher.git",
19-
"type": "git"
20-
}
21-
],
2216
"require": {
2317
"php": "^7.3",
2418
"ext-curl": "*",
@@ -27,7 +21,7 @@
2721
},
2822
"require-dev": {
2923
"phpunit/phpunit": "^8",
30-
"spatie/phpunit-watcher": "dev-master"
24+
"spatie/phpunit-watcher": "^1.22"
3125
},
3226
"config": {
3327
"process-timeout": 0

composer.lock

Lines changed: 32 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)