添加hyperf分页器
Showing
| ... | ... | @@ -28,7 +28,8 @@ |
| "fzaninotto/faker": "^1.9", | ||
| "phpoffice/phpspreadsheet": "^1.8", | ||
| "dimsav/unix-zipper": "1.*", | ||
| "hyperf/amqp": "~2.1.0" | ||
| "hyperf/amqp": "~2.1.0", | ||
| "hyperf/paginator": "~2.1.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment