From ee8d9d5cd2b5dfc17d201c3756da994124055c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:11:07 +0700 Subject: [PATCH] Composer(deps): Bump php-curl-class/php-curl-class from 10.0.1 to 11.0.0 (#1610) Bumps [php-curl-class/php-curl-class](https://github.com/php-curl-class/php-curl-class) from 10.0.1 to 11.0.0. - [Release notes](https://github.com/php-curl-class/php-curl-class/releases) - [Changelog](https://github.com/php-curl-class/php-curl-class/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-curl-class/php-curl-class/compare/10.0.1...11.0.0) --- updated-dependencies: - dependency-name: php-curl-class/php-curl-class dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2c0d99e14..1b9ff62a1 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "google/recaptcha": "^1.3", "jacklul/monolog-telegram": "^3.1", "josantonius/cookie": "^2.0", - "php-curl-class/php-curl-class": "^10.0.0", + "php-curl-class/php-curl-class": "^11.0.0", "league/flysystem": "^3.28", "longman/ip-tools": "1.2.1", "matthiasmullie/scrapbook": "^1.5", diff --git a/composer.lock b/composer.lock index 48aa689a0..4cd71fc06 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": "8df3b805ff9daec19a6b0be6cdfd2845", + "content-hash": "26d2ba6114d7c2482dcf968c0530d259", "packages": [ { "name": "arokettu/bencode", @@ -1988,21 +1988,21 @@ }, { "name": "php-curl-class/php-curl-class", - "version": "10.0.1", + "version": "11.0.0", "source": { "type": "git", "url": "https://github.com/php-curl-class/php-curl-class.git", - "reference": "3fbd244703d126fbabef6ef1904135ae79796bf9" + "reference": "db6f650c474c9ee01675f7657b2390eba9520e1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/3fbd244703d126fbabef6ef1904135ae79796bf9", - "reference": "3fbd244703d126fbabef6ef1904135ae79796bf9", + "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/db6f650c474c9ee01675f7657b2390eba9520e1a", + "reference": "db6f650c474c9ee01675f7657b2390eba9520e1a", "shasum": "" }, "require": { "ext-curl": "*", - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "*", @@ -2012,7 +2012,7 @@ "phpcsstandards/phpcsutils": "@alpha", "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*", - "vimeo/psalm": ">=2" + "vimeo/psalm": ">=5.25.0" }, "suggest": { "ext-mbstring": "*" @@ -2062,9 +2062,9 @@ ], "support": { "issues": "https://github.com/php-curl-class/php-curl-class/issues", - "source": "https://github.com/php-curl-class/php-curl-class/tree/10.0.1" + "source": "https://github.com/php-curl-class/php-curl-class/tree/11.0.0" }, - "time": "2024-08-21T18:03:41+00:00" + "time": "2024-08-22T18:03:48+00:00" }, { "name": "php-http/discovery",