File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2017 Maximilian Eul
1+ Copyright (c) 2017-2018 Maximilian Eul
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ and should be compatible
2424with all of its future 1.x versions as well.
2525
2626
27- # Installation
27+ # Installation and Dependencies
2828
2929```
3030$ sudo apt install php-redis # to install the phpredis extension
3131$ composer require mle86/wq-redis
3232```
3333
34+ It depends on PHP 7.1,
35+ [ mle86/wq] ( https://github.com/mle86/php-wq ) ,
36+ and the [ phpredis] ( https://pecl.php.net/package/redis ) extension.
37+
3438
3539# Class reference
3640
You can’t perform that action at this time.
0 commit comments