Skip to content

Commit

Permalink
Update composer.json (#28)
Browse files Browse the repository at this point in the history

Co-authored-by: 李铭昕 <[email protected]>
  • Loading branch information
sy-records and limingxinleo authored Mar 12, 2024
1 parent 499b4c7 commit b3e1a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/guzzle": "^3.0",
"hyperf/http-message": " 3.0.*",
"hyperf/http-message": "^3.0",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.4",
"swoole/ide-helper": "dev-master"
"swoole/ide-helper": "5.*"
},
"suggest": {
"ext-sockets": "*",
Expand Down Expand Up @@ -63,4 +63,4 @@
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
}
}
}

0 comments on commit b3e1a02

Please sign in to comment.