Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Feb 8, 2024
1 parent 80e6561 commit 5261f41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"php": ">=8.0",
"ext-json": "*",
"ext-redis": "*",
"workerman/webman-framework": "^1.5",
"workerman/http-client": "^1.0 | ^2.0",
"workerman/channel": "^1.0",
"webman/console": "^1.0",
"psr/container": "^1.0 | ^2.0",
"illuminate/redis": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"workerman/http-client": "^1.0 | ^2.0",
"workerman/channel": "^1.0",
"pusher/pusher-php-server": "^7.2",
"webman/console": "^1.0"
"pusher/pusher-php-server": "^7.2"
},
"require-dev": {
"workerman/webman-framework": "^1.5",
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^6.0"
},
Expand Down

0 comments on commit 5261f41

Please sign in to comment.