diff --git a/.travis.yml b/.travis.yml index fa594c2..9723a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 + - 7.2 - hhvm - nightly -install: composer install --dev -script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test \ No newline at end of file +install: composer install +script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test diff --git a/composer.json b/composer.json index ccd215f..139f284 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "require": { "clearbooks/dilex": "^1.0", - "emarref/jwt": "^0.1.1" + "emarref/jwt": "^1.0.3" }, "require-dev": { @@ -17,16 +17,6 @@ "email": "support@clearbooks.co.uk" } ], - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:clearbooks/dilex.git" - }, - { - "type": "composer", - "url": "https://carefulcoder.co.uk/composer" - } - ], "autoload": { "psr-4": { "Clearbooks\\Dilex\\": "src/" diff --git a/composer.lock b/composer.lock index 98a714d..74277d9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "33bfbb4485acb4c7a8a5d19bdb61a009", + "content-hash": "158c63cc8caeb39e8d133d556813dd79", "packages": [ { "name": "clearbooks/dilex", @@ -53,7 +53,7 @@ "source": "https://github.com/clearbooks/dilex/tree/1.0.0", "issues": "https://github.com/clearbooks/dilex/issues" }, - "time": "2015-09-17 08:33:24" + "time": "2015-09-17T08:33:24+00:00" }, { "name": "container-interop/container-interop", @@ -80,20 +80,20 @@ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "time": "2014-12-30 15:22:37" + "time": "2014-12-30T15:22:37+00:00" }, { "name": "emarref/jwt", - "version": "0.1.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/emarref/jwt.git", - "reference": "5af74c1850583eb6981e5e39fec0690e16a5039b" + "reference": "79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/emarref/jwt/zipball/5af74c1850583eb6981e5e39fec0690e16a5039b", - "reference": "5af74c1850583eb6981e5e39fec0690e16a5039b", + "url": "https://api.github.com/repos/emarref/jwt/zipball/79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4", + "reference": "79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4", "shasum": "" }, "require": { @@ -122,7 +122,49 @@ } ], "description": "A JWT implementation", - "time": "2015-04-08 21:14:13" + "time": "2016-09-05T20:33:06+00:00" + }, + { + "name": "ircmaxell/password-compat", + "version": "1.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/ircmaxell/password_compat.git", + "reference": "9b99377557a33a4129c9194e60a97a685fab21e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0", + "reference": "9b99377557a33a4129c9194e60a97a685fab21e0", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "files": [ + "lib/password.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@php.net", + "homepage": "http://blog.ircmaxell.com" + } + ], + "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", + "homepage": "https://github.com/ircmaxell/password_compat", + "keywords": [ + "hashing", + "password" + ], + "time": "2014-11-20T19:18:42+00:00" }, { "name": "pimple/pimple", @@ -130,12 +172,12 @@ "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85" + "reference": "cae373ff3d87f8763fe78557312ec7f47f5c745c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85", - "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/cae373ff3d87f8763fe78557312ec7f47f5c745c", + "reference": "cae373ff3d87f8763fe78557312ec7f47f5c745c", "shasum": "" }, "require": { @@ -168,7 +210,7 @@ "container", "dependency injection" ], - "time": "2014-04-20 07:24:09" + "time": "2016-09-10T19:35:52+00:00" }, { "name": "psr/log", @@ -176,12 +218,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "9e45edca52cc9c954680072c93e621f8b71fab26" + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/9e45edca52cc9c954680072c93e621f8b71fab26", - "reference": "9e45edca52cc9c954680072c93e621f8b71fab26", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { @@ -209,12 +251,13 @@ } ], "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2015-06-02 13:48:41" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "silex/silex", @@ -296,20 +339,20 @@ "keywords": [ "microframework" ], - "time": "2015-06-04 21:27:48" + "time": "2015-06-04T21:27:48+00:00" }, { "name": "symfony/debug", "version": "2.8.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/Debug.git", - "reference": "795e333a070c564dde1ac55dff8f774b2970b2b2" + "url": "https://github.com/symfony/debug.git", + "reference": "e72a0340dc2e273b3c4398d8eef9157ba51d8b95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/795e333a070c564dde1ac55dff8f774b2970b2b2", - "reference": "795e333a070c564dde1ac55dff8f774b2970b2b2", + "url": "https://api.github.com/repos/symfony/debug/zipball/e72a0340dc2e273b3c4398d8eef9157ba51d8b95", + "reference": "e72a0340dc2e273b3c4398d8eef9157ba51d8b95", "shasum": "" }, "require": { @@ -321,8 +364,7 @@ }, "require-dev": { "symfony/class-loader": "~2.2|~3.0.0", - "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" }, "type": "library", "extra": { @@ -333,7 +375,10 @@ "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -351,20 +396,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2015-09-14 14:15:17" + "time": "2017-11-19T19:05:05+00:00" }, { "name": "symfony/event-dispatcher", "version": "2.8.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "e79162fa079bb559ddad17c58cf8b7ecbaffd9b6" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "b59aacf238fadda50d612c9de73b74751872a903" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e79162fa079bb559ddad17c58cf8b7ecbaffd9b6", - "reference": "e79162fa079bb559ddad17c58cf8b7ecbaffd9b6", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b59aacf238fadda50d612c9de73b74751872a903", + "reference": "b59aacf238fadda50d612c9de73b74751872a903", "shasum": "" }, "require": { @@ -372,10 +417,9 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.0,>=2.0.5|~3.0.0", + "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { @@ -391,7 +435,10 @@ "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -409,28 +456,30 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-09-14 06:10:06" + "time": "2017-11-05T15:25:56+00:00" }, { "name": "symfony/http-foundation", "version": "2.8.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "ff8b1222ab4fb12023eda2fc721ca321448e9f7a" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "8eb1d3609a13ec6fdde68b1a5b908d6cefdbef54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/ff8b1222ab4fb12023eda2fc721ca321448e9f7a", - "reference": "ff8b1222ab4fb12023eda2fc721ca321448e9f7a", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8eb1d3609a13ec6fdde68b1a5b908d6cefdbef54", + "reference": "8eb1d3609a13ec6fdde68b1a5b908d6cefdbef54", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.9", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php54": "~1.0", + "symfony/polyfill-php55": "~1.0" }, "require-dev": { - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { @@ -442,8 +491,8 @@ "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -462,48 +511,48 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2015-09-14 14:15:17" + "time": "2017-11-29T09:33:18+00:00" }, { "name": "symfony/http-kernel", "version": "2.8.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/HttpKernel.git", - "reference": "fe76175f4d6e59caf5c72e0fd67575dbb3658ccb" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "46409b9294816f99fe57cdd5862b397ee214635c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/fe76175f4d6e59caf5c72e0fd67575dbb3658ccb", - "reference": "fe76175f4d6e59caf5c72e0fd67575dbb3658ccb", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/46409b9294816f99fe57cdd5862b397ee214635c", + "reference": "46409b9294816f99fe57cdd5862b397ee214635c", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0", - "symfony/debug": "~2.6,>=2.6.2", - "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", - "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0" + "symfony/debug": "^2.6.2", + "symfony/event-dispatcher": "^2.6.7|~3.0.0", + "symfony/http-foundation": "~2.7.36|~2.8.29|~3.1.6" }, "conflict": { - "symfony/config": "<2.7" + "symfony/config": "<2.7", + "twig/twig": "<1.34|<2.4,>=2" }, "require-dev": { "symfony/browser-kit": "~2.3|~3.0.0", "symfony/class-loader": "~2.1|~3.0.0", - "symfony/config": "~2.7", + "symfony/config": "~2.8", "symfony/console": "~2.3|~3.0.0", - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", + "symfony/css-selector": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.8|~3.0.0", - "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", + "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", - "symfony/finder": "~2.0,>=2.0.5|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/process": "~2.0,>=2.0.5|~3.0.0", + "symfony/finder": "^2.0.5|~3.0.0", + "symfony/process": "^2.0.5|~3.0.0", "symfony/routing": "~2.8|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0", "symfony/templating": "~2.2|~3.0.0", - "symfony/translation": "~2.0,>=2.0.5|~3.0.0", + "symfony/translation": "^2.0.5|~3.0.0", "symfony/var-dumper": "~2.6|~3.0.0" }, "suggest": { @@ -524,7 +573,10 @@ "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -542,20 +594,193 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2015-09-14 14:15:17" + "time": "2017-11-17T06:34:32+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2017-10-11T12:05:26+00:00" + }, + { + "name": "symfony/polyfill-php54", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php54.git", + "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/d7810a14b2c6c1aff415e1bb755f611b3d5327bc", + "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php54\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2017-10-11T12:05:26+00:00" + }, + { + "name": "symfony/polyfill-php55", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php55.git", + "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b64e7f0c37ecf144ecc16668936eef94e628fbfd", + "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd", + "shasum": "" + }, + "require": { + "ircmaxell/password-compat": "~1.0", + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php55\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/routing", "version": "2.8.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/Routing.git", - "reference": "2bc066c5e9e4f583d0a66bcdd27688b87f16550e" + "url": "https://github.com/symfony/routing.git", + "reference": "fa8f982682a3b65d87858be7dbf84f7f03feb616" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/2bc066c5e9e4f583d0a66bcdd27688b87f16550e", - "reference": "2bc066c5e9e4f583d0a66bcdd27688b87f16550e", + "url": "https://api.github.com/repos/symfony/routing/zipball/fa8f982682a3b65d87858be7dbf84f7f03feb616", + "reference": "fa8f982682a3b65d87858be7dbf84f7f03feb616", "shasum": "" }, "require": { @@ -571,13 +796,14 @@ "symfony/config": "~2.7|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" + "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", + "symfony/dependency-injection": "For loading routes from a service", "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "type": "library", @@ -589,7 +815,10 @@ "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -613,14 +842,14 @@ "uri", "url" ], - "time": "2015-09-14 14:15:17" + "time": "2017-11-19T19:05:05+00:00" }, { "name": "tomverran/di-container-mock", "version": "dev-master", "source": { "type": "git", - "url": "git@github.com:tomverran/di-container-mock.git", + "url": "https://github.com/tomverran/di-container-mock.git", "reference": "fa47a598391790a0b03d0853cb6f3c0ed5e4ef4b" }, "require": { @@ -650,13 +879,13 @@ "DI", "IoC" ], - "time": "2015-02-08 19:57:27" + "time": "2015-02-08T19:57:27+00:00" } ], "packages-dev": [ { "name": "doctrine/instantiator", - "version": "dev-master", + "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", @@ -706,7 +935,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -755,7 +984,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/prophecy", @@ -815,7 +1044,7 @@ "spy", "stub" ], - "time": "2015-08-13 10:25:47" + "time": "2015-08-13T10:25:47+00:00" }, { "name": "phpunit/php-code-coverage", @@ -823,12 +1052,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f" + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f", - "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { @@ -877,20 +1106,20 @@ "testing", "xunit" ], - "time": "2015-09-14 06:51:16" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "dev-master", + "version": "1.4.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { @@ -924,7 +1153,7 @@ "filesystem", "iterator" ], - "time": "2015-06-21 13:08:43" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -965,7 +1194,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -973,18 +1202,26 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" + "reference": "d107f347d368dd8a384601398280c7c608390ab7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d107f347d368dd8a384601398280c7c608390ab7", + "reference": "d107f347d368dd8a384601398280c7c608390ab7", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, "autoload": { "classmap": [ "src/" @@ -1006,20 +1243,20 @@ "keywords": [ "timer" ], - "time": "2015-06-21 08:01:12" + "time": "2017-03-07T15:42:04+00:00" }, { "name": "phpunit/php-token-stream", - "version": "dev-master", + "version": "1.4.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" + "reference": "58bd196ce8bc49389307b3787934a5117db80fea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/58bd196ce8bc49389307b3787934a5117db80fea", + "reference": "58bd196ce8bc49389307b3787934a5117db80fea", "shasum": "" }, "require": { @@ -1055,7 +1292,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-09-15 10:49:45" + "time": "2017-12-04T15:11:28+00:00" }, { "name": "phpunit/phpunit", @@ -1063,12 +1300,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "032a3ded5c5ad0d52caf541b393979a5e9c3af4c" + "reference": "18e5f52e8412d23e739f7d8744e177039860e800" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/032a3ded5c5ad0d52caf541b393979a5e9c3af4c", - "reference": "032a3ded5c5ad0d52caf541b393979a5e9c3af4c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/18e5f52e8412d23e739f7d8744e177039860e800", + "reference": "18e5f52e8412d23e739f7d8744e177039860e800", "shasum": "" }, "require": { @@ -1082,9 +1319,9 @@ "phpunit/php-code-coverage": "~2.1", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": ">=1.0.6", + "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "~2.3", - "sebastian/comparator": "~1.1", + "sebastian/comparator": "~1.2.2", "sebastian/diff": "~1.2", "sebastian/environment": "~1.3", "sebastian/exporter": "~1.2", @@ -1127,7 +1364,7 @@ "testing", "xunit" ], - "time": "2015-09-15 15:00:29" + "time": "2017-06-23T12:44:27+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1135,12 +1372,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "5e2645ad49d196e020b85598d7c97e482725786a" + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a", - "reference": "5e2645ad49d196e020b85598d7c97e482725786a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { @@ -1183,26 +1420,26 @@ "mock", "xunit" ], - "time": "2015-08-19 09:14:08" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", - "version": "dev-master", + "version": "1.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" + "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18a5d97c25f408f48acaf6d1b9f4079314c5996a", + "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2" + "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" @@ -1247,7 +1484,7 @@ "compare", "equality" ], - "time": "2015-07-26 15:48:44" + "time": "2017-03-07T10:34:43+00:00" }, { "name": "sebastian/diff", @@ -1299,27 +1536,27 @@ "keywords": [ "diff" ], - "time": "2015-06-22 14:15:55" + "time": "2015-06-22T14:15:55+00:00" }, { "name": "sebastian/environment", - "version": "dev-master", + "version": "1.3.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" + "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", - "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/67f55699c2810ff0f2cc47478bbdeda8567e68ee", + "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { @@ -1349,7 +1586,7 @@ "environment", "hhvm" ], - "time": "2015-08-03 06:14:51" + "time": "2017-02-28T08:18:59+00:00" }, { "name": "sebastian/exporter", @@ -1416,7 +1653,7 @@ "export", "exporter" ], - "time": "2015-08-09 04:23:41" + "time": "2015-08-09T04:23:41+00:00" }, { "name": "sebastian/global-state", @@ -1467,20 +1704,20 @@ "keywords": [ "global state" ], - "time": "2015-06-21 15:11:22" + "time": "2015-06-21T15:11:22+00:00" }, { "name": "sebastian/recursion-context", - "version": "dev-master", + "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", - "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "shasum": "" }, "require": { @@ -1520,7 +1757,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-06-21 08:04:50" + "time": "2016-10-03T07:41:43+00:00" }, { "name": "sebastian/version", @@ -1555,28 +1792,25 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "symfony/yaml", - "version": "dev-master", + "version": "3.0.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "b68154f3ee23d8294936433fd31725a83bd02f71" + "url": "https://github.com/symfony/yaml.git", + "reference": "2a9101d2bfee061caa0f978c9c4e6a84d5eaed96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/b68154f3ee23d8294936433fd31725a83bd02f71", - "reference": "b68154f3ee23d8294936433fd31725a83bd02f71", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2a9101d2bfee061caa0f978c9c4e6a84d5eaed96", + "reference": "2a9101d2bfee061caa0f978c9c4e6a84d5eaed96", "shasum": "" }, "require": { "php": ">=5.5.9" }, - "require-dev": { - "symfony/phpunit-bridge": "~2.8|~3.0" - }, "type": "library", "extra": { "branch-alias": { @@ -1586,7 +1820,10 @@ "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1604,7 +1841,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-09-14 14:15:24" + "time": "2016-07-17T13:54:30+00:00" } ], "aliases": [],