Skip to content

Commit

Permalink
Update composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlowrey committed Sep 17, 2014
1 parent baa6a8f commit 02da853
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"php": ">=5.4.0",
"rdlowrey/alert": "~0.10",
"rdlowrey/after": "~0.2",
"rdlowrey/acesync": "~0.2",
"bagder/ca-bundle": "dev-master"
"rdlowrey/acesync": "~0.3"
},
"repositories": [
{
Expand All @@ -37,18 +36,6 @@
{
"type": "vcs",
"url": "https://github.com/rdlowrey/Acesync.git"
},
{
"type": "package",
"package": {
"name": "bagder/ca-bundle",
"version": "dev-master",
"source": {
"url": "https://github.com/bagder/ca-bundle",
"type": "git",
"reference": "origin/master"
}
}
}
],
"autoload": {
Expand All @@ -57,6 +44,6 @@
}
},
"branch-alias": {
"dev-master": "0.8.x-dev"
"dev-master": "1.0.x-dev"
}
}

0 comments on commit 02da853

Please sign in to comment.