File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments