Skip to content

Commit

Permalink
Switched from chrisbolton/php-resque to resque/php-resque
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac committed Jan 22, 2019
1 parent 5954c98 commit f068ccf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
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"
}
}

0 comments on commit f068ccf

Please sign in to comment.