File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " phpsap /common" ,
2+ "name" : " php-sap /common" ,
33 "description" : " Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module." ,
44 "type" : " library" ,
55 "license" : " MIT" ,
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 ],
13+ "homepage" : " https://php-sap.github.io" ,
1214 "support" : {
1315 "docs" : " https://php-sap.github.io" ,
1416 "issues" : " https://github.com/php-sap/common/issues" ,
1517 "source" : " https://github.com/php-sap/common"
1618 },
1719 "keywords" : [
1820 " phpsap" ,
19- " php-sap" ,
20- " exceptions" ,
21- " abstract" ,
22- " common" ,
23- " classes"
21+ " php-sap"
2422 ],
2523 "minimum-stability" : " stable" ,
2624 "require" : {
2725 "php" : " >=5.5.0" ,
2826 "ext-json" : " *" ,
29- "phpsap /interfaces" : " dev-master" ,
27+ "php-sap /interfaces" : " dev-master" ,
3028 "psr/container" : " ^1.0" ,
3129 "kba-team/typecast" : " ^1.0"
3230 },
4543 "phpunit/phpunit" : " ^4.8"
4644 },
4745 "scripts" : {
48- "tests" : " vendor/bin/phpunit --coverage-text"
46+ "tests" : " vendor/bin/phpunit"
47+ },
48+ "scripts-descriptions" : {
49+ "tests" : " Run all unit tests."
4950 }
5051}
You can’t perform that action at this time.
0 commit comments