# searchpro/4.1.18/BerqWP/composer.json

BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS &amp; JavaScript, version 4.1.18. 23 lines.

- Page: https://pluginprobe.com/plugins/searchpro/4.1.18/code/BerqWP/composer.json
- Raw: https://pluginprobe.com/plugins/searchpro/4.1.18/raw/BerqWP/composer.json
- Modified: 2026-09-19T07:10:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/searchpro/4.1.18/code/BerqWP/composer.json#L10-L20`.

```json
{
    "name": "berqwp/sdk",
    "description": "BerqWP PHP SDK",
    "type": "library",
    "require": {
        "php": ">=7.4",
        "guzzlehttp/guzzle": "^7.0",
        "voku/simple_html_dom": "^4.8"
    },
    "autoload": {
        "psr-4": {
            "BerqWP\\": "src/"
        }
    },
    "config": {
        "disable-tls": true,
        "secure-http": false,
        "platform": {
            "php": "7.4.0"
        }
    }
}

```
