Skip to content

Commit ac53b28

Browse files
committed
add composer
1 parent 8e73da6 commit ac53b28

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

composer.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "phpsap/interfaces",
3+
"description": "Interfaces for implementing the PHP/SAP API. See https://php-sap.github.io for details.",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Gregor J.",
9+
"email": "gregor-j@users.noreply.github.com"
10+
}
11+
],
12+
"support": {
13+
"docs": "https://php-sap.github.io",
14+
"issues": "https://github.com/php-sap/interfaces/issues",
15+
"source": "https://github.com/php-sap/interfaces"
16+
},
17+
"keywords": [
18+
"phpsap",
19+
"php-sap",
20+
"sap",
21+
"saprfc",
22+
"sap-rfc",
23+
"rfc",
24+
"remote function call"
25+
],
26+
"minimum-stability": "stable",
27+
"require": {
28+
"php": ">=5.5.0"
29+
},
30+
"autoload": {
31+
"psr-4": {
32+
"phpsap\\interfaces\\": "src/"
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)