Skip to content

Commit 709265d

Browse files
committed
Correct Licence and composer
1 parent 4e6991f commit 709265d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Nuno Maduro <enunomaduro@gmail.com>
3+
Copyright (c) Algolia Team <support@algolia.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

php/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "algolia/algoliasearch-client-php-playground",
2+
"name": "algolia/api-clients-playground",
33
"keywords": ["algolia", "php", "playground"],
44
"license": "MIT",
55
"authors": [
66
{
7-
"name": "Nuno Maduro",
8-
"email": "enunomaduro@gmail.com"
7+
"name": "Algolia Team",
8+
"email": "support@algolia.com"
99
}
1010
],
1111
"require": {

0 commit comments

Comments
 (0)