Skip to content

Commit

Permalink
Feature: use version 1.0.0 of the seatgeek/djjob module
Browse files Browse the repository at this point in the history
The seatgeek/djjob was required as dev-master. This causes an error if you have
your composer's 'minimal-stability' setting configured to 'stable'

The seatgeek/djjob module has a tagged release. We simply require this version
and all is well.

https://github.com/seatgeek/djjob/releases
  • Loading branch information
bfrozema committed Oct 31, 2018
1 parent eaa26ae commit 455ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "JobQueue for Magento using DJJob",
"require": {
"php": ">=5.1",
"seatgeek/djjob": "dev-master"
"seatgeek/djjob": "1.0.0"
},
"authors": [
{
Expand Down

0 comments on commit 455ebca

Please sign in to comment.