{
    "name": "php-web-scraper",
    "description": "A simple PHP web scraper for collecting car data from bilweb.se and storing it in a MySQL database.",
    "type": "project",
    "require": {
        "guzzlehttp/guzzle": "^7.0",
        "php": "^7.4 || ^8.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "scripts": {
        "test": "phpunit"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}