Skip to content

Commit

Permalink
Merge pull request #26 from phprtc/fix/dir-watch
Browse files Browse the repository at this point in the history
fix(watch): dir name can now contain "@"
  • Loading branch information
phprtc authored Mar 23, 2023
2 parents 69025fd + a5a5cf9 commit 17dc7a7
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 541 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"evenement/evenement": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^6.0",
"openswoole/ide-helper": "^4.10"
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"symfony/var-dumper": "^6.2",
"openswoole/ide-helper": "^4.11"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 17dc7a7

Please sign in to comment.