Skip to content

Commit 17dc7a7

Browse files
author
phprtc
authored
Merge pull request #26 from phprtc/fix/dir-watch
fix(watch): dir name can now contain "@"
2 parents 69025fd + a5a5cf9 commit 17dc7a7

File tree

6 files changed

+241
-541
lines changed

6 files changed

+241
-541
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"evenement/evenement": "^3.0"
1616
},
1717
"require-dev": {
18-
"phpstan/phpstan": "^1.5",
19-
"phpunit/phpunit": "^9.5",
20-
"symfony/var-dumper": "^6.0",
21-
"openswoole/ide-helper": "^4.10"
18+
"phpstan/phpstan": "^1.10",
19+
"phpunit/phpunit": "^9.6",
20+
"symfony/var-dumper": "^6.2",
21+
"openswoole/ide-helper": "^4.11"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)