From 9acedf28eac4f4fe04f2557afa0044ea179845ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 06:06:13 +0000 Subject: [PATCH] Bump guzzlehttp/guzzle from 6.5.4 to 7.4.4 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.4 to 7.4.4. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.4...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 828 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 639 insertions(+), 189 deletions(-) diff --git a/composer.lock b/composer.lock index 98aac78..7583b11 100644 --- a/composer.lock +++ b/composer.lock @@ -59,12 +59,12 @@ } }, "autoload": { - "psr-4": { - "Aws\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Aws\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -229,134 +229,216 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.4", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d" + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d", - "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8", + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "1.17.0" + "guzzlehttp/promises": "^1.5", + "guzzlehttp/psr7": "^1.8.3 || ^2.1", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "php-http/client-integration-tests": "^3.0", + "phpunit/phpunit": "^8.5.5 || ^9.3.5", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.5-dev" + "dev-master": "7.4-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "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", + "psr-18", + "psr-7", "rest", "web service" ], - "time": "2020-05-25T19:35:05+00:00" + "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-09T21:39:15+00:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "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" ], - "time": "2016-12-20T10:07:11+00:00" + "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": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { @@ -369,37 +451,58 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "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" } ], @@ -414,7 +517,21 @@ "uri", "url" ], - "time": "2019-07-01T23:21:34+00:00" + "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": "2022-03-20T21:51:18+00:00" }, { "name": "humanmade/s3-uploads", @@ -463,25 +580,42 @@ "require": { "koodimonni-plugin-language/akismet-pt_br": "*", "koodimonni-plugin-language/bbpress-pt_br": "*", + "koodimonni-plugin-language/blogger-importer-pt_br": "*", + "koodimonni-plugin-language/buddypress-pt_br": "*", + "koodimonni-plugin-language/classic-editor-pt_br": "*", + "koodimonni-plugin-language/classic-widgets-pt_br": "*", + "koodimonni-plugin-language/debug-bar-pt_br": "*", + "koodimonni-plugin-language/health-check-pt_br": "*", + "koodimonni-plugin-language/hello-dolly-pt_br": "*", + "koodimonni-plugin-language/livejournal-importer-pt_br": "*", + "koodimonni-plugin-language/movabletype-importer-pt_br": "*", + "koodimonni-plugin-language/press-this-pt_br": "*", + "koodimonni-plugin-language/tumblr-importer-pt_br": "*", "koodimonni-plugin-language/woocommerce-pt_br": "*", "koodimonni-plugin-language/wordpress-importer-pt_br": "*", + "koodimonni-plugin-language/wp-autoupdates-pt_br": "*", + "koodimonni-plugin-language/wp-front-end-editor-pt_br": "*", + "koodimonni-plugin-language/wpcat2tag-importer-pt_br": "*", "koodimonni-theme-language/twentyeleven-pt_br": "*", "koodimonni-theme-language/twentyfifteen-pt_br": "*", "koodimonni-theme-language/twentyfourteen-pt_br": "*", + "koodimonni-theme-language/twentynineteen-pt_br": "*", + "koodimonni-theme-language/twentyseventeen-pt_br": "*", "koodimonni-theme-language/twentysixteen-pt_br": "*", "koodimonni-theme-language/twentyten-pt_br": "*", "koodimonni-theme-language/twentythirteen-pt_br": "*", "koodimonni-theme-language/twentytwelve-pt_br": "*", + "koodimonni-theme-language/twentytwenty-pt_br": "*", + "koodimonni-theme-language/twentytwentyone-pt_br": "*", "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Full Wordpress translation (including themes and core plugins) for Portuguese (Brazil) - pt_br", + "description": "Full WordPress translation (including themes and core plugins) for Portuguese (Brazil) - pt_br", "keywords": [ "Full-Package", "Translation", - "Wordpress", - "pt_br", - "twentysixteen" + "WordPress", + "pt_br" ] }, { @@ -495,10 +629,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress akismet translation for Portuguese (Brazil) - pt_br", + "description": "WordPress akismet translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "akismet", "pt_br" ] @@ -514,14 +648,223 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress bbpress translation for Portuguese (Brazil) - pt_br", + "description": "WordPress bbpress translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "bbpress", "pt_br" ] }, + { + "name": "koodimonni-plugin-language/blogger-importer-pt_br", + "version": "0.9", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/blogger-importer/0.9/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress blogger-importer translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "blogger-importer", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/buddypress-pt_br", + "version": "10.3.0", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/buddypress/10.3.0/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress buddypress translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "buddypress", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/classic-editor-pt_br", + "version": "1.6.2", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/classic-editor/1.6.2/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress classic-editor translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "classic-editor", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/classic-widgets-pt_br", + "version": "0.3", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/classic-widgets/0.3/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress classic-widgets translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "classic-widgets", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/debug-bar-pt_br", + "version": "1.1.3", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/debug-bar/1.1.3/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress debug-bar translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "debug-bar", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/health-check-pt_br", + "version": "1.4.5", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/health-check/1.4.5/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress health-check translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "health-check", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/hello-dolly-pt_br", + "version": "1.7.2", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress hello-dolly translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "hello-dolly", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/livejournal-importer-pt_br", + "version": "0.5", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/livejournal-importer/0.5/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress livejournal-importer translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "livejournal-importer", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/movabletype-importer-pt_br", + "version": "0.4", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/movabletype-importer/0.4/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress movabletype-importer translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "movabletype-importer", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/press-this-pt_br", + "version": "1.1.1", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/press-this/1.1.1/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress press-this translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "press-this", + "pt_br" + ] + }, + { + "name": "koodimonni-plugin-language/tumblr-importer-pt_br", + "version": "0.8", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/tumblr-importer/0.8/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress tumblr-importer translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "tumblr-importer" + ] + }, { "name": "koodimonni-plugin-language/woocommerce-pt_br", "version": "4.2.0", @@ -533,10 +876,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress woocommerce translation for Portuguese (Brazil) - pt_br", + "description": "WordPress woocommerce translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "woocommerce" ] @@ -552,14 +895,71 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress wordpress-importer translation for Portuguese (Brazil) - pt_br", + "description": "WordPress wordpress-importer translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "wordpress-importer" ] }, + { + "name": "koodimonni-plugin-language/wp-autoupdates-pt_br", + "version": "0.8.1", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/wp-autoupdates/0.8.1/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress wp-autoupdates translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "wp-autoupdates" + ] + }, + { + "name": "koodimonni-plugin-language/wp-front-end-editor-pt_br", + "version": "2.2.1", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/wp-front-end-editor/2.2.1/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress wp-front-end-editor translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "wp-front-end-editor" + ] + }, + { + "name": "koodimonni-plugin-language/wpcat2tag-importer-pt_br", + "version": "0.5", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/plugin/wpcat2tag-importer/0.5/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress wpcat2tag-importer translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "wpcat2tag-importer" + ] + }, { "name": "koodimonni-theme-language/twentyeleven-pt_br", "version": "3.4", @@ -571,10 +971,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentyeleven translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentyeleven translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentyeleven" ] @@ -590,10 +990,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentyfifteen translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentyfifteen translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentyfifteen" ] @@ -609,14 +1009,52 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentyfourteen translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentyfourteen translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentyfourteen" ] }, + { + "name": "koodimonni-theme-language/twentynineteen-pt_br", + "version": "2.3", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/theme/twentynineteen/2.3/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress twentynineteen translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "twentynineteen" + ] + }, + { + "name": "koodimonni-theme-language/twentyseventeen-pt_br", + "version": "3.0", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/theme/twentyseventeen/3.0/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress twentyseventeen translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "twentyseventeen" + ] + }, { "name": "koodimonni-theme-language/twentysixteen-pt_br", "version": "2.1", @@ -628,10 +1066,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentysixteen translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentysixteen translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentysixteen" ] @@ -647,10 +1085,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentyten translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentyten translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentyten" ] @@ -666,10 +1104,10 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentythirteen translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentythirteen translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentythirteen" ] @@ -685,14 +1123,52 @@ "koodimonni/composer-dropin-installer": ">=0.2.3" }, "type": "wordpress-language", - "description": "Wordpress twentytwelve translation for Portuguese (Brazil) - pt_br", + "description": "WordPress twentytwelve translations for Portuguese (Brazil) - pt_br", "keywords": [ "Translation", - "Wordpress", + "WordPress", "pt_br", "twentytwelve" ] }, + { + "name": "koodimonni-theme-language/twentytwenty-pt_br", + "version": "2.0", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/theme/twentytwenty/2.0/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress twentytwenty translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "twentytwenty" + ] + }, + { + "name": "koodimonni-theme-language/twentytwentyone-pt_br", + "version": "1.0", + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/translation/theme/twentytwentyone/1.0/pt_BR.zip" + }, + "require": { + "koodimonni/composer-dropin-installer": ">=0.2.3" + }, + "type": "wordpress-language", + "description": "WordPress twentytwentyone translations for Portuguese (Brazil) - pt_br", + "keywords": [ + "Translation", + "WordPress", + "pt_br", + "twentytwentyone" + ] + }, { "name": "koodimonni/composer-dropin-installer", "version": "1.2", @@ -796,12 +1272,12 @@ } }, "autoload": { - "psr-4": { - "JmesPath\\": "src/" - }, "files": [ "src/JmesPath.php" - ] + ], + "psr-4": { + "JmesPath\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -821,6 +1297,55 @@ ], "time": "2019-12-30T18:03:34+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "time": "2020-06-29T06:28:15+00:00" + }, { "name": "psr/http-message", "version": "1.0.1", @@ -966,8 +1491,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.4.1", - "reference": "5.4.1" + "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.4.1" }, "require": { "php": ">=5.3.2", @@ -1113,39 +1637,35 @@ "time": "2016-03-01T16:27:06+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.17.0", + "name": "symfony/deprecation-contracts", + "version": "v2.5.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", - "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ - "bootstrap.php" + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1154,24 +1674,16 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -1186,24 +1698,27 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.17.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fa79b11539418b02fc5e1897267673ba2c19419c" + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", - "reference": "fa79b11539418b02fc5e1897267673ba2c19419c", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" @@ -1211,16 +1726,20 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1259,76 +1778,7 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.17.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "f048e612a3905f34931127360bdd2def19a5e582" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", - "reference": "f048e612a3905f34931127360bdd2def19a5e582", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.17-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "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": "2020-05-12T16:47:27+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "wpackagist-plugin/advanced-custom-fields", @@ -1343,7 +1793,7 @@ "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.11.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/advanced-custom-fields/" @@ -1361,7 +1811,7 @@ "url": "https://downloads.wordpress.org/plugin/html-forms.1.3.16.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/html-forms/" @@ -1379,7 +1829,7 @@ "url": "https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip" }, "require": { - "composer/installers": "~1.0" + "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/wordpress-importer/"