forked from chrisboulton/php-resque-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched from chrisbolton/php-resque to resque/php-resque
- Loading branch information
1 parent
5954c98
commit f068ccf
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
{ | ||
"name": "chrisboulton/php-resque-scheduler", | ||
"name": "read2me-online/php-resque-scheduler", | ||
"type": "library", | ||
"description": "php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling items in the future to Resque.", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Chris Boulton", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Nino Skopac", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { | ||
"ResqueScheduler": "lib/" | ||
} | ||
}, | ||
"repositories": [ | ||
{ "type": "git", "url": "https://github.com/chrisboulton/php-resque" } | ||
], | ||
"require": { | ||
"chrisboulton/php-resque": "dev-master" | ||
"resque/php-resque": "~1.3" | ||
} | ||
} |