Skip to content

Commit 72a89f8

Browse files
committed
Merge composer.json
1 parent f91e09d commit 72a89f8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: composer.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
22
"name": "oro/crm",
33
"description": "OroCRM",
4-
"homepage": "https://github.com/laboro/crm.git",
4+
"homepage": "https://github.com/orocrm/crm.git",
55
"license": "The Open Software License version 3.0",
66
"autoload": {
77
"psr-0": { "OroCRM\\Bundle": "src/" }
88
},
99
"require": {
1010
"php": ">=5.3.3",
11-
"oro/platform": "dev-released/alpha3"
11+
"oro/platform": "dev-master"
1212
},
1313
"repositories": [
1414
{
1515
"type": "vcs",
16-
"url": "https://github.com/laboro/platform.git"
17-
},
18-
{
19-
"type": "vcs",
20-
"url": "https://github.com/laboro/SonataAdminBundle.git"
16+
"url": "https://github.com/orocrm/SonataAdminBundle.git"
2117
}
2218
],
2319
"minimum-stability": "dev"

0 commit comments

Comments
 (0)