Skip to content

Commit 2640bae

Browse files
Merge pull request #3 from fulll/fix_composer.json
FIX package name in composer.json
2 parents cdd0bcb + 2a39c48 commit 2640bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "slimpay/hapiclient-guzzle7",
2+
"name": "fulll/hapiclient-guzzle7",
33
"description": "An HTTP Client using HAL as the format for resources.",
44
"keywords": ["http", "hal", "rest", "client", "HTTP client", "HAL client", "hapi", "hateoas"],
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "SlimPayDev",
9-
"email": "jgrandveau@slimpay.com"
8+
"name": "Community contributors",
9+
"homepage": "https://github.com/fulll/hapiclient-php-guzzle7/graphs/contributors"
1010
}
1111
],
1212
"require": {

0 commit comments

Comments
 (0)