We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba565b8 commit 6a21df3Copy full SHA for 6a21df3
1 file changed
README.md
@@ -15,9 +15,9 @@ You need to install the correct Queue package based on your needs.
15
Available packages:
16
17
- [sqlite](https://packagist.org/packages/flownative/jobqueue-sqlite)
18
- - [beanstalkd](https://packagist.org/packages/flownative/jobqueue-beanstalkd)
19
- - [doctrine](https://packagist.org/packages/flownative/jobqueue-doctrine)
20
- - [redis](https://packagist.org/packages/flownative/jobqueue-redis)
+ - [beanstalkd](https://packagist.org/packages/flowpack/jobqueue-beanstalkd)
+ - [doctrine](https://packagist.org/packages/flowpack/jobqueue-doctrine)
+ - [redis](https://packagist.org/packages/flowpack/jobqueue-redis)
21
22
Please check the package documentation for specific configurations.
23
0 commit comments