diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..993b803 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "10:00" + open-pull-requests-limit: 10 diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..0391146 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,7 @@ +pull_request_rules: + - name: Automatic merge for dependency updates + conditions: + - label=dependencies + actions: + merge: + method: merge diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb5a71..6bee02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ +2.0 / 2017-06-16 +================== + + * Updating google analytics dahsboard to 5.0.1, sparkpost to 3.0.1 + * Bump google-analytics-dashboard and sparkpost plugins for major updates + * Remove wp-smushit from wp-lock + * Update wp-security-audit-log to 2.6.4 + * Updating wordpress-seo to 4.9 + * Updating updraftplus to 1.13.4 + * Update two-factor-authentication to 1.2.22 + * Updating so-widgets-bundle to 1.9.2 + * Updating jch-optimize to 2.1 + * Updating goodbye-captcah to 3.1.6 + * Updating dashboard widgets suite to 1.4 + * Updating broken link checker to 1.11.3 + * Fix: remove bnfw plugin from composer.lock + * Reinstalling wordpress core to work around update to johnpbloch repo structure + * Updating compser.lock to include new installed packages + * Feat: Switch to shortpixel for image compression (better performance) + * Fix: ignore error logs in version control + * Feat: Switch to using sparkpost for email, better interoperability between different sites + 1.5.3 / 2017-03-15 ================== diff --git a/composer.json b/composer.json index 1d8fbfe..822ca7e 100644 --- a/composer.json +++ b/composer.json @@ -44,31 +44,31 @@ }, "require": { "php": ">=5.6", - "composer/installers": "~1.0.12", - "vlucas/phpdotenv": "^2.0.1", - "oscarotero/env": "^1.0", - "johnpbloch/wordpress": "^4.8", - "roots/wp-password-bcrypt": "1.0.0", + "composer/installers": "~1.12.0", + "vlucas/phpdotenv": "^4.1.8", + "oscarotero/env": "^1.1", + "johnpbloch/wordpress": "^5.2", + "roots/wp-password-bcrypt": "1.1.0", "wpackagist-plugin/goodbye-captcha": "^3.1", "wpackagist-plugin/two-factor-authentication": "^1.2", - "wpackagist-plugin/updraftplus": "^1.12", - "wpackagist-plugin/wp-security-audit-log": "^2.5", - "wpackagist-plugin/cloudflare": "^3.2", - "wpackagist-plugin/jch-optimize": "^2.0", - "humanmade/s3-uploads": "^1.1", - "wpackagist-plugin/shortpixel-image-optimiser": "^4.4", - "wpackagist-plugin/broken-link-checker": "^1.11", - "wpackagist-plugin/dashboard-widgets-suite": "^1.3", - "wpackagist-plugin/google-analytics-dashboard-for-wp": "^5.0", + "wpackagist-plugin/updraftplus": "^1.13", + "wpackagist-plugin/wp-security-audit-log": "^4.1", + "wpackagist-plugin/cloudflare": "^4.0", + "wpackagist-plugin/jch-optimize": "^4.0", + "humanmade/s3-uploads": "^3.0", + "wpackagist-plugin/shortpixel-image-optimiser": "^5.0", + "wpackagist-plugin/broken-link-checker": "^2.0", + "wpackagist-plugin/dashboard-widgets-suite": "^3.0", + "wpackagist-plugin/google-analytics-dashboard-for-wp": "^8.11", "wpackagist-plugin/sparkpost": "^3.0", - "wpackagist-plugin/wordpress-seo": "^4.1", + "wpackagist-plugin/wordpress-seo": "^21.0", "wpackagist-plugin/epoch": "^1.0", "wpackagist-plugin/postmatic-social-commenting": "^1.1", "wpackagist-plugin/so-widgets-bundle": "^1.8" }, "require-dev": { - "squizlabs/php_codesniffer": "^2.5.1", - "wpackagist-plugin/vulnerability-alerts": "^1.3", + "squizlabs/php_codesniffer": "^3.5.0", + "wpackagist-plugin/vulnerability-alerts": "^2.0", "wpackagist-plugin/developer": "^1.2" }, "extra": { diff --git a/composer.lock b/composer.lock index b437e56..aadfa2e 100644 --- a/composer.lock +++ b/composer.lock @@ -1,41 +1,185 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7aa31f3731c991493493348670b1589b", + "content-hash": "39bab213222d930be7cae8233ed09e42", "packages": [ + { + "name": "aws/aws-crt-php", + "version": "v1.2.1", + "source": { + "type": "git", + "url": "https://github.com/awslabs/aws-crt-php.git", + "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5", + "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "AWS SDK Common Runtime Team", + "email": "aws-sdk-common-runtime@amazon.com" + } + ], + "description": "AWS Common Runtime for PHP", + "homepage": "https://github.com/awslabs/aws-crt-php", + "keywords": [ + "amazon", + "aws", + "crt", + "sdk" + ], + "time": "2023-03-24T20:22:19+00:00" + }, + { + "name": "aws/aws-sdk-php", + "version": "3.269.5", + "source": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-php.git", + "reference": "66a1f27159a92f1a6f6b0916e714ca68c23309b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/66a1f27159a92f1a6f6b0916e714ca68c23309b1", + "reference": "66a1f27159a92f1a6f6b0916e714ca68c23309b1", + "shasum": "" + }, + "require": { + "aws/aws-crt-php": "^1.0.4", + "ext-json": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "guzzlehttp/promises": "^1.4.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "mtdowling/jmespath.php": "^2.6", + "php": ">=5.5", + "psr/http-message": "^1.0" + }, + "require-dev": { + "andrewsville/php-token-reflection": "^1.4", + "aws/aws-php-sns-message-validator": "~1.0", + "behat/behat": "~3.0", + "composer/composer": "^1.10.22", + "dms/phpunit-arraysubset-asserts": "^0.4.0", + "doctrine/cache": "~1.4", + "ext-dom": "*", + "ext-openssl": "*", + "ext-pcntl": "*", + "ext-sockets": "*", + "nette/neon": "^2.3", + "paragonie/random_compat": ">= 2", + "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5", + "psr/cache": "^1.0", + "psr/simple-cache": "^1.0", + "sebastian/comparator": "^1.2.3 || ^4.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", + "doctrine/cache": "To use the DoctrineCacheAdapter", + "ext-curl": "To send requests using cURL", + "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", + "ext-sockets": "To use client-side monitoring" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Aws\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Amazon Web Services", + "homepage": "http://aws.amazon.com" + } + ], + "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", + "homepage": "http://aws.amazon.com/sdkforphp", + "keywords": [ + "amazon", + "aws", + "cloud", + "dynamodb", + "ec2", + "glacier", + "s3", + "sdk" + ], + "time": "2023-05-03T18:27:52+00:00" + }, { "name": "composer/installers", - "version": "v1.0.25", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e" + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e", - "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e", + "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" + "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { - "composer/composer": "1.0.*@dev", - "phpunit/phpunit": "4.1.*" + "composer/composer": "1.6.* || ^2.0", + "composer/semver": "^1 || ^3", + "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan-phpunit": "^0.12.16", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "1.x-dev" } }, "autoload": { @@ -59,282 +203,1371 @@ "keywords": [ "Craft", "Dolibarr", + "Eliasis", "Hurad", "ImageCMS", + "Kanboard", + "Lan Management System", "MODX Evo", + "MantisBT", "Mautic", + "Maya", "OXID", + "Plentymarkets", + "Porto", + "RadPHP", "SMF", + "Starbug", "Thelia", + "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", + "attogram", "bitrix", "cakephp", "chef", + "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", + "eZ Platform", "elgg", + "expressionengine", "fuelphp", "grav", "installer", + "itop", "joomla", + "known", "kohana", "laravel", + "lavalite", "lithium", "magento", + "majima", "mako", "mediawiki", + "miaoxing", "modulework", + "modx", "moodle", + "osclass", + "pantheon", "phpbb", "piwik", "ppi", + "processwire", "puppet", + "pxcms", + "reindex", "roundcube", "shopware", "silverstripe", + "sydes", + "sylius", "symfony", + "tastyigniter", "typo3", "wordpress", + "yawik", "zend", "zikula" ], - "time": "2016-04-13T19:46:30+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-09-13T08:19:44+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-04-17T16:00:37+00:00" + }, + { + "name": "humanmade/s3-uploads", + "version": "3.0.7", + "source": { + "type": "git", + "url": "https://github.com/humanmade/S3-Uploads.git", + "reference": "b65f2c73ca8b248232407bbe0db93e6b728ed0ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/humanmade/S3-Uploads/zipball/b65f2c73ca8b248232407bbe0db93e6b728ed0ee", + "reference": "b65f2c73ca8b248232407bbe0db93e6b728ed0ee", + "shasum": "" + }, + "require": { + "aws/aws-sdk-php": "~3.18", + "composer/installers": "~1.0 || ^2.0" + }, + "require-dev": { + "humanmade/psalm-plugin-wordpress": "^1.0", + "pcov/clobber": "^2.0", + "phpunit/phpunit": "7.5" + }, + "type": "wordpress-plugin", + "autoload": { + "classmap": [ + "./inc" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Human Made Limited", + "email": "support@humanmade.co.uk", + "homepage": "http://hmn.md/" + } + ], + "description": "WordPress plugin to store uploads on S3", + "homepage": "https://github.com/humanmade/S3-Uploads", + "keywords": [ + "wordpress" + ], + "time": "2023-05-04T08:22:25+00:00" + }, + { + "name": "johnpbloch/wordpress", + "version": "5.2.2", + "source": { + "type": "git", + "url": "https://github.com/johnpbloch/wordpress.git", + "reference": "597236f0e4126ef92611b904725fd4e60afdc1ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/597236f0e4126ef92611b904725fd4e60afdc1ac", + "reference": "597236f0e4126ef92611b904725fd4e60afdc1ac", + "shasum": "" + }, + "require": { + "johnpbloch/wordpress-core": "5.2.2", + "johnpbloch/wordpress-core-installer": "^1.0", + "php": ">=5.3.2" + }, + "type": "package", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "WordPress Community", + "homepage": "http://wordpress.org/about/" + } + ], + "description": "WordPress is web software you can use to create a beautiful website or blog.", + "homepage": "http://wordpress.org/", + "keywords": [ + "blog", + "cms", + "wordpress" + ], + "time": "2019-06-18T17:58:03+00:00" + }, + { + "name": "johnpbloch/wordpress-core", + "version": "5.2.2", + "source": { + "type": "git", + "url": "https://github.com/johnpbloch/wordpress-core.git", + "reference": "bbded8adf0ddd8cafdbd6e6605e0ee82d5c1dc8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/bbded8adf0ddd8cafdbd6e6605e0ee82d5c1dc8a", + "reference": "bbded8adf0ddd8cafdbd6e6605e0ee82d5c1dc8a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "provide": { + "wordpress/core-implementation": "5.2.2" + }, + "type": "wordpress-core", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "WordPress Community", + "homepage": "http://wordpress.org/about/" + } + ], + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", + "homepage": "http://wordpress.org/", + "keywords": [ + "blog", + "cms", + "wordpress" + ], + "time": "2019-06-18T17:57:57+00:00" + }, + { + "name": "johnpbloch/wordpress-core-installer", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/johnpbloch/wordpress-core-installer.git", + "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/fd12f5cfe27223b92b0f4bbc097059eb23cc56c4", + "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "conflict": { + "composer/installers": "<1.0.6" + }, + "require-dev": { + "composer/composer": "^1.0", + "phpunit/phpunit": ">=4.8.35" + }, + "type": "composer-plugin", + "extra": { + "class": "johnpbloch\\Composer\\WordPressCorePlugin" + }, + "autoload": { + "psr-0": { + "johnpbloch\\Composer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "John P. Bloch", + "email": "me@johnpbloch.com" + } + ], + "description": "A custom installer to handle deploying WordPress with composer", + "keywords": [ + "wordpress" + ], + "time": "2018-11-09T20:10:38+00:00" + }, + { + "name": "mtdowling/jmespath.php", + "version": "2.6.1", + "source": { + "type": "git", + "url": "https://github.com/jmespath/jmespath.php.git", + "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb", + "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb", + "shasum": "" + }, + "require": { + "php": "^5.4 || ^7.0 || ^8.0", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "composer/xdebug-handler": "^1.4 || ^2.0", + "phpunit/phpunit": "^4.8.36 || ^7.5.15" + }, + "bin": [ + "bin/jp.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "files": [ + "src/JmesPath.php" + ], + "psr-4": { + "JmesPath\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Declaratively specify how to extract elements from a JSON document", + "keywords": [ + "json", + "jsonpath" + ], + "time": "2021-06-14T00:11:39+00:00" + }, + { + "name": "oscarotero/env", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/oscarotero/env.git", + "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6", + "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": ">=5.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Env": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" + } + ], + "description": "Simple library to consume environment variables", + "homepage": "https://github.com/oscarotero/env", + "keywords": [ + "env" + ], + "time": "2019-04-03T18:28:43+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v2.0.21", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "time": "2022-02-16T17:07:03+00:00" + }, + { + "name": "phpoption/phpoption", + "version": "1.7.5", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", + "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", + "shasum": "" + }, + "require": { + "php": "^5.5.9 || ^7.0 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2020-07-20T17:29:33+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "roots/wp-password-bcrypt", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/roots/wp-password-bcrypt.git", + "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", + "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "require-dev": { + "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": { + "files": [ + "wp-password-bcrypt.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Scott Walkinshaw", + "email": "scott.walkinshaw@gmail.com", + "homepage": "https://github.com/swalkinshaw" + }, + { + "name": "QWp6t", + "homepage": "https://github.com/qwp6t" + }, + { + "name": "Brandon Nifong", + "homepage": "https://github.com/log1x" + }, + { + "name": "Jan Pingel", + "email": "jpingel@bitpiston.com", + "homepage": "http://janpingel.com" + } + ], + "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": [ + "bcrypt", + "passwords", + "wordpress" + ], + "funding": [ + { + "url": "https://github.com/roots", + "type": "github" + }, + { + "url": "https://www.patreon.com/rootsdev", + "type": "patreon" + } + ], + "time": "2021-10-31T01:18:58+00:00" }, { - "name": "humanmade/s3-uploads", - "version": "v1.1.0", + "name": "symfony/polyfill-ctype", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/humanmade/S3-Uploads.git", - "reference": "9cb765284e7407d7ad2309a64dd8e5e13db258b2" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", + "shasum": "" }, "require": { - "composer/installers": "~1.0" + "php": ">=5.3.3" }, - "type": "wordpress-plugin", + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Human Made Limited", - "email": "support@humanmade.co.uk", - "homepage": "http://hmn.md/" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "WordPress plugin to store uploads on S3", - "homepage": "https://github.com/humanmade/S3-Uploads", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "wordpress" + "compatibility", + "ctype", + "polyfill", + "portable" ], - "support": { - "issues": "https://github.com/humanmade/s3-uploads/issues", - "source": "https://github.com/humanmade/s3-uploads" - }, - "time": "2016-04-29T10:00:39+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T09:01:57+00:00" }, { - "name": "johnpbloch/wordpress", - "version": "4.8.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "24edf4daca6bc15ad3b78c5927468df487d47a37" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/24edf4daca6bc15ad3b78c5927468df487d47a37", - "reference": "24edf4daca6bc15ad3b78c5927468df487d47a37", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826", + "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "4.8.0", - "johnpbloch/wordpress-core-installer": "^1.0", - "php": ">=5.3.2" + "php": ">=5.3.3", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php70": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, - "type": "package", "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "WordPress Community", - "homepage": "http://wordpress.org/about/" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "WordPress is web software you can use to create a beautiful website or blog.", - "homepage": "http://wordpress.org/", + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", "keywords": [ - "blog", - "cms", - "wordpress" + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2017-06-08T15:12:19+00:00" + "time": "2020-10-21T09:57:48+00:00" }, { - "name": "johnpbloch/wordpress-core", - "version": "4.8.0", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "58f209dfd66f61c4398a47cf53e90d378abc25d7" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/58f209dfd66f61c4398a47cf53e90d378abc25d7", - "reference": "58f209dfd66f61c4398a47cf53e90d378abc25d7", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27", + "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.3.3" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, - "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "WordPress Community", - "homepage": "http://wordpress.org/about/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "WordPress is web software you can use to create a beautiful website or blog.", - "homepage": "http://wordpress.org/", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "blog", - "cms", - "wordpress" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2017-06-08T15:12:14+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { - "name": "johnpbloch/wordpress-core-installer", - "version": "1.0.0", + "name": "symfony/polyfill-mbstring", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress-core-installer.git", - "reference": "e9e767f2d9f994f358c34b41def2c410ad8717f2" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/e9e767f2d9f994f358c34b41def2c410ad8717f2", - "reference": "e9e767f2d9f994f358c34b41def2c410ad8717f2", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" - }, - "conflict": { - "composer/installers": "<1.0.6" + "php": ">=5.3.3" }, - "require-dev": { - "composer/composer": "^1.0", - "phpunit/phpunit": ">=4.8.35" + "suggest": { + "ext-mbstring": "For best performance" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "johnpbloch\\Composer\\WordPressCorePlugin" + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } }, "autoload": { - "psr-0": { - "johnpbloch\\Composer\\": "src/" + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "John P. Bloch", - "email": "me@johnpbloch.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A custom installer to handle deploying WordPress with composer", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "wordpress" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2017-05-31T18:42:33+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { - "name": "oscarotero/env", - "version": "v1.0.2", + "name": "symfony/polyfill-php70", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/oscarotero/env.git", - "reference": "0819fd764ca19ab880b8d9ed7a95ae4910f98f20" + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oscarotero/env/zipball/0819fd764ca19ab880b8d9ed7a95ae4910f98f20", - "reference": "0819fd764ca19ab880b8d9ed7a95ae4910f98f20", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e", + "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e", "shasum": "" }, "require": { - "php": ">=5.2" + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" }, "type": "library", - "autoload": { - "psr-0": { - "Env": "src/" + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Oscar Otero", - "email": "oom@oscarotero.com", - "homepage": "http://oscarotero.com", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Simple library to consume environment variables", - "homepage": "https://github.com/oscarotero/env", + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "env" + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2016-05-08T17:14:32+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { - "name": "roots/wp-password-bcrypt", - "version": "1.0.0", + "name": "symfony/polyfill-php72", + "version": "v1.19.0", "source": { "type": "git", - "url": "https://github.com/roots/wp-password-bcrypt.git", - "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "beecef6b463b06954638f02378f52496cb84bacc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", - "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc", + "reference": "beecef6b463b06954638f02378f52496cb84bacc", "shasum": "" }, "require": { - "composer/installers": "~1.0", - "php": ">=5.5.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" + "php": ">=5.3.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { "files": [ - "wp-password-bcrypt.php" - ] + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -342,51 +1575,75 @@ ], "authors": [ { - "name": "Scott Walkinshaw", - "email": "scott.walkinshaw@gmail.com", - "homepage": "https://github.com/swalkinshaw" - }, - { - "name": "qwp6t", - "homepage": "https://github.com/qwp6t" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Jan Pingel", - "email": "jpingel@bitpiston.com", - "homepage": "http://janpingel.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "wordpress wp bcrypt password" + "compatibility", + "polyfill", + "portable", + "shim" ], - "time": "2016-03-01T16:27:06+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T09:01:57+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v2.4.0", + "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" + "reference": "67a491df68208bef8c37092db11fa3885008efcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", - "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67a491df68208bef8c37092db11fa3885008efcf", + "reference": "67a491df68208bef8c37092db11fa3885008efcf", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^5.5.9 || ^7.0 || ^8.0", + "phpoption/phpoption": "^1.7.3", + "symfony/polyfill-ctype": "^1.17" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-filter": "*", + "ext-pcre": "*", + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.30" + }, + "suggest": { + "ext-filter": "Required to use the boolean validator.", + "ext-pcre": "Required to use most of the library." }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -396,13 +1653,18 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause-Attribution" + "BSD-3-Clause" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", - "homepage": "http://www.vancelucas.com" + "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", @@ -411,64 +1673,68 @@ "env", "environment" ], - "time": "2016-09-01T10:05:43+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", + "type": "tidelift" + } + ], + "time": "2022-10-16T00:51:09+00:00" }, { "name": "wpackagist-plugin/broken-link-checker", - "version": "1.11.3", + "version": "2.2.3", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/broken-link-checker/", - "reference": "tags/1.11.3" + "reference": "tags/2.2.3" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/broken-link-checker.1.11.3.zip", - "reference": "tags/1.11.3", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/broken-link-checker.2.2.3.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/broken-link-checker/" }, { "name": "wpackagist-plugin/cloudflare", - "version": "3.2.1", + "version": "4.12.2", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/cloudflare/", - "reference": "tags/3.2.1" + "reference": "tags/4.12.2" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/cloudflare.3.2.1.zip", - "reference": "tags/3.2.1", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/cloudflare.4.12.2.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/cloudflare/" }, { "name": "wpackagist-plugin/dashboard-widgets-suite", - "version": "1.4", + "version": "3.4.2", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/dashboard-widgets-suite/", - "reference": "tags/1.4" + "reference": "tags/3.4.2" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/dashboard-widgets-suite.1.4.zip", - "reference": "tags/1.4", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/dashboard-widgets-suite.3.4.2.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/dashboard-widgets-suite/" @@ -483,19 +1749,17 @@ }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/epoch.1.0.14.zip", - "reference": "tags/1.0.14", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/epoch.1.0.14.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/epoch/" }, { "name": "wpackagist-plugin/goodbye-captcha", - "version": "3.1.6", + "version": "3.1.43", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/goodbye-captcha/", @@ -503,52 +1767,46 @@ }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/goodbye-captcha.zip?timestamp=1494632367", - "reference": "trunk", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/goodbye-captcha.zip?timestamp=1602646261" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/goodbye-captcha/" }, { "name": "wpackagist-plugin/google-analytics-dashboard-for-wp", - "version": "5.0.1", + "version": "8.11.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/google-analytics-dashboard-for-wp/", - "reference": "tags/5.0.1" + "reference": "tags/8.11.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.0.1.zip", - "reference": null, - "shasum": null + "url": "https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.8.11.0.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/google-analytics-dashboard-for-wp/" }, { "name": "wpackagist-plugin/jch-optimize", - "version": "2.1.0", + "version": "4.1.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/jch-optimize/", - "reference": "tags/2.1.0" + "reference": "trunk" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/jch-optimize.2.1.0.zip", - "reference": "tags/2.1.0", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/jch-optimize.zip?timestamp=1700168990" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/jch-optimize/" @@ -563,152 +1821,136 @@ }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/postmatic-social-commenting.1.1.1.zip", - "reference": "tags/1.1.1", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/postmatic-social-commenting.1.1.1.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/postmatic-social-commenting/" }, { "name": "wpackagist-plugin/shortpixel-image-optimiser", - "version": "4.4.2", + "version": "5.5.2", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/shortpixel-image-optimiser/", - "reference": "tags/4.4.2" + "reference": "tags/5.5.2" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/shortpixel-image-optimiser.4.4.2.zip", - "reference": "tags/4.4.2", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/shortpixel-image-optimiser.5.5.2.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/shortpixel-image-optimiser/" }, { "name": "wpackagist-plugin/so-widgets-bundle", - "version": "1.9.2", + "version": "1.57.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/so-widgets-bundle/", - "reference": "tags/1.9.2" + "reference": "tags/1.57.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/so-widgets-bundle.1.9.2.zip", - "reference": "tags/1.9.2", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/so-widgets-bundle.1.57.0.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/so-widgets-bundle/" }, { "name": "wpackagist-plugin/sparkpost", - "version": "3.0.1", + "version": "3.2.6", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/sparkpost/", - "reference": "tags/3.0.1" + "reference": "trunk" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/sparkpost.3.0.1.zip", - "reference": null, - "shasum": null + "url": "https://downloads.wordpress.org/plugin/sparkpost.zip?timestamp=1692735535" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/sparkpost/" }, { "name": "wpackagist-plugin/two-factor-authentication", - "version": "1.2.22", + "version": "1.14.17", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/two-factor-authentication/", - "reference": "tags/1.2.22" + "reference": "tags/1.14.17" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/two-factor-authentication.1.2.22.zip", - "reference": "tags/1.2.22", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/two-factor-authentication.1.14.17.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/two-factor-authentication/" }, { "name": "wpackagist-plugin/updraftplus", - "version": "1.13.4", + "version": "1.23.13", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/updraftplus/", - "reference": "tags/1.13.4" + "reference": "tags/1.23.13" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/updraftplus.1.13.4.zip", - "reference": "tags/1.13.4", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/updraftplus.1.23.13.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/updraftplus/" }, { "name": "wpackagist-plugin/wordpress-seo", - "version": "4.9", + "version": "21.6", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/wordpress-seo/", - "reference": "tags/4.9" + "reference": "tags/21.6" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wordpress-seo.4.9.zip", - "reference": "tags/4.9", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/wordpress-seo.21.6.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/wordpress-seo/" }, { "name": "wpackagist-plugin/wp-security-audit-log", - "version": "2.6.4", + "version": "4.6.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/wp-security-audit-log/", - "reference": "tags/2.6.4" + "reference": "trunk" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wp-security-audit-log.2.6.4.zip", - "reference": "tags/2.6.4", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/wp-security-audit-log.zip?timestamp=1700217090" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/wp-security-audit-log/" @@ -717,64 +1959,37 @@ "packages-dev": [ { "name": "squizlabs/php_codesniffer", - "version": "2.8.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", - "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": ">=5.1.2" + "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ - "scripts/phpcs", - "scripts/phpcbf" + "bin/phpcs", + "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, - "autoload": { - "classmap": [ - "CodeSniffer.php", - "CodeSniffer/CLI.php", - "CodeSniffer/Exception.php", - "CodeSniffer/File.php", - "CodeSniffer/Fixer.php", - "CodeSniffer/Report.php", - "CodeSniffer/Reporting.php", - "CodeSniffer/Sniff.php", - "CodeSniffer/Tokens.php", - "CodeSniffer/Reports/", - "CodeSniffer/Tokenizers/", - "CodeSniffer/DocGenerators/", - "CodeSniffer/Standards/AbstractPatternSniff.php", - "CodeSniffer/Standards/AbstractScopeSniff.php", - "CodeSniffer/Standards/AbstractVariableSniff.php", - "CodeSniffer/Standards/IncorrectPatternException.php", - "CodeSniffer/Standards/Generic/Sniffs/", - "CodeSniffer/Standards/MySource/Sniffs/", - "CodeSniffer/Standards/PEAR/Sniffs/", - "CodeSniffer/Standards/PSR1/Sniffs/", - "CodeSniffer/Standards/PSR2/Sniffs/", - "CodeSniffer/Standards/Squiz/Sniffs/", - "CodeSniffer/Standards/Zend/Sniffs/" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" @@ -786,12 +2001,13 @@ } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], - "time": "2017-03-01T22:17:45+00:00" + "time": "2023-02-22T23:07:41+00:00" }, { "name": "wpackagist-plugin/developer", @@ -803,32 +2019,28 @@ }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/developer.1.2.6.zip", - "reference": "tags/1.2.6", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/developer.1.2.6.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/developer/" }, { "name": "wpackagist-plugin/vulnerability-alerts", - "version": "1.3.1", + "version": "2.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/vulnerability-alerts/", - "reference": "tags/1.3.1" + "reference": "tags/2.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/vulnerability-alerts.1.3.1.zip", - "reference": "tags/1.3.1", - "shasum": null + "url": "https://downloads.wordpress.org/plugin/vulnerability-alerts.2.0.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/vulnerability-alerts/" @@ -842,5 +2054,6 @@ "platform": { "php": ">=5.6" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/scripts/sync.sh b/scripts/sync.sh old mode 100644 new mode 100755 index f9d001e..504b04e --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -4,7 +4,7 @@ DEVDIR="web/app/uploads/" DEVSITE="https://example.dev" PRODDIR="web@example.com:/srv/www/example.com/shared/uploads/" -PRODSITE="https://example.com" +PRODSITE="http://example.com" STAGDIR="web@staging.example.com:/srv/www/example.com/shared/uploads/" STAGSITE="https://staging.example.com" diff --git a/wp-cli.yml b/wp-cli.yml index 398a5ef..63f3efe 100644 --- a/wp-cli.yml +++ b/wp-cli.yml @@ -1 +1,3 @@ path: web/wp + +