|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/globalaudiovideo/shop.globalaudiovideo.co.in/vendor/spatie/crawler/ |
Upload File : |
{
"name": "spatie/crawler",
"description": "Crawl all internal links found on a website",
"keywords": [
"spatie",
"crawler",
"link",
"website"
],
"homepage": "https://github.com/spatie/crawler",
"license": "MIT",
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be"
}
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^2.0",
"illuminate/collections": "^10.0|^11.0",
"nicmart/tree": "^0.8.0",
"spatie/browsershot": "^3.45|^4.0",
"spatie/robots-txt": "^2.0",
"symfony/dom-crawler": "^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^2.0",
"spatie/ray": "^1.37"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"autoload": {
"psr-4": {
"Spatie\\Crawler\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\Crawler\\Test\\": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}