-
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.
- Loading branch information
0 parents
commit c580296
Showing
48 changed files
with
30,535 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
composer.talis.io |
Binary file not shown.
14,413 changes: 14,413 additions & 0 deletions
14,413
include/all$957a81203114522d5c700165ebc19d034a020cd3.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"packages": { | ||
"chrisboulton/php-resque": [ | ||
{ | ||
"name": "chrisboulton/php-resque", | ||
"version": "1.2", | ||
"version_normalized": "1.2.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/talis/php-resque.git", | ||
"reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/talis/php-resque/zipball/0549d6c88a4aed934655b7c03b6153349d6c3ad0", | ||
"reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"time": "2012-10-13T07:28:16+00:00", | ||
"type": "library", | ||
"autoload": { | ||
"psr-0": { | ||
"Resque": "lib" | ||
} | ||
}, | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Chris Boulton", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.", | ||
"homepage": "http://www.github.com/chrisboulton/php-resque/", | ||
"keywords": [ | ||
"background", | ||
"job", | ||
"redis", | ||
"resque" | ||
], | ||
"support": { | ||
"source": "https://github.com/talis/php-resque/tree/1.2" | ||
}, | ||
"abandoned": "resque/php-resque" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.