diff --git a/composer.json b/composer.json index 9a7857d7b2..fdcbd49c62 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "roots/bedrock-disallow-indexing": "^2.0", "roots/wordpress": "5.8.1", "roots/wp-config": "1.0.0", - "roots/wp-password-bcrypt": "1.0.0" + "roots/wp-password-bcrypt": "1.1.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.6.0", diff --git a/composer.lock b/composer.lock index 6e45713d61..7d8ca71ad7 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": "73ff008983635e2d7d078e5c6b54cf7f", + "content-hash": "4215cc86ab38a1c1f84569886cd90607", "packages": [ { "name": "composer/installers", @@ -459,8 +459,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.8.1", - "reference": "5.8.1" + "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.8.1" }, "require": { "php": ">=5.3.2", @@ -607,27 +606,28 @@ }, { "name": "roots/wp-password-bcrypt", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/roots/wp-password-bcrypt.git", - "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa" + "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", - "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", + "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", + "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", "shasum": "" }, "require": { - "composer/installers": "~1.0", - "php": ">=5.5.0" + "php": ">=5.6.0" }, "require-dev": { - "brain/monkey": "^1.3.1", - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.8.23|^5.2.9", - "squizlabs/php_codesniffer": "^2.5.1" + "brain/monkey": "^2.6", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "mockery/mockery": "^1.4", + "phpcompatibility/php-compatibility": "^9.3", + "phpunit/phpunit": "<= 9.3", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { @@ -646,9 +646,13 @@ "homepage": "https://github.com/swalkinshaw" }, { - "name": "qwp6t", + "name": "QWp6t", "homepage": "https://github.com/qwp6t" }, + { + "name": "Brandon Nifong", + "homepage": "https://github.com/log1x" + }, { "name": "Jan Pingel", "email": "jpingel@bitpiston.com", @@ -658,9 +662,21 @@ "description": "WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.", "homepage": "https://roots.io/plugins/wp-password-bcrypt", "keywords": [ - "wordpress wp bcrypt password" + "bcrypt", + "passwords", + "wordpress" + ], + "funding": [ + { + "url": "https://github.com/roots", + "type": "github" + }, + { + "url": "https://www.patreon.com/rootsdev", + "type": "patreon" + } ], - "time": "2016-03-01T16:27:06+00:00" + "time": "2021-10-31T01:18:58+00:00" }, { "name": "symfony/polyfill-ctype",