Skip to content

Commit 6798ef8

Browse files
committed
Adding php-resque as a dependency.
1 parent bfddd5a commit 6798ef8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"psr-0": {
1313
"ResqueScheduler": "lib/"
1414
}
15-
}
15+
},
16+
"repositories": [
17+
{ "type": "git", "url": "https://github.com/chrisboulton/php-resque" }
18+
],
19+
"require": {
20+
"chrisboulton/php-resque-scheduler": "dev-master"
21+
},
22+
"minimum-stability": "dev"
1623
}

0 commit comments

Comments
 (0)