Skip to content

Commit 1c3e4fe

Browse files
committed
rename vendor and add some metadata
1 parent 694b3ef commit 1c3e4fe

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
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
},
@@ -45,6 +43,9 @@
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
}

0 commit comments

Comments
 (0)