mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Composer(deps): Bump php-curl-class/php-curl-class from 9.19.2 to 10.0.0 (#1608)
Bumps [php-curl-class/php-curl-class](https://github.com/php-curl-class/php-curl-class) from 9.19.2 to 10.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/9.19.2...10.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
14790c66d4
commit
d59b9f5512
2 changed files with 10 additions and 10 deletions
|
@ -59,7 +59,7 @@
|
|||
"google/recaptcha": "^1.3",
|
||||
"jacklul/monolog-telegram": "^3.1",
|
||||
"josantonius/cookie": "^2.0",
|
||||
"php-curl-class/php-curl-class": "^9.19.2",
|
||||
"php-curl-class/php-curl-class": "^10.0.0",
|
||||
"league/flysystem": "^3.28",
|
||||
"longman/ip-tools": "1.2.1",
|
||||
"matthiasmullie/scrapbook": "^1.5",
|
||||
|
|
18
composer.lock
generated
18
composer.lock
generated
|
@ -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": "7c5b99b513b26c61075e197a519464fa",
|
||||
"content-hash": "8df3b805ff9daec19a6b0be6cdfd2845",
|
||||
"packages": [
|
||||
{
|
||||
"name": "arokettu/bencode",
|
||||
|
@ -1988,21 +1988,21 @@
|
|||
},
|
||||
{
|
||||
"name": "php-curl-class/php-curl-class",
|
||||
"version": "9.19.2",
|
||||
"version": "10.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-curl-class/php-curl-class.git",
|
||||
"reference": "c41efeb4ea2dc3cf8f90f8f967b0fcf45a41e294"
|
||||
"reference": "f08eb12db8771b16cc89fc0ea5adc20969ad1694"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/c41efeb4ea2dc3cf8f90f8f967b0fcf45a41e294",
|
||||
"reference": "c41efeb4ea2dc3cf8f90f8f967b0fcf45a41e294",
|
||||
"url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/f08eb12db8771b16cc89fc0ea5adc20969ad1694",
|
||||
"reference": "f08eb12db8771b16cc89fc0ea5adc20969ad1694",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"php": ">=7.0"
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
||||
|
@ -2012,7 +2012,7 @@
|
|||
"phpcsstandards/phpcsutils": "@alpha",
|
||||
"phpunit/phpunit": "*",
|
||||
"squizlabs/php_codesniffer": "*",
|
||||
"vimeo/psalm": ">=0.3.63"
|
||||
"vimeo/psalm": ">=2"
|
||||
},
|
||||
"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/9.19.2"
|
||||
"source": "https://github.com/php-curl-class/php-curl-class/tree/10.0.0"
|
||||
},
|
||||
"time": "2024-04-09T18:03:13+00:00"
|
||||
"time": "2024-08-20T18:03:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/discovery",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue