⚝
One Hat Cyber Team
⚝
Your IP:
18.221.153.229
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
vendor
/
spatie
/
robots-txt
/
View File Name :
composer.json
{ "name": "spatie/robots-txt", "description": "Determine if a page may be crawled from robots.txt and robots meta tags", "keywords": [ "spatie", "robots-txt" ], "homepage": "https://github.com/spatie/robots-txt", "license": "MIT", "authors": [ { "name": "Brent Roose", "email": "brent@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^8.1" }, "require-dev": { "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { "psr-4": { "Spatie\\Robots\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Robots\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "phpunit --coverage-html coverage" }, "config": { "sort-packages": true } }