Friendly, easy, lightweight, self-hostable CAPTCHA service. https://captcheck.netsyms.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.9 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "3d60b6d6d1ba750afa45d307e067f006",
  8. "packages": [
  9. {
  10. "name": "catfan/medoo",
  11. "version": "v1.7.10",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/catfan/Medoo.git",
  15. "reference": "2d675f73e23f63bbaeb9a8aa33318659a3d3c32f"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/catfan/Medoo/zipball/2d675f73e23f63bbaeb9a8aa33318659a3d3c32f",
  20. "reference": "2d675f73e23f63bbaeb9a8aa33318659a3d3c32f",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-pdo": "*",
  25. "php": ">=5.4"
  26. },
  27. "suggest": {
  28. "ext-pdo_dblib": "For MSSQL or Sybase database on Linux/UNIX platform",
  29. "ext-pdo_mysql": "For MySQL or MariaDB database",
  30. "ext-pdo_oci": "For Oracle database",
  31. "ext-pdo_oci8": "For Oracle version 8 database",
  32. "ext-pdo_pqsql": "For PostgreSQL database",
  33. "ext-pdo_sqlite": "For SQLite database",
  34. "ext-pdo_sqlsrv": "For MSSQL database on both Window/Liunx platform"
  35. },
  36. "type": "framework",
  37. "autoload": {
  38. "psr-4": {
  39. "Medoo\\": "/src"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Angel Lai",
  49. "email": "angel@catfan.me"
  50. }
  51. ],
  52. "description": "The lightweight PHP database framework to accelerate development",
  53. "homepage": "https://medoo.in",
  54. "keywords": [
  55. "database",
  56. "database library",
  57. "lightweight",
  58. "mariadb",
  59. "mssql",
  60. "mysql",
  61. "oracle",
  62. "php framework",
  63. "postgresql",
  64. "sql",
  65. "sqlite"
  66. ],
  67. "support": {
  68. "issues": "https://github.com/catfan/Medoo/issues",
  69. "source": "https://github.com/catfan/Medoo"
  70. },
  71. "time": "2020-02-11T08:20:42+00:00"
  72. }
  73. ],
  74. "packages-dev": [],
  75. "aliases": [],
  76. "minimum-stability": "stable",
  77. "stability-flags": [],
  78. "prefer-stable": false,
  79. "prefer-lowest": false,
  80. "platform": [],
  81. "platform-dev": [],
  82. "plugin-api-version": "2.0.0"
  83. }