@@ -44,9 +44,9 @@ public function fetchSponsors()
44
44
45
45
$ sponsors = $ unique ;
46
46
47
- $ sponsors_map = array (
47
+ $ sponsors_map = [
48
48
'Silver ' =>
49
- array (
49
+ [
50
50
'packagist ' => 'Private Packagist ' ,
51
51
'craftcms ' => 'Craft CMS ' ,
52
52
'zend ' => 'Zend by Perforce ' ,
@@ -57,21 +57,22 @@ public function fetchSponsors()
57
57
'user-ecfec7e5 ' => 'pixiv Inc. ' ,
58
58
'aternos ' => 'Aternos GmbH ' ,
59
59
'sentry-team ' => 'Sentry Team ' ,
60
- 'ardennes-etape ' => 'Ardennes-étape ' ,
61
60
'cybozu ' => 'Cybozu ' ,
62
- ),
61
+ 'manychat ' => 'Manychat ' ,
62
+ ],
63
63
'Gold ' =>
64
- array (
64
+ [
65
65
'laravel ' => 'Laravel ' ,
66
- ),
66
+ 'GoDaddy.com ' => 'GoDaddy.com ' ,
67
+ ],
67
68
'Platinum ' =>
68
- array (
69
+ [
69
70
'jetbrains ' => 'JetBrains ' ,
70
71
'automattic ' => 'Automattic ' ,
71
72
'11004-sovereign-tech-fund-2532c0cc ' => 'Sovereign Tech Fund ' ,
72
- ) ,
73
+ ] ,
73
74
'Past ' =>
74
- array (
75
+ [
75
76
'livesport-s-r-o ' => 'Livesport s.r.o. ' ,
76
77
'acquia ' => 'Acquia ' ,
77
78
'stefan-hamann ' => 'shopware AG ' ,
@@ -86,8 +87,9 @@ public function fetchSponsors()
86
87
'cambium-learning-inc ' => 'Cambium Learning, Inc. ' ,
87
88
'paycom ' => 'Paycom ' ,
88
89
'prestashop ' => 'PrestaShop ' ,
89
- ),
90
- );
90
+ 'ardennes-etape ' => 'Ardennes-étape ' ,
91
+ ],
92
+ ];
91
93
92
94
// FIXME Empty data in OpenCollective
93
95
unset($ sponsors_map ['Past ' ]['rakusu ' ]);
@@ -99,6 +101,12 @@ public function fetchSponsors()
99
101
'image ' => 'https://images.opencollective.com/sentry/9620d33/logo/256.png '
100
102
];
101
103
104
+ $ sponsors ['Manychat ' ] = (object )[
105
+ 'name ' => 'Manychat ' ,
106
+ 'website ' => 'https://manychat.com/ ' ,
107
+ 'image ' => '/assets/sponsors/manychat.svg '
108
+ ];
109
+
102
110
$ sponsors ['Laravel ' ]->image = '/assets/sponsors/laravel-logo.svg ' ;
103
111
$ sponsors ['Laravel ' ]->website = 'https://laravel.com/ ' ;
104
112
0 commit comments