Skip to content

Commit eac3023

Browse files
committed
update PHP/SAP versions and provide composer with metadata
1 parent 9c39893 commit eac3023

File tree

2 files changed

+83
-117
lines changed

2 files changed

+83
-117
lines changed

composer.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
"authors": [
77
{
88
"name": "Gregor J.",
9-
"email": "gregor-j@users.noreply.github.com"
9+
"email": "gregor-j@users.noreply.github.com",
10+
"role": "developer"
1011
}
1112
],
12-
"support": {
13-
"docs": "https://php-sap.github.io",
14-
"issues": "https://github.com/php-sap/saprfc-harding/issues",
15-
"source": "https://github.com/php-sap/saprfc-harding"
16-
},
13+
"homepage": "https://php-sap.github.io",
1714
"keywords": [
1815
"phpsap",
1916
"php-sap",
@@ -25,17 +22,24 @@
2522
"remote function call",
2623
"harding"
2724
],
25+
"provide": {
26+
"php-sap/interfaces": "~1.0.0"
27+
},
28+
"conflict": {
29+
"php-sap/saprfc-koucky": "*",
30+
"kba-team/php-sapnwrfc-harding": "*"
31+
},
2832
"minimum-stability": "stable",
2933
"require": {
3034
"php": "~5.5.0",
3135
"ext-sapnwrfc": "*",
32-
"phpsap/interfaces": "dev-master",
33-
"phpsap/common": "dev-master"
36+
"php-sap/interfaces": "^1.0",
37+
"php-sap/common": "^1.0"
3438
},
3539
"require-dev": {
3640
"ext-json": "*",
3741
"phpunit/phpunit": "^4.8",
38-
"phpsap/integration-tests": "dev-php5"
42+
"php-sap/integration-tests": "^1.0"
3943
},
4044
"autoload": {
4145
"psr-4": {

composer.lock

Lines changed: 70 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)