diff --git a/composer.json b/composer.json index 350ad47..97df27f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "infinityloop-dev/graphpinator": "^2.0" + "infinityloop-dev/graphpinator": "^2.0 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^10.4", diff --git a/composer.lock b/composer.lock index 41fc280..606195b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a7f92089c1c9f9a72fce22d26c1e487e", + "content-hash": "ed38d0b49dabd20300f7fd153f25d663", "packages": [ { "name": "infinityloop-dev/graphpinator", - "version": "v2.0-rc2", + "version": "v2.0-rc5", "source": { "type": "git", "url": "https://github.com/graphpql/graphpinator.git", - "reference": "23f1c5f00d92b8010159c6c32426da7fc4e4c90f" + "reference": "2a42cc600a332fb361cc002de2cfcc05ecf6c275" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/graphpql/graphpinator/zipball/23f1c5f00d92b8010159c6c32426da7fc4e4c90f", - "reference": "23f1c5f00d92b8010159c6c32426da7fc4e4c90f", + "url": "https://api.github.com/repos/graphpql/graphpinator/zipball/2a42cc600a332fb361cc002de2cfcc05ecf6c275", + "reference": "2a42cc600a332fb361cc002de2cfcc05ecf6c275", "shasum": "" }, "require": { @@ -32,13 +32,13 @@ }, "require-dev": { "guzzlehttp/psr7": "^2.8", - "infection/infection": "^0.29", + "infection/infection": "^0.29 || ^0.31", "infinityloop-dev/graphpinator-tokenizer": "^1.3", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.0", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^10.4", + "phpunit/phpunit": "^12.4", "shipmonk/composer-dependency-analyser": "^1.8", "thecodingmachine/phpstan-safe-rule": "^1.4", "webthinx/codestyle": "^1.1" @@ -74,9 +74,9 @@ "homepage": "https://github.com/graphpql/", "support": { "issues": "https://github.com/graphpql/graphpinator/issues", - "source": "https://github.com/graphpql/graphpinator/tree/v2.0-rc2" + "source": "https://github.com/graphpql/graphpinator/tree/v2.0-rc5" }, - "time": "2025-12-17T22:43:27+00:00" + "time": "2025-12-23T22:46:42+00:00" }, { "name": "infinityloop-dev/graphpinator-common", @@ -5078,7 +5078,9 @@ ], "aliases": [], "minimum-stability": "RC", - "stability-flags": {}, + "stability-flags": { + "infinityloop-dev/graphpinator": 5 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {},