diff --git a/composer.json b/composer.json index 44f25b8d..5d98c051 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=8.0", - "fairpm/did-manager-wordpress": "0.0.4" + "fairpm/did-manager-wordpress": "0.0.4-a" }, "require-dev": { "yoast/phpunit-polyfills": "*", diff --git a/composer.lock b/composer.lock index 55a649a1..53d6eb9a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7208c0a71b8bed348ba6a0c9af2ba070", + "content-hash": "b2d9bb03b2d90fcb6fe7a5842ae3c5a0", "packages": [ { "name": "afragen/wordpress-plugin-readme-parser", @@ -169,22 +169,22 @@ }, { "name": "fairpm/did-manager", - "version": "0.0.3", + "version": "0.0.4", "source": { "type": "git", "url": "https://github.com/fairpm/did-manager.git", - "reference": "68781633733c918d0d3a7deacfd3822ce1971134" + "reference": "2aaea668dc045e9ce0a57a3375597b2e233d4695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fairpm/did-manager/zipball/68781633733c918d0d3a7deacfd3822ce1971134", - "reference": "68781633733c918d0d3a7deacfd3822ce1971134", + "url": "https://api.github.com/repos/fairpm/did-manager/zipball/2aaea668dc045e9ce0a57a3375597b2e233d4695", + "reference": "2aaea668dc045e9ce0a57a3375597b2e233d4695", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", - "php": ">=8.3", + "php": ">=8.0", "simplito/elliptic-php": "^1.0", "spomky-labs/cbor-php": "^3.1", "yocto/yoclib-multibase": "^1.2" @@ -213,29 +213,29 @@ "description": "Core PHP library for DID management, key handling, and PLC operations", "support": { "issues": "https://github.com/fairpm/did-manager/issues", - "source": "https://github.com/fairpm/did-manager/tree/0.0.3" + "source": "https://github.com/fairpm/did-manager/tree/0.0.4" }, - "time": "2026-03-13T18:34:47+00:00" + "time": "2026-03-28T15:20:21+00:00" }, { "name": "fairpm/did-manager-wordpress", - "version": "0.0.4", + "version": "0.0.4-a", "source": { "type": "git", "url": "https://github.com/fairpm/did-manager-wordpress.git", - "reference": "4b97001cc5fb03e35665f006b5ed5e7a4d71eb45" + "reference": "ec9d707414bad62c8fbfdb00e86a79e752a077ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fairpm/did-manager-wordpress/zipball/4b97001cc5fb03e35665f006b5ed5e7a4d71eb45", - "reference": "4b97001cc5fb03e35665f006b5ed5e7a4d71eb45", + "url": "https://api.github.com/repos/fairpm/did-manager-wordpress/zipball/ec9d707414bad62c8fbfdb00e86a79e752a077ac", + "reference": "ec9d707414bad62c8fbfdb00e86a79e752a077ac", "shasum": "" }, "require": { "afragen/wordpress-plugin-readme-parser": "^1.2025.12", "erusev/parsedown": "^1.7", "ext-json": "*", - "fairpm/did-manager": "^0.0.3", + "fairpm/did-manager": "^0.0.4", "php": ">=8.0" }, "require-dev": { @@ -262,9 +262,9 @@ "description": "WordPress integration layer for FAIR DID management and metadata generation", "support": { "issues": "https://github.com/fairpm/did-manager-wordpress/issues", - "source": "https://github.com/fairpm/did-manager-wordpress/tree/0.0.4" + "source": "https://github.com/fairpm/did-manager-wordpress/tree/0.0.4-a" }, - "time": "2026-04-13T17:13:38+00:00" + "time": "2026-04-13T17:38:55+00:00" }, { "name": "simplito/bigint-wrapper-php", @@ -660,29 +660,30 @@ }, { "name": "doctrine/instantiator", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7" + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7", - "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "shasum": "" }, "require": { - "php": "^8.4" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^14", + "doctrine/coding-standard": "^11", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^2.1", - "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^10.5.58" + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" }, "type": "library", "autoload": { @@ -709,7 +710,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.1.0" + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" }, "funding": [ { @@ -725,7 +726,7 @@ "type": "tidelift" } ], - "time": "2026-01-05T06:47:08+00:00" + "time": "2022-12-30T00:23:10+00:00" }, { "name": "fig-r/psr2r-sniffer", @@ -3672,34 +3673,35 @@ }, { "name": "symfony/string", - "version": "v8.0.8", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ae9488f874d7603f9d2dfbf120203882b645d963" + "reference": "114ac57257d75df748eda23dd003878080b8e688" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ae9488f874d7603f9d2dfbf120203882b645d963", - "reference": "ae9488f874d7603f9d2dfbf120203882b645d963", + "url": "https://api.github.com/repos/symfony/string/zipball/114ac57257d75df748eda23dd003878080b8e688", + "reference": "114ac57257d75df748eda23dd003878080b8e688", "shasum": "" }, "require": { - "php": ">=8.4", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-intl-grapheme": "^1.33", - "symfony/polyfill-intl-normalizer": "^1.0", - "symfony/polyfill-mbstring": "^1.0" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.33", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/emoji": "^7.4|^8.0", - "symfony/http-client": "^7.4|^8.0", - "symfony/intl": "^7.4|^8.0", + "symfony/emoji": "^7.1|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/intl": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^7.4|^8.0" + "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3738,7 +3740,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v8.0.8" + "source": "https://github.com/symfony/string/tree/v7.4.8" }, "funding": [ { @@ -3758,7 +3760,7 @@ "type": "tidelift" } ], - "time": "2026-03-30T15:14:47+00:00" + "time": "2026-03-24T13:12:05+00:00" }, { "name": "szepeviktor/phpstan-wordpress", @@ -3990,7 +3992,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "fairpm/did-manager-wordpress": 15 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {