WowPress-Tailwind/theme/vendor/wenprise/eloquent/composer.json

29 lines
529 B
JSON
Raw Normal View History

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