Remove media-monitor from uninstaller; update composer.lock
This commit is contained in:
parent
be39b6b7c0
commit
5b32553820
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "345c37f06f150eaf6642bd7a88901488",
|
||||
"hash": "26535a03b324113b05e6bd8bbc7f2bcb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
|
@ -73,6 +73,48 @@
|
|||
],
|
||||
"time": "2014-12-08 21:56:46"
|
||||
},
|
||||
{
|
||||
"name": "dg/rss-php",
|
||||
"version": "v1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dg/rss-php.git",
|
||||
"reference": "b33661748d89d8c0c288e8d86feada6018d05031"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dg/rss-php/zipball/b33661748d89d8c0c288e8d86feada6018d05031",
|
||||
"reference": "b33661748d89d8c0c288e8d86feada6018d05031",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "David Grudl",
|
||||
"homepage": "http://davidgrudl.com"
|
||||
}
|
||||
],
|
||||
"description": "RSS & Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feed",
|
||||
"homepage": "https://github.com/dg/rss-php",
|
||||
"keywords": [
|
||||
"atom",
|
||||
"feed",
|
||||
"rss"
|
||||
],
|
||||
"time": "2015-07-02 11:54:05"
|
||||
},
|
||||
{
|
||||
"name": "guzzle/guzzle",
|
||||
"version": "v3.9.3",
|
||||
|
@ -231,7 +273,7 @@
|
|||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"predis/predis": "0.8.5",
|
||||
"predis/predis": ">=0.8.5",
|
||||
"videlalvaro/php-amqplib": ">=2.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
|
@ -271,16 +313,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phing/phing",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phingofficial/phing.git",
|
||||
"reference": "a185fef6df7241e540466b67486a4c4b552260e1"
|
||||
"reference": "63a495a1f619b60404687a0a059039c5046677df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phingofficial/phing/zipball/a185fef6df7241e540466b67486a4c4b552260e1",
|
||||
"reference": "a185fef6df7241e540466b67486a4c4b552260e1",
|
||||
"url": "https://api.github.com/repos/phingofficial/phing/zipball/63a495a1f619b60404687a0a059039c5046677df",
|
||||
"reference": "63a495a1f619b60404687a0a059039c5046677df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -290,6 +332,7 @@
|
|||
"ext-pdo_sqlite": "*",
|
||||
"lastcraft/simpletest": "@dev",
|
||||
"pdepend/pdepend": "2.x",
|
||||
"pear-pear.php.net/console_getopt": "~1.3.0",
|
||||
"pear-pear.php.net/http_request2": "2.2.x",
|
||||
"pear-pear.php.net/net_growl": "2.7.x",
|
||||
"pear-pear.php.net/pear_packagefilemanager": "1.7.x",
|
||||
|
@ -299,9 +342,10 @@
|
|||
"pear/versioncontrol_git": "@dev",
|
||||
"pear/versioncontrol_svn": "~0.5",
|
||||
"phpdocumentor/phpdocumentor": "2.x",
|
||||
"phploc/phploc": "2.x",
|
||||
"phploc/phploc": "~2.0.6",
|
||||
"phpmd/phpmd": "~2.2",
|
||||
"phpunit/phpunit": ">=3.7",
|
||||
"sebastian/git": "~1.0",
|
||||
"sebastian/phpcpd": "2.x",
|
||||
"squizlabs/php_codesniffer": "~2.2"
|
||||
},
|
||||
|
@ -357,7 +401,7 @@
|
|||
"task",
|
||||
"tool"
|
||||
],
|
||||
"time": "2015-05-20 13:04:38"
|
||||
"time": "2015-08-24 21:02:12"
|
||||
},
|
||||
{
|
||||
"name": "predis/predis",
|
||||
|
@ -525,16 +569,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v2.7.2",
|
||||
"version": "v2.7.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/EventDispatcher.git",
|
||||
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
|
||||
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
||||
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
||||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
||||
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -579,20 +623,20 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2015-06-18 19:21:56"
|
||||
"time": "2015-08-24 07:13:45"
|
||||
},
|
||||
{
|
||||
"name": "videlalvaro/php-amqplib",
|
||||
"version": "v2.5.1",
|
||||
"version": "v2.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/videlalvaro/php-amqplib.git",
|
||||
"reference": "3eb257444961f1ca7e6415c6e6f3c3e7a8e1d3fa"
|
||||
"reference": "eb8f94d97c8e79900accf77343dbd7eca7f58506"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/videlalvaro/php-amqplib/zipball/3eb257444961f1ca7e6415c6e6f3c3e7a8e1d3fa",
|
||||
"reference": "3eb257444961f1ca7e6415c6e6f3c3e7a8e1d3fa",
|
||||
"url": "https://api.github.com/repos/videlalvaro/php-amqplib/zipball/eb8f94d97c8e79900accf77343dbd7eca7f58506",
|
||||
"reference": "eb8f94d97c8e79900accf77343dbd7eca7f58506",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -613,8 +657,8 @@
|
|||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PhpAmqpLib": ""
|
||||
"psr-4": {
|
||||
"PhpAmqpLib\\": "PhpAmqpLib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
@ -633,7 +677,7 @@
|
|||
"queue",
|
||||
"rabbitmq"
|
||||
],
|
||||
"time": "2015-06-16 08:18:39"
|
||||
"time": "2015-08-11 12:30:09"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
Loading…
Reference in New Issue