Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jul 3, 2022
1 parent d8cadde commit 85f19a6
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
{
"name": "ignitekit/wp-orm",
"description": "Laravel Eloquent inspired ORM package for WordPress",
"keywords": ["wordpress", "plugin", "orm", "eloquent", "sql"],
"homepage": "https://github.com/ignitekit/wp-orm",
"require": {
"illuminate/database": "^5.4",
"illuminate/pagination": "^5.4"
},
"license": "GPL-2.0",
"authors": [
{
"name": "Darko Gjorgjijoski",
"email": "[email protected]"
}
],
"autoload" : {
"psr-4" : {
"IgniteKit\\WP\\ORM\\": "src/"
}
"name": "ignitekit/wp-orm",
"description": "Laravel Eloquent inspired ORM package for WordPress",
"keywords": [
"wordpress",
"plugin",
"orm",
"eloquent",
"sql"
],
"homepage": "https://github.com/ignitekit/wp-orm",
"require": {
"php": "^5.6.4|^7.0",
"ext-json": "*",
"illuminate/database": "^5.4",
"illuminate/pagination": "^5.4"
},
"license": "GPL-2.0",
"authors": [
{
"name": "Darko Gjorgjijoski",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"IgniteKit\\WP\\ORM\\": "src/"
}
}
}

0 comments on commit 85f19a6

Please sign in to comment.