diff --git a/composer.json b/composer.json index 9c0d191..5547905 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "graham-campbell/github": "^9.2@dev", "php-http/guzzle6-adapter": "^2.0", - "ramsey/uuid": "^4.0@dev", + "ramsey/uuid": "^3.0", "statamic/cms": "^3.0@beta" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 97e3478..796c66e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,54 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3faa108912bc75f07cc3c2e7e065d18e", + "content-hash": "93c8101aac3db64036d33c77a0161bd9", "packages": [ - { - "name": "brick/math", - "version": "0.8.15", - "source": { - "type": "git", - "url": "https://github.com/brick/math.git", - "reference": "9b08d412b9da9455b210459ff71414de7e6241cd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd", - "reference": "9b08d412b9da9455b210459ff71414de7e6241cd", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.1|^8.0" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15|^8.5", - "vimeo/psalm": "^3.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Brick\\Math\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Arbitrary-precision arithmetic library", - "keywords": [ - "Arbitrary-precision", - "BigInteger", - "BigRational", - "arithmetic", - "bigdecimal", - "bignum", - "brick", - "math" - ], - "time": "2020-04-15T15:59:35+00:00" - }, { "name": "clue/stream-filter", "version": "v1.4.1", @@ -776,12 +730,12 @@ "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "09496f0f82608ce07d1caddaa50ce0169185c707" + "reference": "a27982e1ff3f95ad0cdd580cdf80f96172253db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/09496f0f82608ce07d1caddaa50ce0169185c707", - "reference": "09496f0f82608ce07d1caddaa50ce0169185c707", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/a27982e1ff3f95ad0cdd580cdf80f96172253db8", + "reference": "a27982e1ff3f95ad0cdd580cdf80f96172253db8", "shasum": "" }, "require": { @@ -864,7 +818,7 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2020-05-14T07:40:28+00:00" + "time": "2020-05-23T12:03:18+00:00" }, { "name": "graham-campbell/bounded-cache", @@ -1061,18 +1015,70 @@ ], "time": "2020-04-26T09:40:56+00:00" }, + { + "name": "graham-campbell/result-type", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/GrahamCampbell/Result-Type.git", + "reference": "aab2855231419da386965b961cafe1387957181f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/aab2855231419da386965b961cafe1387957181f", + "reference": "aab2855231419da386965b961cafe1387957181f", + "shasum": "" + }, + "require": { + "php": "^7.0|^8.0", + "phpoption/phpoption": "^1.7.3" + }, + "require-dev": { + "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "GrahamCampbell\\ResultType\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "graham@alt-three.com" + } + ], + "description": "An Implementation Of The Result Type", + "keywords": [ + "Graham Campbell", + "GrahamCampbell", + "Result Type", + "Result-Type", + "result" + ], + "time": "2020-05-02T14:25:37+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "6.5.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "c8162bee934111d42b1db4869c09fb58926074c7" + "reference": "0d137e94480b275aadd1f2536a76d91cf580711c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c8162bee934111d42b1db4869c09fb58926074c7", - "reference": "c8162bee934111d42b1db4869c09fb58926074c7", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0d137e94480b275aadd1f2536a76d91cf580711c", + "reference": "0d137e94480b275aadd1f2536a76d91cf580711c", "shasum": "" }, "require": { @@ -1080,7 +1086,7 @@ "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.11" + "symfony/polyfill-intl-idn": "1.17.0" }, "require-dev": { "ext-curl": "*", @@ -1126,7 +1132,7 @@ "rest", "web service" ], - "time": "2020-05-19T12:55:02+00:00" + "time": "2020-05-23T18:58:46+00:00" }, { "name": "guzzlehttp/promises", @@ -2434,16 +2440,16 @@ }, { "name": "paragonie/random_compat", - "version": "v9.99.99.x-dev", + "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "0947f25b883d4172df340a0d95f1b7cdabc5368a" + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0947f25b883d4172df340a0d95f1b7cdabc5368a", - "reference": "0947f25b883d4172df340a0d95f1b7cdabc5368a", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { @@ -2453,6 +2459,9 @@ "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2472,7 +2481,7 @@ "pseudorandom", "random" ], - "time": "2018-08-07T13:07:48+00:00" + "time": "2018-07-02T15:55:56+00:00" }, { "name": "php-cs-fixer/diff", @@ -3525,124 +3534,55 @@ "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, - { - "name": "ramsey/collection", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/ramsey/collection.git", - "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca", - "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca", - "shasum": "" - }, - "require": { - "php": "^7.2" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", - "fzaninotto/faker": "^1.5", - "jakub-onderka/php-parallel-lint": "^1", - "jangregor/phpstan-prophecy": "^0.6", - "mockery/mockery": "^1.3", - "phpstan/extension-installer": "^1", - "phpstan/phpdoc-parser": "0.4.1", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-mockery": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^8.5", - "slevomat/coding-standard": "^6.0", - "squizlabs/php_codesniffer": "^3.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ramsey\\Collection\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" - } - ], - "description": "A PHP 7.2+ library for representing and manipulating collections.", - "homepage": "https://github.com/ramsey/collection", - "keywords": [ - "array", - "collection", - "hash", - "map", - "queue", - "set" - ], - "time": "2020-01-05T00:22:59+00:00" - }, { "name": "ramsey/uuid", - "version": "dev-master", + "version": "3.x-dev", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "f656e061dab37d543ef66789955b35b0b31c2160" + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/f656e061dab37d543ef66789955b35b0b31c2160", - "reference": "f656e061dab37d543ef66789955b35b0b31c2160", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", + "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", "shasum": "" }, "require": { - "brick/math": "^0.8", "ext-json": "*", - "php": "^7.2 || ^8", - "ramsey/collection": "^1.0", + "paragonie/random_compat": "^1 | ^2 | 9.99.99", + "php": "^5.4 | ^7 | ^8", "symfony/polyfill-ctype": "^1.8" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { - "codeception/aspect-mock": "^3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", - "doctrine/annotations": "^1.8", - "goaop/framework": "^2", - "mockery/mockery": "^1.3", + "codeception/aspect-mock": "^1 | ^2", + "doctrine/annotations": "^1.2", + "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", + "jakub-onderka/php-parallel-lint": "^1", + "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", "paragonie/random-lib": "^2", - "php-mock/php-mock-mockery": "^1.3", - "php-mock/php-mock-phpunit": "^2.5", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-mockery": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^8.5", - "psy/psysh": "^0.10.0", - "slevomat/coding-standard": "^6.0", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "3.9.4" + "php-mock/php-mock-phpunit": "^0.3 | ^1.1", + "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", + "squizlabs/php_codesniffer": "^3.5" }, "suggest": { - "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-ctype": "Enables faster processing of character classification using ctype functions.", - "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", - "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", + "ext-ctype": "Provides support for PHP Ctype functions", + "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", + "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", + "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -3657,14 +3597,29 @@ "license": [ "MIT" ], - "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "authors": [ + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + }, + { + "name": "Marijn Huizendveld", + "email": "marijn.huizendveld@gmail.com" + }, + { + "name": "Thibaud Fabre", + "email": "thibaud@aztech.io" + } + ], + "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], - "time": "2020-05-10T21:42:12+00:00" + "time": "2020-02-21T04:36:14+00:00" }, { "name": "scrumpy/html-to-prosemirror", @@ -4099,12 +4054,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "69b020f2314d0560e71f390970227e52f5256f63" + "reference": "067e2267e6f38546e56799eed3405786cffa42ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/69b020f2314d0560e71f390970227e52f5256f63", - "reference": "69b020f2314d0560e71f390970227e52f5256f63", + "url": "https://api.github.com/repos/symfony/cache/zipball/067e2267e6f38546e56799eed3405786cffa42ef", + "reference": "067e2267e6f38546e56799eed3405786cffa42ef", "shasum": "" }, "require": { @@ -4129,9 +4084,9 @@ }, "require-dev": { "cache/integration-tests": "dev-master", - "doctrine/cache": "~1.6", - "doctrine/dbal": "^2.10", - "predis/predis": "~1.1", + "doctrine/cache": "^1.6", + "doctrine/dbal": "^2.10|^3.0", + "predis/predis": "^1.1", "psr/simple-cache": "^1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -4171,7 +4126,7 @@ "caching", "psr6" ], - "time": "2020-05-22T17:21:20+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "symfony/cache-contracts", @@ -4415,12 +4370,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "7bdb67182a5ba69c709f9680049b672aa7bd38ef" + "reference": "84191041f1facfab974917070a48dc69d0295bac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/7bdb67182a5ba69c709f9680049b672aa7bd38ef", - "reference": "7bdb67182a5ba69c709f9680049b672aa7bd38ef", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/84191041f1facfab974917070a48dc69d0295bac", + "reference": "84191041f1facfab974917070a48dc69d0295bac", "shasum": "" }, "require": { @@ -4464,7 +4419,7 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", - "time": "2020-05-20T17:44:07+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "symfony/event-dispatcher", @@ -4701,12 +4656,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f0e2e13dd1668d3cfae052d5ca49636a08967557" + "reference": "2ddb6db121509edfa62dc14d315bfd8ba6335df6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f0e2e13dd1668d3cfae052d5ca49636a08967557", - "reference": "f0e2e13dd1668d3cfae052d5ca49636a08967557", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2ddb6db121509edfa62dc14d315bfd8ba6335df6", + "reference": "2ddb6db121509edfa62dc14d315bfd8ba6335df6", "shasum": "" }, "require": { @@ -4754,7 +4709,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-05-20T17:44:07+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "symfony/http-kernel", @@ -4924,12 +4879,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "53e7e88d6a7de61ea2c81978437ed20bd50f5d93" + "reference": "f3f9b9cd067d32e61e0759fc7746390f3d4d67fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/53e7e88d6a7de61ea2c81978437ed20bd50f5d93", - "reference": "53e7e88d6a7de61ea2c81978437ed20bd50f5d93", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3f9b9cd067d32e61e0759fc7746390f3d4d67fd", + "reference": "f3f9b9cd067d32e61e0759fc7746390f3d4d67fd", "shasum": "" }, "require": { @@ -4972,7 +4927,7 @@ "configuration", "options" ], - "time": "2020-05-20T17:44:07+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5153,7 +5108,7 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "dev-master", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", @@ -6017,12 +5972,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "fda11887eac0dd2ddd5151b8706e08ee3fddd0ba" + "reference": "a2f1be47430f9fe87e9d0c7c325f5ca14c3c3276" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fda11887eac0dd2ddd5151b8706e08ee3fddd0ba", - "reference": "fda11887eac0dd2ddd5151b8706e08ee3fddd0ba", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a2f1be47430f9fe87e9d0c7c325f5ca14c3c3276", + "reference": "a2f1be47430f9fe87e9d0c7c325f5ca14c3c3276", "shasum": "" }, "require": { @@ -6085,7 +6040,7 @@ "debug", "dump" ], - "time": "2020-05-20T17:44:07+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "symfony/var-exporter", @@ -6374,9 +6329,13 @@ "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", - "phpoption/phpoption": "^1.7.2", - "symfony/polyfill-ctype": "^1.9" + "ext-pcre": "*", + "graham-campbell/result-type": "^1.0", + "php": "^7.1.3 || ^8.0", + "phpoption/phpoption": "^1.7.3", + "symfony/polyfill-ctype": "^1.17", + "symfony/polyfill-mbstring": "^1.17", + "symfony/polyfill-php80": "^1.17" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", @@ -6425,16 +6384,16 @@ }, { "name": "voku/portable-ascii", - "version": "1.4.10", + "version": "1.4.11", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334" + "reference": "026ccc08087d4cc72a528f29809d0cc7a4ee7f08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/240e93829a5f985fab0984a6e55ae5e26b78a334", - "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/026ccc08087d4cc72a528f29809d0cc7a4ee7f08", + "reference": "026ccc08087d4cc72a528f29809d0cc7a4ee7f08", "shasum": "" }, "require": { @@ -6449,8 +6408,7 @@ "type": "library", "autoload": { "psr-4": { - "voku\\": "src/voku/", - "voku\\tests\\": "tests/" + "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6470,7 +6428,7 @@ "clean", "php" ], - "time": "2020-03-13T01:23:26+00:00" + "time": "2020-05-23T21:00:33+00:00" }, { "name": "webuni/commonmark-attributes-extension", @@ -8497,12 +8455,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "02f94c28fdb1924c2c0c521d70d7a1805f773782" + "reference": "8b87bd9638f8f3411841f830c7b4cfec748c8673" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/02f94c28fdb1924c2c0c521d70d7a1805f773782", - "reference": "02f94c28fdb1924c2c0c521d70d7a1805f773782", + "url": "https://api.github.com/repos/symfony/config/zipball/8b87bd9638f8f3411841f830c7b4cfec748c8673", + "reference": "8b87bd9638f8f3411841f830c7b4cfec748c8673", "shasum": "" }, "require": { @@ -8555,7 +8513,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2020-05-20T17:44:07+00:00" + "time": "2020-05-23T13:10:26+00:00" }, { "name": "theseer/tokenizer", @@ -8650,7 +8608,6 @@ "minimum-stability": "dev", "stability-flags": { "graham-campbell/github": 20, - "ramsey/uuid": 20, "statamic/cms": 10, "squizlabs/php_codesniffer": 20 },