Skip to content

Commit

Permalink
Migrated to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Jun 3, 2013
1 parent 509748c commit a406ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
------------

```bash
git clone http://gitlab.orocrm.com/platform.git
git clone http://github.com/laboro/platform.git

curl -s https://getcomposer.org/installer | php

Expand All @@ -36,7 +36,7 @@ Until it's a private repository and it's not published on packagist :
"repositories": [
{
"type": "vcs",
"url": "http://gitlab.orocrm.com/platform.git",
"url": "http://github.com/laboro/platform.git",
"branch": "master"
}
],
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oro/platform",
"description": "Business Application Platform (BAP)",
"homepage": "[email protected].com:platform.git",
"homepage": "https://github.com/laboro/platform.git",
"license": "MIT",
"require": {
"symfony/symfony": "2.1.*",
Expand Down Expand Up @@ -47,7 +47,7 @@
"repositories": [
{
"type": "vcs",
"url": "http://gitlab.orocrm.com/vendors/sonataadminbundle.git"
"url": "https://github.com/laboro/SonataAdminBundle.git"
}
],
"autoload": {
Expand Down

0 comments on commit a406ea3

Please sign in to comment.