Skip to content

Commit 6d86d81

Browse files
committed
change package vendor add conflict and homepage
1 parent e3f76da commit 6d86d81

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "phpsap/interfaces",
2+
"name": "php-sap/interfaces",
33
"description": "Interfaces for implementing the PHP/SAP API. See https://php-sap.github.io for details.",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Gregor J.",
9-
"email": "[email protected]"
9+
"email": "[email protected]",
10+
"role": "developer"
1011
}
1112
],
13+
"homepage": "https://php-sap.github.io",
1214
"support": {
1315
"docs": "https://php-sap.github.io",
1416
"issues": "https://github.com/php-sap/interfaces/issues",
@@ -19,8 +21,8 @@
1921
"php-sap",
2022
"interfaces"
2123
],
22-
"replace": {
23-
"kba-team/php-sap": "1.*"
24+
"conflict": {
25+
"kba-team/php-sap": "*"
2426
},
2527
"minimum-stability": "stable",
2628
"require": {

0 commit comments

Comments
 (0)