Skip to content

Commit

Permalink
feat: lock php-cs-fixer version on 3.26.0 and install swoole-ide-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
storyn26383 committed Oct 19, 2023
1 parent 5d36038 commit 647b182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@
"hyperf/session": "Required to use session guard. (^3.1)"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
"friendsofphp/php-cs-fixer": "3.26.0",
"hyperf/redis": "^3.1",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^10.0.7"
"phpunit/phpunit": "^10.0.7",
"swoole/ide-helper": "~5.1.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 647b182

Please sign in to comment.