mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Updated composer.lock file to appease Composer deities.
This commit is contained in:
parent
34da0f66b8
commit
559c8d18d5
117
composer.lock
generated
117
composer.lock
generated
@ -1,10 +1,9 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
],
|
||||
"hash": "706d3b6e927a0076886b9700822df99a",
|
||||
"hash": "d4ad39e5ac93ba2474dae1390d2aae11",
|
||||
"packages": [
|
||||
{
|
||||
"name": "daverandom/libdns",
|
||||
@ -41,16 +40,16 @@
|
||||
},
|
||||
{
|
||||
"name": "rdlowrey/alert",
|
||||
"version": "v0.9.0",
|
||||
"version": "v0.10.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rdlowrey/Alert.git",
|
||||
"reference": "16190c9b325d156e394ab3ce3c725f98e73df973"
|
||||
"reference": "1807f340419f22c41728969d39c8af824f0535e7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rdlowrey/Alert/zipball/16190c9b325d156e394ab3ce3c725f98e73df973",
|
||||
"reference": "16190c9b325d156e394ab3ce3c725f98e73df973",
|
||||
"url": "https://api.github.com/repos/rdlowrey/Alert/zipball/1807f340419f22c41728969d39c8af824f0535e7",
|
||||
"reference": "1807f340419f22c41728969d39c8af824f0535e7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -60,7 +59,10 @@
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alert\\": "lib/"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib/functions.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
@ -81,7 +83,7 @@
|
||||
"libuv",
|
||||
"non-blocking"
|
||||
],
|
||||
"time": "2014-07-22 17:47:22"
|
||||
"time": "2014-08-02 06:21:32"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@ -153,16 +155,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f"
|
||||
"reference": "6d196af48e8c100a3ae881940123e693da5a9217"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ed8ac99ce38c3fd134128c898f7ca74665abef7f",
|
||||
"reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6d196af48e8c100a3ae881940123e693da5a9217",
|
||||
"reference": "6d196af48e8c100a3ae881940123e693da5a9217",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -214,7 +216,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2014-06-29 08:14:40"
|
||||
"time": "2014-08-06 06:39:42"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@ -401,16 +403,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "4.1.4",
|
||||
"version": "4.1.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "a71c4842c5fb836d8b200624583b859ec34e8a26"
|
||||
"reference": "241116219bb7e3b8111a36ffd8f37546888738d6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a71c4842c5fb836d8b200624583b859ec34e8a26",
|
||||
"reference": "a71c4842c5fb836d8b200624583b859ec34e8a26",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/241116219bb7e3b8111a36ffd8f37546888738d6",
|
||||
"reference": "241116219bb7e3b8111a36ffd8f37546888738d6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -424,7 +426,7 @@
|
||||
"phpunit/php-file-iterator": "~1.3.1",
|
||||
"phpunit/php-text-template": "~1.2",
|
||||
"phpunit/php-timer": "~1.0.2",
|
||||
"phpunit/phpunit-mock-objects": "~2.1",
|
||||
"phpunit/phpunit-mock-objects": "2.1.5",
|
||||
"sebastian/comparator": "~1.0",
|
||||
"sebastian/diff": "~1.1",
|
||||
"sebastian/environment": "~1.0",
|
||||
@ -471,7 +473,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2014-07-18 07:15:58"
|
||||
"time": "2014-08-17 08:07:02"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-mock-objects",
|
||||
@ -532,16 +534,16 @@
|
||||
},
|
||||
{
|
||||
"name": "predis/predis",
|
||||
"version": "v0.8.6",
|
||||
"version": "v0.8.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrk/predis.git",
|
||||
"reference": "239864d9a0929f29bf8c5a8370ef743537c4953d"
|
||||
"reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nrk/predis/zipball/239864d9a0929f29bf8c5a8370ef743537c4953d",
|
||||
"reference": "239864d9a0929f29bf8c5a8370ef743537c4953d",
|
||||
"url": "https://api.github.com/repos/nrk/predis/zipball/4123fcd85d61354c6c9900db76c9597dbd129bf6",
|
||||
"reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -578,30 +580,33 @@
|
||||
"predis",
|
||||
"redis"
|
||||
],
|
||||
"time": "2014-07-15 09:54:33"
|
||||
"time": "2014-08-01 09:43:10"
|
||||
},
|
||||
{
|
||||
"name": "rdlowrey/auryn",
|
||||
"version": "v0.13.0",
|
||||
"version": "v0.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rdlowrey/Auryn.git",
|
||||
"reference": "c83b741ccddf3b8e91f02dbdc5b0eeecbf20f09f"
|
||||
"reference": "4a30ef91f159d81b6cf1f130fc4db12c8f185040"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/c83b741ccddf3b8e91f02dbdc5b0eeecbf20f09f",
|
||||
"reference": "c83b741ccddf3b8e91f02dbdc5b0eeecbf20f09f",
|
||||
"url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/4a30ef91f159d81b6cf1f130fc4db12c8f185040",
|
||||
"reference": "4a30ef91f159d81b6cf1f130fc4db12c8f185040",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.0.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/bootstrap.php"
|
||||
]
|
||||
"psr-4": {
|
||||
"Auryn\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
@ -609,20 +614,20 @@
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Levi Morrison",
|
||||
"email": "levim@php.net",
|
||||
"homepage": "http://morrisonlevi.github.com",
|
||||
"name": "Dan Ackroyd",
|
||||
"email": "Danack@basereality.com",
|
||||
"homepage": "http://www.basereality.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Daniel Lowrey",
|
||||
"email": "rdlowrey@gmail.com",
|
||||
"role": "Creator / Lead Developer"
|
||||
"role": "Creator / Main Developer"
|
||||
},
|
||||
{
|
||||
"name": "Dan Ackroyd",
|
||||
"email": "Danack@basereality.com",
|
||||
"homepage": "http://www.basereality.com",
|
||||
"name": "Levi Morrison",
|
||||
"email": "levim@php.net",
|
||||
"homepage": "http://morrisonlevi.github.com/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
@ -633,7 +638,7 @@
|
||||
"dic",
|
||||
"ioc"
|
||||
],
|
||||
"time": "2014-04-01 12:48:07"
|
||||
"time": "2014-08-11 13:28:33"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/comparator",
|
||||
@ -905,17 +910,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v2.5.2",
|
||||
"version": "v2.5.3",
|
||||
"target-dir": "Symfony/Component/Yaml",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/Yaml.git",
|
||||
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1"
|
||||
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/Yaml/zipball/f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
|
||||
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
|
||||
"url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
|
||||
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -937,27 +942,31 @@
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com",
|
||||
"homepage": "http://fabien.potencier.org",
|
||||
"role": "Lead Developer"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "http://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "http://symfony.com",
|
||||
"time": "2014-07-09 09:05:48"
|
||||
"time": "2014-08-05 09:00:40"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"aliases": [
|
||||
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": [
|
||||
|
||||
],
|
||||
"platform": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"platform-dev": []
|
||||
"platform-dev": [
|
||||
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user