HighSpeaker/vendor/cakephp/database/composer.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-02-04 21:30:23 +05:30
{
"name": "cakephp/database",
"description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
"type": "library",
"keywords": [
"cakephp",
"database",
"abstraction",
"database abstraction",
"pdo"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/database/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cakephp/cakephp/issues",
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/database"
},
"require": {
"php": ">=7.4.0",
"cakephp/core": "^4.0",
"cakephp/datasource": "^4.0"
},
"suggest": {
"cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types.",
"cakephp/log": "If you want to use query logging without providing a logger yourself."
},
"autoload": {
"psr-4": {
"Cake\\Database\\": "."
}
}
}