Skip to content

Commit

Permalink
Update code for adding version in congig
Browse files Browse the repository at this point in the history
  • Loading branch information
techseriadevs committed Nov 30, 2017
1 parent 9f1d84f commit eef86a8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"name": "mrpvision/gluu",
"keywords": ["mrpvision","gluu","SCIM","package","OpenId Connect"],
"homepage": "https://github.com/kevinmrpvision/gluu",
"minimum-stability":"dev",
"authors": [
{
"email": "kevin@mrpvision.com",
"name": "Kevin Patel"
}
],
"type": "package",
"type": "library",
"autoload": {
"psr-4": {
"Mrpvision\\Gluu\\": "src/",
Expand All @@ -24,5 +23,13 @@
},
"require-dev": {
"phpunit/phpunit": "5.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.5"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit eef86a8

Please sign in to comment.