WowPress-Tailwind/theme/vendor/wenprise/wp-orm/composer.json

28 lines
481 B
JSON
Raw Normal View History

2024-04-22 15:38:22 +02:00
{
"name": "wenprise/wp-orm",
"description": "Eloquent ORM for WordPress",
"keywords": [
"wordpress",
"plugin",
"orm",
"eloquent",
"sql"
],
"homepage": "https://github.com/iwillhappy1314/wenprise-wp-orm",
"require": {
"wenprise/eloquent": "^9.0"
},
"license": "MIT",
"authors": [
{
"name": "Amos Lee",
"email": "iwillhappy1314@gmail.com"
}
],
"autoload": {
"psr-4": {
"Wenprise\\ORM\\": "src/"
}
}
}