Skip to content

Commit 85f19a6

Browse files
committed
Update composer
1 parent d8cadde commit 85f19a6

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

composer.json

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
{
2-
"name": "ignitekit/wp-orm",
3-
"description": "Laravel Eloquent inspired ORM package for WordPress",
4-
"keywords": ["wordpress", "plugin", "orm", "eloquent", "sql"],
5-
"homepage": "https://github.com/ignitekit/wp-orm",
6-
"require": {
7-
"illuminate/database": "^5.4",
8-
"illuminate/pagination": "^5.4"
9-
},
10-
"license": "GPL-2.0",
11-
"authors": [
12-
{
13-
"name": "Darko Gjorgjijoski",
14-
"email": "dg@darkog.com"
15-
}
16-
],
17-
"autoload" : {
18-
"psr-4" : {
19-
"IgniteKit\\WP\\ORM\\": "src/"
20-
}
2+
"name": "ignitekit/wp-orm",
3+
"description": "Laravel Eloquent inspired ORM package for WordPress",
4+
"keywords": [
5+
"wordpress",
6+
"plugin",
7+
"orm",
8+
"eloquent",
9+
"sql"
10+
],
11+
"homepage": "https://github.com/ignitekit/wp-orm",
12+
"require": {
13+
"php": "^5.6.4|^7.0",
14+
"ext-json": "*",
15+
"illuminate/database": "^5.4",
16+
"illuminate/pagination": "^5.4"
17+
},
18+
"license": "GPL-2.0",
19+
"authors": [
20+
{
21+
"name": "Darko Gjorgjijoski",
22+
"email": "dg@darkog.com"
2123
}
24+
],
25+
"autoload": {
26+
"psr-4": {
27+
"IgniteKit\\WP\\ORM\\": "src/"
28+
}
29+
}
2230
}

0 commit comments

Comments
 (0)