Skip to content

Commit 1770c3d

Browse files
author
CI bot
committed
Merge remote-tracking branch 'remotes/dev/6.0' into 6.0
2 parents 81e9cfa + e978d5c commit 1770c3d

File tree

6 files changed

+2661
-1661
lines changed

6 files changed

+2661
-1661
lines changed

LICENSE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
OroCRM
2-
31
The Open Software License version 3.0
42

5-
Copyright (c) 2013 - 2017, Oro, Inc.
3+
Copyright (c) 2024 Oro Inc.
64

75
Full license is at: http://opensource.org/licenses/OSL-3.0

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "The OroCRM distribution",
44
"homepage": "https://github.com/oroinc/crm-application.git",
55
"license": "OSL-3.0",
6+
"authors": [
7+
{
8+
"name": "Oro, Inc",
9+
"homepage": "https://oroinc.com/"
10+
}
11+
],
612
"autoload": {
713
"psr-4": {"": "src/"},
814
"classmap": [
@@ -15,7 +21,7 @@
1521
"repositories": {
1622
"composer": {
1723
"type": "composer",
18-
"url": "https://packagist.orocrm.com"
24+
"url": "https://packagist.oroinc.com"
1925
}
2026
},
2127
"require": {

dev.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "The OroCRM distribution",
44
"homepage": "https://github.com/oroinc/crm-application.git",
55
"license": "OSL-3.0",
6+
"authors": [
7+
{
8+
"name": "Oro, Inc",
9+
"homepage": "https://oroinc.com/"
10+
}
11+
],
612
"autoload": {
713
"psr-4": {"": "src/"},
814
"classmap": [
@@ -19,7 +25,7 @@
1925
},
2026
{
2127
"type": "composer",
22-
"url": "https://packagist.orocrm.com"
28+
"url": "https://packagist.oroinc.com"
2329
}
2430
],
2531
"require": {

0 commit comments

Comments
 (0)