Skip to content

Commit 18af11f

Browse files
committed
Add GoDaddy and Manychat sponsors
1 parent 39eb93c commit 18af11f

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

app/src/Bundles/PhpFoundationBundle/Extensions/PhpFoundation.php

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public function fetchSponsors()
4444

4545
$sponsors = $unique;
4646

47-
$sponsors_map = array (
47+
$sponsors_map = [
4848
'Silver' =>
49-
array (
49+
[
5050
'packagist' => 'Private Packagist',
5151
'craftcms' => 'Craft CMS',
5252
'zend' => 'Zend by Perforce',
@@ -57,21 +57,22 @@ public function fetchSponsors()
5757
'user-ecfec7e5' => 'pixiv Inc.',
5858
'aternos' => 'Aternos GmbH',
5959
'sentry-team' => 'Sentry Team',
60-
'ardennes-etape' => 'Ardennes-étape',
6160
'cybozu' => 'Cybozu',
62-
),
61+
'manychat' => 'Manychat',
62+
],
6363
'Gold' =>
64-
array (
64+
[
6565
'laravel' => 'Laravel',
66-
),
66+
'GoDaddy.com' => 'GoDaddy.com',
67+
],
6768
'Platinum' =>
68-
array (
69+
[
6970
'jetbrains' => 'JetBrains',
7071
'automattic' => 'Automattic',
7172
'11004-sovereign-tech-fund-2532c0cc' => 'Sovereign Tech Fund',
72-
),
73+
],
7374
'Past' =>
74-
array (
75+
[
7576
'livesport-s-r-o' => 'Livesport s.r.o.',
7677
'acquia' => 'Acquia',
7778
'stefan-hamann' => 'shopware AG',
@@ -86,8 +87,9 @@ public function fetchSponsors()
8687
'cambium-learning-inc' => 'Cambium Learning, Inc.',
8788
'paycom' => 'Paycom',
8889
'prestashop' => 'PrestaShop',
89-
),
90-
);
90+
'ardennes-etape' => 'Ardennes-étape',
91+
],
92+
];
9193

9294
// FIXME Empty data in OpenCollective
9395
unset($sponsors_map['Past']['rakusu']);
@@ -99,6 +101,12 @@ public function fetchSponsors()
99101
'image' => 'https://images.opencollective.com/sentry/9620d33/logo/256.png'
100102
];
101103

104+
$sponsors['Manychat'] = (object)[
105+
'name' => 'Manychat',
106+
'website' => 'https://manychat.com/',
107+
'image' => '/assets/sponsors/manychat.svg'
108+
];
109+
102110
$sponsors['Laravel']->image = '/assets/sponsors/laravel-logo.svg';
103111
$sponsors['Laravel']->website = 'https://laravel.com/';
104112

0 commit comments

Comments
 (0)