Skip to content

Commit 982c63b

Browse files
chore: update composer package name and authors (#16)
1 parent 6ca3fbc commit 982c63b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"name": "minvws/nl-rdo-openid-connect-php-laravel",
2+
"name": "minvws/openid-connect-php-laravel",
33
"description": "OpenID Connect client for Laravel",
44
"type": "library",
55
"license": "EUPL-1.2",
6+
"authors": [
7+
{
8+
"name": "Rick Lambrechts",
9+
"email": "[email protected]"
10+
}
11+
],
612
"autoload": {
713
"psr-4": {
814
"MinVWS\\OpenIDConnectLaravel\\": "src/"

0 commit comments

Comments
 (0)