Skip to content

Commit f7bf414

Browse files
committed
Switch thanks contributors to Readme
1 parent 14cbd6f commit f7bf414

6 files changed

+0
-13
lines changed

.php_cs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use Symfony\CS\Fixer\Contrib\HeaderCommentFixer;
77

88
$header = <<<EOF
99
10-
(c) Jean-Baptiste Audebert <[email protected]>
1110
(c) Jérémy Marodon <[email protected]>
1211
1312
For the full copyright and license information, please view the LICENSE

composer.json

-8
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@
66
"license": "MIT",
77
"homepage": "https://github.com/Th3Mouk/YahooWeatherAPI",
88
"authors": [
9-
{
10-
"name": "Jean-Baptiste Audebert",
11-
"email": "[email protected]"
12-
},
139
{
1410
"name": "Jérémy Marodon",
1511
"email": "[email protected]"
16-
},
17-
{
18-
"name": "Peter Lee",
19-
"email": "[email protected]"
2012
}
2113
],
2214
"require": {

src/Query/Query.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/*
4-
* (c) Jean-Baptiste Audebert <[email protected]>
54
* (c) Jérémy Marodon <[email protected]>
65
*
76
* For the full copyright and license information, please view the LICENSE

src/YahooWeatherAPI.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/*
4-
* (c) Jean-Baptiste Audebert <[email protected]>
54
* (c) Jérémy Marodon <[email protected]>
65
*
76
* For the full copyright and license information, please view the LICENSE

src/YahooWeatherAPIInterface.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/*
4-
* (c) Jean-Baptiste Audebert <[email protected]>
54
* (c) Jérémy Marodon <[email protected]>
65
*
76
* For the full copyright and license information, please view the LICENSE

tests/YahooWeatherClientTests.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/*
4-
* (c) Jean-Baptiste Audebert <[email protected]>
54
* (c) Jérémy Marodon <[email protected]>
65
*
76
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)