diff --git a/composer.json b/composer.json index 28248b1..88632dc 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,9 @@ "description": "Generate full sitemap report using spatie/crawler", "type": "library", "require": { - "php": "^7.1", - "spatie/crawler": "4.6.6", - "cweagans/composer-patches": "~1.0", - "guzzlehttp/guzzle": "6.5.2" + "php": "^7.3", + "spatie/crawler": "^4.7", + "cweagans/composer-patches": "~1.0" }, "require-dev": { "phpunit/phpunit": "^8.5" @@ -26,9 +25,6 @@ "patches": { "spatie/crawler": { "add crawled again observer": "https://patch-diff.githubusercontent.com/raw/spatie/crawler/pull/280.patch" - }, - "guzzlehttp/guzzle": { - "Status code must be an integer value between 1xx and 5xx": "https://github.com/guzzle/guzzle/commit/f81cd6cdff1213f90de8f012489017510e3d6ff4.patch" } } } diff --git a/composer.lock b/composer.lock index 0721bb3..f766815 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": "7ab60eca38a75bfd4220b46a7b45a582", + "content-hash": "e250093b8ab1874a05d6c0f66ac7104a", "packages": [ { "name": "cweagans/composer-patches", @@ -52,40 +52,43 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.2", + "version": "7.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" + "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79", + "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5" + "guzzlehttp/promises": "^1.4", + "guzzlehttp/psr7": "^1.7", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "php-http/client-integration-tests": "^3.0", + "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1" }, "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" - }, - "patches_applied": { - "Status code must be an integer value between 1xx and 5xx": "https://github.com/guzzle/guzzle/commit/f81cd6cdff1213f90de8f012489017510e3d6ff4.patch" + "dev-master": "7.1-dev" } }, "autoload": { @@ -105,6 +108,11 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "Guzzle is a PHP HTTP client library", @@ -115,10 +123,30 @@ "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], - "time": "2019-12-23T11:57:10+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://github.com/alexeyshockov", + "type": "github" + }, + { + "url": "https://github.com/gmponos", + "type": "github" + } + ], + "time": "2020-10-10T11:47:56+00:00" }, { "name": "guzzlehttp/promises", @@ -395,12 +423,6 @@ "sftp", "storage" ], - "funding": [ - { - "url": "https://offset.earth/frankdejonge", - "type": "other" - } - ], "time": "2020-08-23T07:39:11+00:00" }, { @@ -517,20 +539,23 @@ }, { "name": "nicmart/tree", - "version": "v0.2.7", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/nicmart/Tree.git", - "reference": "0616b54bb49938e1a816141d7943db48ebf76938" + "reference": "049bad40787ad2bc44a916c7bf0ccdd3d3a113b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nicmart/Tree/zipball/0616b54bb49938e1a816141d7943db48ebf76938", - "reference": "0616b54bb49938e1a816141d7943db48ebf76938", + "url": "https://api.github.com/repos/nicmart/Tree/zipball/049bad40787ad2bc44a916c7bf0ccdd3d3a113b1", + "reference": "049bad40787ad2bc44a916c7bf0ccdd3d3a113b1", "shasum": "" }, "require": { - "php": ">=5.4" + "php": "^5.4 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { @@ -549,7 +574,56 @@ } ], "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.", - "time": "2015-08-20T20:50:35+00:00" + "time": "2020-06-18T07:18:00+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", @@ -752,27 +826,27 @@ }, { "name": "spatie/crawler", - "version": "4.6.6", + "version": "4.7.5", "source": { "type": "git", "url": "https://github.com/spatie/crawler.git", - "reference": "6f814a401cee20b24a1ffe53d8deddac90d1a42d" + "reference": "1f954a5d55ada0f83a91418a79978f435017463b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/crawler/zipball/6f814a401cee20b24a1ffe53d8deddac90d1a42d", - "reference": "6f814a401cee20b24a1ffe53d8deddac90d1a42d", + "url": "https://api.github.com/repos/spatie/crawler/zipball/1f954a5d55ada0f83a91418a79978f435017463b", + "reference": "1f954a5d55ada0f83a91418a79978f435017463b", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.3 || ^7.0", "guzzlehttp/psr7": "^1.4", - "nicmart/tree": "^0.2.7", + "nicmart/tree": "^0.3.0", "php": "^7.1", "spatie/browsershot": "^3.14", "spatie/robots-txt": "^1.0.1", "symfony/dom-crawler": "^4.0 || ^5.0", - "tightenco/collect": "^5.6|^6.0" + "tightenco/collect": "^5.6 || ^6.0 || ^7.0" }, "require-dev": { "larapack/dd": "^1.1", @@ -780,9 +854,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "0.0.x-dev" - }, "patches_applied": { "add crawled again observer": "https://patch-diff.githubusercontent.com/raw/spatie/crawler/pull/280.patch" } @@ -810,7 +881,7 @@ "spatie", "website" ], - "time": "2020-01-31T10:51:58+00:00" + "time": "2020-09-13T00:23:53+00:00" }, { "name": "spatie/image", @@ -1469,16 +1540,16 @@ }, { "name": "tightenco/collect", - "version": "v6.18.34", + "version": "v7.26.1", "source": { "type": "git", "url": "https://github.com/tighten/collect.git", - "reference": "624b86cde21f8d9ba14ec0e4974ef0aca3922a1c" + "reference": "5e460929279ad806e59fc731e649e9b25fc8774a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/collect/zipball/624b86cde21f8d9ba14ec0e4974ef0aca3922a1c", - "reference": "624b86cde21f8d9ba14ec0e4974ef0aca3922a1c", + "url": "https://api.github.com/repos/tighten/collect/zipball/5e460929279ad806e59fc731e649e9b25fc8774a", + "reference": "5e460929279ad806e59fc731e649e9b25fc8774a", "shasum": "" }, "require": { @@ -1515,7 +1586,7 @@ "collection", "laravel" ], - "time": "2020-08-21T22:25:58+00:00" + "time": "2020-09-05T00:05:48+00:00" } ], "packages-dev": [ @@ -2948,12 +3019,6 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], "time": "2020-07-12T23:59:07+00:00" }, { @@ -3012,7 +3077,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1" + "php": "^7.3" }, "platform-dev": [], "plugin-api-version": "1.1.0"