try older spate crawler
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James 2020-11-15 14:49:47 +00:00
parent 7b9b125f57
commit 418747027b
2 changed files with 24 additions and 31 deletions

View File

@ -4,7 +4,7 @@
"type": "library", "type": "library",
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"spatie/crawler": "^4.6", "spatie/crawler": "4.6.6",
"cweagans/composer-patches": "~1.0" "cweagans/composer-patches": "~1.0"
}, },
"require-dev": { "require-dev": {

53
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b08ed2ebd9e98049281619da90ce01a3", "content-hash": "09b3345478ec5063f1040ccc48944281",
"packages": [ "packages": [
{ {
"name": "cweagans/composer-patches", "name": "cweagans/composer-patches",
@ -89,8 +89,7 @@
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "7.1-dev" "dev-master": "7.1-dev"
}, }
"patches_applied": []
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -546,23 +545,20 @@
}, },
{ {
"name": "nicmart/tree", "name": "nicmart/tree",
"version": "0.3.0", "version": "v0.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nicmart/Tree.git", "url": "https://github.com/nicmart/Tree.git",
"reference": "049bad40787ad2bc44a916c7bf0ccdd3d3a113b1" "reference": "0616b54bb49938e1a816141d7943db48ebf76938"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nicmart/Tree/zipball/049bad40787ad2bc44a916c7bf0ccdd3d3a113b1", "url": "https://api.github.com/repos/nicmart/Tree/zipball/0616b54bb49938e1a816141d7943db48ebf76938",
"reference": "049bad40787ad2bc44a916c7bf0ccdd3d3a113b1", "reference": "0616b54bb49938e1a816141d7943db48ebf76938",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.4 || ^7.0" "php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -581,7 +577,7 @@
} }
], ],
"description": "A basic but flexible php tree data structure and a fluent tree builder implementation.", "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.",
"time": "2020-06-18T07:18:00+00:00" "time": "2015-08-20T20:50:35+00:00"
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",
@ -833,27 +829,27 @@
}, },
{ {
"name": "spatie/crawler", "name": "spatie/crawler",
"version": "4.7.5", "version": "4.6.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/crawler.git", "url": "https://github.com/spatie/crawler.git",
"reference": "1f954a5d55ada0f83a91418a79978f435017463b" "reference": "6f814a401cee20b24a1ffe53d8deddac90d1a42d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/crawler/zipball/1f954a5d55ada0f83a91418a79978f435017463b", "url": "https://api.github.com/repos/spatie/crawler/zipball/6f814a401cee20b24a1ffe53d8deddac90d1a42d",
"reference": "1f954a5d55ada0f83a91418a79978f435017463b", "reference": "6f814a401cee20b24a1ffe53d8deddac90d1a42d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^6.3 || ^7.0", "guzzlehttp/guzzle": "^6.3 || ^7.0",
"guzzlehttp/psr7": "^1.4", "guzzlehttp/psr7": "^1.4",
"nicmart/tree": "^0.3.0", "nicmart/tree": "^0.2.7",
"php": "^7.1", "php": "^7.1",
"spatie/browsershot": "^3.14", "spatie/browsershot": "^3.14",
"spatie/robots-txt": "^1.0.1", "spatie/robots-txt": "^1.0.1",
"symfony/dom-crawler": "^4.0 || ^5.0", "symfony/dom-crawler": "^4.0 || ^5.0",
"tightenco/collect": "^5.6 || ^6.0 || ^7.0" "tightenco/collect": "^5.6|^6.0"
}, },
"require-dev": { "require-dev": {
"larapack/dd": "^1.1", "larapack/dd": "^1.1",
@ -861,6 +857,9 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
},
"patches_applied": { "patches_applied": {
"add crawled again observer": "https://patch-diff.githubusercontent.com/raw/spatie/crawler/pull/280.patch" "add crawled again observer": "https://patch-diff.githubusercontent.com/raw/spatie/crawler/pull/280.patch"
} }
@ -888,13 +887,7 @@
"spatie", "spatie",
"website" "website"
], ],
"funding": [ "time": "2020-01-31T10:51:58+00:00"
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2020-09-13T00:23:53+00:00"
}, },
{ {
"name": "spatie/image", "name": "spatie/image",
@ -1553,16 +1546,16 @@
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
"version": "v7.26.1", "version": "v6.18.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tighten/collect.git", "url": "https://github.com/tighten/collect.git",
"reference": "5e460929279ad806e59fc731e649e9b25fc8774a" "reference": "624b86cde21f8d9ba14ec0e4974ef0aca3922a1c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/5e460929279ad806e59fc731e649e9b25fc8774a", "url": "https://api.github.com/repos/tighten/collect/zipball/624b86cde21f8d9ba14ec0e4974ef0aca3922a1c",
"reference": "5e460929279ad806e59fc731e649e9b25fc8774a", "reference": "624b86cde21f8d9ba14ec0e4974ef0aca3922a1c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1599,7 +1592,7 @@
"collection", "collection",
"laravel" "laravel"
], ],
"time": "2020-09-05T00:05:48+00:00" "time": "2020-08-21T22:25:58+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [