Skip to content

Commit

Permalink
Merge pull request #6 from psygnoser/scheduled-job-serialization-queu…
Browse files Browse the repository at this point in the history
…e-name

Fixes scheduled jobs not being enqueued due to having a null queue name
  • Loading branch information
spinx authored Feb 19, 2018
2 parents aa7db2a + 765bc13 commit 49c83fc
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 519 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@
"predis/predis": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^2.7",
"phpspec/phpspec": "^2.2",
"henrikbjorn/phpspec-code-coverage": "^1.0",
"knplabs/phpspec-welldone-extension": "dev-master",
"phpspec/nyan-formatters": "^1.0",
"ciaranmcnulty/phpspec-typehintedmethods": "^1.01",
"m6web/redis-mock": "^2.2"
"phpspec/phpspec": "^4.3.0",
"m6web/redis-mock": "^2.2",
"leanphp/phpspec-code-coverage": "^4.0"
},
"autoload": {
"psr-4": {"SidekiqJob\\": "src/"}
Expand Down
Loading

0 comments on commit 49c83fc

Please sign in to comment.