We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91e09d commit 72a89f8Copy full SHA for 72a89f8
composer.json
@@ -1,23 +1,19 @@
1
{
2
"name": "oro/crm",
3
"description": "OroCRM",
4
- "homepage": "https://github.com/laboro/crm.git",
+ "homepage": "https://github.com/orocrm/crm.git",
5
"license": "The Open Software License version 3.0",
6
"autoload": {
7
"psr-0": { "OroCRM\\Bundle": "src/" }
8
},
9
"require": {
10
"php": ">=5.3.3",
11
- "oro/platform": "dev-released/alpha3"
+ "oro/platform": "dev-master"
12
13
"repositories": [
14
15
"type": "vcs",
16
- "url": "https://github.com/laboro/platform.git"
17
- },
18
- {
19
- "type": "vcs",
20
- "url": "https://github.com/laboro/SonataAdminBundle.git"
+ "url": "https://github.com/orocrm/SonataAdminBundle.git"
21
}
22
],
23
"minimum-stability": "dev"
0 commit comments