Awight has uploaded a new change for review.
https://gerrit.wikimedia.org/r/198438
Change subject: WIP php-queue library
......................................................................
WIP php-queue library
Bug: T92916
Change-Id: Ib6da03e73f317da5059a468fab35a09845e69f2a
---
M composer.json
M composer.lock
2 files changed, 112 insertions(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface
refs/changes/38/198438/1
diff --git a/composer.json b/composer.json
index fe5c8c4..607aa0f 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,7 @@
]
},
"require": {
+ "coderkungfu/php-queue": "0.9.1",
"psr/log": "1.0.0",
"monolog/monolog": "1.7.0"
}
diff --git a/composer.lock b/composer.lock
index 5346e48..31700eb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,117 @@
"Read more about it at
http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "f66f26ac4c1ee0614474a94ce1de827c",
+ "hash": "37f637568fddb224297bebf2a1ac1b58",
"packages": [
+ {
+ "name": "clio/clio",
+ "version": "0.1.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nramenta/clio.git",
+ "reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef"
+ },
+ "dist": {
+ "type": "zip",
+ "url":
"https://api.github.com/repos/nramenta/clio/zipball/6a9f600b73fa213e817d5c1e67a4641aecd156ef",
+ "reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Clio": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nofriandi Ramenta",
+ "email": "[email protected]"
+ }
+ ],
+ "description": "Lightweight utility and helper classes for CLI
applications",
+ "keywords": [
+ "cli",
+ "console",
+ "daemon"
+ ],
+ "time": "2014-06-22 14:49:41"
+ },
+ {
+ "name": "coderkungfu/php-queue",
+ "version": "0.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/CoderKungfu/php-queue.git",
+ "reference": "c567952fee3260df39fd23df49e50eeef96592b3"
+ },
+ "dist": {
+ "type": "zip",
+ "url":
"https://api.github.com/repos/CoderKungfu/php-queue/zipball/c567952fee3260df39fd23df49e50eeef96592b3",
+ "reference": "c567952fee3260df39fd23df49e50eeef96592b3",
+ "shasum": ""
+ },
+ "require": {
+ "clio/clio": "@stable",
+ "monolog/monolog": "~1.3",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "amazonwebservices/aws-sdk-for-php": "dev-master",
+ "aws/aws-sdk-php": "dev-master",
+ "ext-memcache": "*",
+ "iron-io/iron_mq": "dev-master",
+ "microsoft/windowsazure": "dev-master",
+ "mrpoundsign/pheanstalk-5.3": "dev-master",
+ "predis/predis": "v0.8.0"
+ },
+ "suggest": {
+ "Respect/Rest": "For a REST server to post job data",
+ "amazonwebservices/aws-sdk-for-php": "For AWS SQS backend
support (legacy version)",
+ "aws/aws-sdk-php": "For AWS SQS backend support",
+ "clio/clio": "Support for daemonizing PHP CLI runner",
+ "iron-io/iron_mq": "For IronMQ backend support",
+ "microsoft/windowsazure": "For Windows Azure Service Bus
backend support",
+ "mrpoundsign/pheanstalk-5.3": "For Beanstalkd backend support",
+ "pecl-mongodb": "For MongoDB backend support",
+ "predis/predis": "For Redis backend support"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "PHPQueue": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Michael Cheng",
+ "email": "[email protected]"
+ }
+ ],
+ "description": "A unified front-end for different queuing
backends. Includes a REST server, CLI interface and daemon runners.",
+ "homepage": "http://github.com/CoderKungfu/php-queue",
+ "keywords": [
+ "queue",
+ "transaction"
+ ],
+ "time": "2013-12-29 07:42:11"
+ },
{
"name": "monolog/monolog",
"version": "1.7.0",
@@ -117,6 +226,7 @@
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
+ "prefer-lowest": false,
"platform": [],
"platform-dev": []
}
--
To view, visit https://gerrit.wikimedia.org/r/198438
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6da03e73f317da5059a468fab35a09845e69f2a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits