{
  "name": "leven-framework/orm",
  "type": "library",
  "require": {
    "ext-ctype": "*",
    "leven-framework/dba-common": "^1.1"
  },
  "autoload": {
    "psr-4": {
      "Leven\\ORM\\": "src/"
    }
  }
}