|
|
@ -4,8 +4,8 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"hash": "2ba7de03b37a6d84edc940e53b969dd8", |
|
|
|
"content-hash": "a54d5a9f88a410c0295e0530b51e3abc", |
|
|
|
"hash": "b33b0001cd49507ca593b5ac7a1c7f62", |
|
|
|
"content-hash": "d16bb0e3e3c4ada5c5eb9cb1eb603d15", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "barnabywalters/mf-cleaner", |
|
|
@ -539,6 +539,93 @@ |
|
|
|
], |
|
|
|
"time": "2015-12-20 19:50:12" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "p3k/caterpillar", |
|
|
|
"version": "0.1.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/aaronpk/Caterpillar.git", |
|
|
|
"reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/aaronpk/Caterpillar/zipball/61f94612f25d6b5dbfda5c792147bd5f6fa62fcb", |
|
|
|
"reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"pda/pheanstalk": "3.*", |
|
|
|
"php": ">5.4.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-0": { |
|
|
|
"Caterpillar": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"Apache 2.0" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Aaron Parecki", |
|
|
|
"homepage": "http://aaronparecki.com/" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Caterpillar is a background queue manager", |
|
|
|
"time": "2015-12-21 22:52:21" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "pda/pheanstalk", |
|
|
|
"version": "v3.1.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/pda/pheanstalk.git", |
|
|
|
"reference": "430e77c551479aad0c6ada0450ee844cf656a18b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b", |
|
|
|
"reference": "430e77c551479aad0c6ada0450ee844cf656a18b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "3.0-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Pheanstalk\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Paul Annesley", |
|
|
|
"email": "paul@annesley.cc", |
|
|
|
"homepage": "http://paul.annesley.cc/", |
|
|
|
"role": "Developer" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHP client for beanstalkd queue", |
|
|
|
"homepage": "https://github.com/pda/pheanstalk", |
|
|
|
"keywords": [ |
|
|
|
"beanstalkd" |
|
|
|
], |
|
|
|
"time": "2015-08-07 21:42:41" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-foundation", |
|
|
|
"version": "v2.8.0", |
|
|
|