Skip to content

Commit 1dbafa3

Browse files
committed
Required PHPUnit framework
1 parent d416307 commit 1dbafa3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
composer.lock.json

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
"WebSocket\\": "src/"
1515
}
1616
},
17-
"require": {}
17+
"require": {
18+
"phpunit/phpunit": "^9.3"
19+
}
1820
}

0 commit comments

Comments
 (0)