| {
  "name": "eftec/pdoone",
  "description": "Minimaist procedural PDO wrapper library",
  "type": "library",
  "keywords": [
    "php",
    "pdo",
    "mysql",
    "oracle",
    "sqlserver"
  ],
  "homepage": "https://github.com/EFTEC/PdoOne",
  "authors": [
    {
      "name": "Jorge Castro Castillo",
      "homepage": "https://github.com/EFTEC/"
    }
  ],
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "eftec\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "eftec\\tests\\": "tests/",
      "eftec\\examples\\": "examples/"
    }
  },
  "require": {
    "php": ">=7.4",
    "ext-json": "*",
    "eftec/clione": "^1.33",
    "ext-pdo": "*",
    "ext-readline": "*",
    "eftec/messagecontainer": "^2.9"
  },
  "bin": [
    "lib/pdoonecli"
  ],
  "suggest": {
    "eftec/pdooneorm": "The ORM extension for PdoOne",
    "eftec/validationone": "For keeping and storing the messages"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.5.36"
  }
}
 |