| Current Path : /home/seto/indexator.pm/ |
| Current File : /home/seto/indexator.pm/composer.json |
{
"name": "indexator/indexator",
"description": "Local PHP tool for mass URL indexation checking via SerpAPI",
"type": "project",
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"optimize-autoloader": true
}
}