Skip to content

Commit

Permalink
fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dracony committed Jun 3, 2016
1 parent 189e3a1 commit f66970b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}
],
"require": {
"phpixie/slice": "3.*@dev",
"phpixie/auth": "3.*@dev",
"phpixie/social": "3.*@dev"
"phpixie/slice": "~3.0",
"phpixie/auth": "~3.0",
"phpixie/social": "~3.0"
},
"require-dev": {
"phpixie/test": "3.*@dev"
"phpixie/test": "~3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,4 +31,4 @@
"dev-master": "3.x-dev"
}
}
}
}

0 comments on commit f66970b

Please sign in to comment.