{
"name": "ahmard/reactphp-querylist",
"description": "ReactPHP QueryList Scrapper",
"type": "library",
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"jaeger/querylist": "^4.2",
"react/http": "^1.5"
},
"require-dev": {
"phpstan/phpstan": "^0.12.99",
"phpunit/phpunit": "^9.5",
"clue/block-react": "^1.4"
},
"license": "MIT",
"autoload": {
"psr-4": {
"ReactphpQuerylist\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ReactphpQuerylist\\Tests\\": "tests/"
}
},
"scripts": {
"analyse": "phpstan analyse",
"analyze": "@analyse",
"test": "phpunit"
},
"authors": [
{
"name": "ahmard",
"email": "ahmard06@gmail.com"
}
]
}
|