Skip to content

Commit

Permalink
Removed repositories in composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Feb 16, 2015
1 parent 3aeec58 commit 8bba050
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@
"email": "serggalka@gmail.com"
}
],
"repositories": [{
"type": "vcs",
"url": "https://github.com/romeOz/rock-base"
}],
"require": {
"php": ">=5.4.0",
"romeoz/rock-base" : "*@dev",
"romeoz/rock-helpers" : "*@dev"
"romeoz/rock-base" : "0.10.*",
"romeoz/rock-helpers" : "0.10.*"
},
"require-dev": {
"phpunit/phpunit": "4.4.*"
Expand All @@ -38,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "0.9-dev"
}
}
}

0 comments on commit 8bba050

Please sign in to comment.