From 846f75d0f376f1ddbecb241884bf5c64b4bef2e5 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 7 Oct 2014 09:37:58 -0400 Subject: [PATCH] Updated dependencies --- composer.json | 2 +- composer.lock | 183 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 123 insertions(+), 62 deletions(-) diff --git a/composer.json b/composer.json index 99bd01e..33c66af 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "satooshi/php-coveralls": "dev-master" }, "require": { - "php": ">=5.4", + "php": ">=5.4", "league/oauth2-server": "3.*" }, "autoload": { diff --git a/composer.lock b/composer.lock index 4f7de01..937cd04 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,71 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "90c06945853fd0c6910bfd5e6f9c1e13", - "packages": [], + "hash": "c9883c463f5dad3fc400327e41287cc0", + "packages": [ + { + "name": "league/oauth2-server", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "13cd0cacdf1e9ae23fa073d4408a336246babb8e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/13cd0cacdf1e9ae23fa073d4408a336246babb8e", + "reference": "13cd0cacdf1e9ae23fa073d4408a336246babb8e", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "replace": { + "lncd/oauth2": "*" + }, + "require-dev": { + "league/phpunit-coverage-listener": "~1.0", + "mockery/mockery": "~0.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, + "autoload": { + "psr-0": { + "League\\OAuth2\\Server": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "keywords": [ + "Authentication", + "api", + "auth", + "authorization", + "oauth", + "oauth2", + "protect", + "resource", + "secure", + "server" + ], + "time": "2014-09-08 21:01:33" + } + ], "packages-dev": [ { "name": "doctrine/instantiator", @@ -13,12 +76,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "26404e0c90565b614ee76b988b9bc8790d77f590" + "reference": "4bdc0421209a00e6f425f4c3554d1b0df3a7e897" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/26404e0c90565b614ee76b988b9bc8790d77f590", - "reference": "26404e0c90565b614ee76b988b9bc8790d77f590", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/4bdc0421209a00e6f425f4c3554d1b0df3a7e897", + "reference": "4bdc0421209a00e6f425f4c3554d1b0df3a7e897", "shasum": "" }, "require": { @@ -59,7 +122,7 @@ "constructor", "instantiate" ], - "time": "2014-08-25 15:09:25" + "time": "2014-10-05 00:20:37" }, { "name": "guzzle/guzzle", @@ -159,21 +222,21 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "0f0063f283597359ea5cb4e1afdf1a14b0ac5038" + "reference": "28d21b57c189cb72829056353de603c4d4da55a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0f0063f283597359ea5cb4e1afdf1a14b0ac5038", - "reference": "0f0063f283597359ea5cb4e1afdf1a14b0ac5038", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/28d21b57c189cb72829056353de603c4d4da55a0", + "reference": "28d21b57c189cb72829056353de603c4d4da55a0", "shasum": "" }, "require": { "php": ">=5.3.3", - "phpunit/php-file-iterator": "~1.3.1", - "phpunit/php-text-template": "~1.2.0", - "phpunit/php-token-stream": "~1.2.2", - "sebastian/environment": "~1.0.0", - "sebastian/version": "~1.0.3" + "phpunit/php-file-iterator": "~1.3", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.3", + "sebastian/environment": "~1.0", + "sebastian/version": "~1.0" }, "require-dev": { "ext-xdebug": ">=2.1.4", @@ -213,7 +276,7 @@ "testing", "xunit" ], - "time": "2014-09-01 22:04:32" + "time": "2014-10-05 10:46:54" }, { "name": "phpunit/php-file-iterator", @@ -350,45 +413,44 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.2.2", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", - "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", @@ -396,7 +458,7 @@ "keywords": [ "tokenizer" ], - "time": "2014-03-03 05:10:30" + "time": "2014-08-31 06:12:13" }, { "name": "phpunit/phpunit", @@ -404,12 +466,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5ee7af96d62a3fe9cf466fab1b505ac8dc1796c6" + "reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ee7af96d62a3fe9cf466fab1b505ac8dc1796c6", - "reference": "5ee7af96d62a3fe9cf466fab1b505ac8dc1796c6", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", + "reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", "shasum": "" }, "require": { @@ -423,10 +485,10 @@ "phpunit/php-file-iterator": "~1.3.1", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "~1.0.2", - "phpunit/phpunit-mock-objects": "2.3.*@dev", + "phpunit/phpunit-mock-objects": "2.4.*@dev", "sebastian/comparator": "~1.0", "sebastian/diff": "~1.1", - "sebastian/environment": "~1.0", + "sebastian/environment": "~1.1", "sebastian/exporter": "~1.0", "sebastian/global-state": "1.0.*@dev", "sebastian/version": "~1.0", @@ -467,29 +529,29 @@ "testing", "xunit" ], - "time": "2014-09-19 08:44:28" + "time": "2014-10-07 09:30:07" }, { "name": "phpunit/phpunit-mock-objects", - "version": "2.3.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "c63d2367247365f688544f0d500af90a11a44c65" + "reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", - "reference": "c63d2367247365f688544f0d500af90a11a44c65", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/96c5b81f9842f38fe6c73ad0020306cc4862a9e3", + "reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3", "shasum": "" }, "require": { - "doctrine/instantiator": "~1.0,>=1.0.1", + "doctrine/instantiator": "~1.0,>=1.0.2", "php": ">=5.3.3", "phpunit/php-text-template": "~1.2" }, "require-dev": { - "phpunit/phpunit": "~4.3" + "phpunit/phpunit": "4.4.*@dev" }, "suggest": { "ext-soap": "*" @@ -497,7 +559,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "2.4.x-dev" } }, "autoload": { @@ -522,7 +584,7 @@ "mock", "xunit" ], - "time": "2014-10-03 05:12:11" + "time": "2014-10-04 10:04:20" }, { "name": "psr/log", @@ -760,24 +822,24 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "10c7467da0622f7848cc5cadc0828c3359254df4" + "reference": "6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/10c7467da0622f7848cc5cadc0828c3359254df4", - "reference": "10c7467da0622f7848cc5cadc0828c3359254df4", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7", + "reference": "6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -792,8 +854,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", @@ -803,7 +864,7 @@ "environment", "hhvm" ], - "time": "2014-05-04 17:56:05" + "time": "2014-10-07 09:23:16" }, { "name": "sebastian/exporter", @@ -876,12 +937,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "cd2f406aa90b591e1c45023c3a8d77edcb417bac" + "reference": "231d48620efde984fd077ee92916099a3ece9a59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cd2f406aa90b591e1c45023c3a8d77edcb417bac", - "reference": "cd2f406aa90b591e1c45023c3a8d77edcb417bac", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/231d48620efde984fd077ee92916099a3ece9a59", + "reference": "231d48620efde984fd077ee92916099a3ece9a59", "shasum": "" }, "require": { @@ -919,7 +980,7 @@ "keywords": [ "global state" ], - "time": "2014-09-04 07:21:11" + "time": "2014-10-06 09:49:11" }, { "name": "sebastian/version", @@ -1011,12 +1072,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "7049924cf0b7f350e5a099ea988e713ebf7590fe" + "reference": "771649efa94246e63a6ab2726ba908a358bdd403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/7049924cf0b7f350e5a099ea988e713ebf7590fe", - "reference": "7049924cf0b7f350e5a099ea988e713ebf7590fe", + "url": "https://api.github.com/repos/symfony/Console/zipball/771649efa94246e63a6ab2726ba908a358bdd403", + "reference": "771649efa94246e63a6ab2726ba908a358bdd403", "shasum": "" }, "require": { @@ -1059,7 +1120,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2014-10-01 05:53:11" + "time": "2014-10-05 13:59:22" }, { "name": "symfony/event-dispatcher", @@ -1220,12 +1281,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "656e03eeedc827e4830ac43547eae10bacaa1bbb" + "reference": "499f7d7aa96747ad97940089bd7a1fb24ad8182a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/656e03eeedc827e4830ac43547eae10bacaa1bbb", - "reference": "656e03eeedc827e4830ac43547eae10bacaa1bbb", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/499f7d7aa96747ad97940089bd7a1fb24ad8182a", + "reference": "499f7d7aa96747ad97940089bd7a1fb24ad8182a", "shasum": "" }, "require": { @@ -1258,7 +1319,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-10-01 05:53:11" + "time": "2014-10-05 13:53:50" } ], "aliases": [],