/home/ivoiecob/www/wp-content/plugins/wp-rocket/vendor/berlindb/core/composer.json
{
  "name": "berlindb/core",
  "description": "A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.",
  "type": "library",
  "license": "MIT",
  "require": {},
  "autoload": {
    "psr-4": {
      "BerlinDB\\": "src/"
    }
  }
}