Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flik authored Jan 29, 2018
1 parent 65bbab2 commit df92e04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "xorm/xorm",
"description": "It is simple orm solution in php",
"keywords": ["orm","xorm"],
"type": "xorm-package",
"homepage": "https://github.com/flik/X.git",
"license": "MIT",
"authors": [
Expand All @@ -17,7 +18,7 @@
},
"require": {
"php": ">=5.4.0",
"xorm/xorm": "dev-master"
},
"minimum-stability": "dev"
"xorm/xorm": "dev-master",
"vendor/package": "1.0.0",
}
}

0 comments on commit df92e04

Please sign in to comment.