diff --git a/composer.lock b/composer.lock index 061b166b8..05527dde9 100644 --- a/composer.lock +++ b/composer.lock @@ -8,33 +8,33 @@ "packages": [ { "name": "icecave/parity", - "version": "1.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/icecave/parity.git", - "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300" + "reference": "4fe835483e0f89f0f96763c47cb9fdca26c24bdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/icecave/parity/zipball/0109fef58b3230d23b20b2ac52ecdf477218d300", - "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300", + "url": "https://api.github.com/repos/icecave/parity/zipball/4fe835483e0f89f0f96763c47cb9fdca26c24bdc", + "reference": "4fe835483e0f89f0f96763c47cb9fdca26c24bdc", "shasum": "" }, "require": { - "icecave/repr": "~1", - "php": ">=5.3" + "icecave/repr": "^4", + "php": ">=7.3" }, "require-dev": { - "eloquent/liberator": "~1", - "icecave/archer": "~1" - }, - "suggest": { - "eloquent/asplode": "Drop-in exception-based error handling." + "eloquent/liberator": "^2", + "eloquent/phony": "^5", + "eloquent/phony-phpunit": "^7", + "friendsofphp/php-cs-fixer": "^2", + "phpunit/phpunit": "^9" }, "type": "library", "autoload": { - "psr-0": { - "Icecave\\Parity": "src" + "psr-4": { + "Icecave\\Parity\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -44,12 +44,12 @@ "authors": [ { "name": "James Harris", - "email": "james.harris@icecave.com.au", + "email": "mailjamesharris@gmail.com", "homepage": "https://github.com/jmalloc" } ], "description": "A customizable deep comparison library.", - "homepage": "https://github.com/IcecaveStudios/parity", + "homepage": "https://github.com/icecave/parity", "keywords": [ "compare", "comparison", @@ -62,32 +62,31 @@ ], "support": { "issues": "https://github.com/icecave/parity/issues", - "source": "https://github.com/icecave/parity/tree/1.0.0" + "source": "https://github.com/icecave/parity/tree/3.0.1" }, - "time": "2014-01-17T05:56:27+00:00" + "time": "2021-02-04T05:51:24+00:00" }, { "name": "icecave/repr", - "version": "1.0.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/icecave/repr.git", - "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07" + "reference": "3dad35ee43394404ae0f1926d754e7b7820da8e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/icecave/repr/zipball/8a3d2953adf5f464a06e3e2587aeacc97e2bed07", - "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07", + "url": "https://api.github.com/repos/icecave/repr/zipball/3dad35ee43394404ae0f1926d754e7b7820da8e4", + "reference": "3dad35ee43394404ae0f1926d754e7b7820da8e4", "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=7.2" }, "require-dev": { - "icecave/archer": "~1" - }, - "suggest": { - "eloquent/asplode": "Drop-in exception-based error handling." + "eloquent/phony-phpunit": "^6", + "friendsofphp/php-cs-fixer": "^2", + "phpunit/phpunit": "^8" }, "type": "library", "autoload": { @@ -102,12 +101,12 @@ "authors": [ { "name": "James Harris", - "email": "james.harris@icecave.com.au", + "email": "mailjamesharris@gmail.com", "homepage": "https://github.com/jmalloc" } ], "description": "A library for generating string representations of any value, inspired by Python's reprlib library.", - "homepage": "https://github.com/IcecaveStudios/repr", + "homepage": "https://github.com/icecave/repr", "keywords": [ "human", "readable", @@ -117,33 +116,37 @@ ], "support": { "issues": "https://github.com/icecave/repr/issues", - "source": "https://github.com/icecave/repr/tree/1.0.1" + "source": "https://github.com/icecave/repr/tree/4.0.0" }, - "time": "2014-07-25T05:44:41+00:00" + "time": "2020-08-25T02:05:11+00:00" }, { "name": "justinrainbow/json-schema", - "version": "6.0.0", + "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9" + "reference": "f7d78c345d5f8954f32cef5381fb6f8748b60690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/a38c6198d53b09c0702f440585a4f4a5d9137bd9", - "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/f7d78c345d5f8954f32cef5381fb6f8748b60690", + "reference": "f7d78c345d5f8954f32cef5381fb6f8748b60690", "shasum": "" }, "require": { - "icecave/parity": "1.0.0", - "marc-mabe/php-enum": "^2.0 || ^3.0 || ^4.0", - "php": ">=5.3.3" + "ext-json": "*", + "icecave/parity": "^3.0", + "marc-mabe/php-enum": "^4.0", + "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20 || ~2.19.0", "json-schema/json-schema-test-suite": "1.2.0", - "phpunit/phpunit": "^4.8.35" + "marc-mabe/php-enum-phpstan": "^2.0", + "phpspec/prophecy": "^1.19", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "^8.5" }, "bin": [ "bin/validate-json" @@ -189,9 +192,9 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.0.0" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.1.0" }, - "time": "2024-07-30T17:49:21+00:00" + "time": "2025-02-04T11:13:26+00:00" }, { "name": "marc-mabe/php-enum", @@ -3290,15 +3293,15 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "nextcloud/ocp": 20, - "roave/security-advisories": 20 + "roave/security-advisories": 20, + "nextcloud/ocp": 20 }, "prefer-stable": false, "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, + "platform": [], + "platform-dev": [], "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }