28 lines
481 B
JSON
28 lines
481 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|