Skip to content

Commit b0d2f1a

Browse files
authored
Merge pull request #20 from daniellienert/patch-1
TASK: Fix jobqueue packagist links
2 parents fa50d43 + 6a21df3 commit b0d2f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You need to install the correct Queue package based on your needs.
1515
Available packages:
1616

1717
- [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)
18+
- [beanstalkd](https://packagist.org/packages/flowpack/jobqueue-beanstalkd)
19+
- [doctrine](https://packagist.org/packages/flowpack/jobqueue-doctrine)
20+
- [redis](https://packagist.org/packages/flowpack/jobqueue-redis)
2121

2222
Please check the package documentation for specific configurations.
2323

0 commit comments

Comments
 (0)