{ "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/" } } }