diff --git a/composer.lock b/composer.lock index 0c625fc..3635679 100644 --- a/composer.lock +++ b/composer.lock @@ -8,22 +8,34 @@ "packages": [ { "name": "automattic/jetpack-constants", - "version": "v1.1.3", + "version": "v1.6.5", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", - "reference": "5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a" + "reference": "1e02eebb828c6701f3bf97fa8404e9fc85d3fb63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a", - "reference": "5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/1e02eebb828c6701f3bf97fa8404e9fc85d3fb63", + "reference": "1e02eebb828c6701f3bf97fa8404e9fc85d3fb63", "shasum": "" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" + "automattic/jetpack-changelogger": "^1.2", + "brain/monkey": "2.6.0", + "yoast/phpunit-polyfills": "0.2.0" }, "type": "library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-constants", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, "autoload": { "classmap": [ "src/" @@ -34,7 +46,10 @@ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "time": "2019-11-08T21:16:05+00:00" + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.5" + }, + "time": "2021-05-25T16:35:30+00:00" } ], "packages-dev": [], @@ -44,5 +59,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }